@php $feature = getContent('feature.content', true); $features = getContent('feature.element', false); @endphp

{{__(@$feature->data_values->heading)}}

{{__(@$feature->data_values->sub_heading)}}

@foreach($features as $value)
@php echo $value->data_values->feature_icon @endphp

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

{{__($value->data_values->description)}}

@endforeach