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

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

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

@foreach($services as $service)

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

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

@endforeach
@endif