@php $counterCaption = getContent('counter.caption',true); $counter = getContent('counter'); @endphp @if($counterCaption)

{{__(@$counterCaption->data_values->title)}}

{{__(@$counterCaption->data_values->short_details)}}

@foreach($counter->chunk(3) as $counterV2)
@foreach($counterV2 as $k =>$data)

{{__($data->value->title)}}

{{__($data->value->subtitle)}}

@endforeach

@endforeach
@endif