@php $featureCaption = getContent('feature.caption',true); $features = getContent('feature'); @endphp @if($featureCaption)

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

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

@foreach($features as $k => $data) @if($k%2 == 0)
{{__($data->data_values->title)}}

{{__($data->data_values->short_details)}}

@endif @endforeach
feature
footer
footer
footer
footer
footer
footer
footer
footer
footer
footer
footer
footer
footer
@foreach($features as $k => $data) @if($k%2 != 0)
{{__($data->data_values->title)}}

{{__($data->data_values->short_details)}}

@endif @endforeach
@endif