@php $serviceCaption = getContent('services.caption',true); $services = getContent('services'); @endphp @if($serviceCaption)

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

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

@foreach($services as $k => $data)
{{__(@$data->data_values->title)}}

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

@endforeach
@endif