@php $profitCaption = getContent('profit.caption',true); $profits = getContent('profit'); @endphp @if($profitCaption)
shape
shape
shape
animation
animation
animation

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

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

@foreach($profits as $k=>$data)
{{__($data->data_values->title)}}
@endforeach
profit
@endif