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

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

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

@foreach($counter->chunk(3) as $counterV2)
@php $i = 0; @endphp @foreach($counterV2 as $k =>$data)

{{$general->cur_sym}}

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

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

@php $i++; @endphp @endforeach
@endforeach
@endif