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

@lang(@$featureCaption->data_values->subtitle)

@lang(@$featureCaption->data_values->title)

@foreach($features as $feature)

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

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

@endforeach
@endif