@if($mainPage->services == 1) {{ trans('front.services.our_services') }} {{ trans('front.services.index_h2') }} {{ trans('front.services.description') }} @foreach($serviceCategory->take(20) as $category) @if($category->services->count() > 0) {{ $category->title }} {{ $category->perex }} @foreach($category->services->take(20) as $service) @if($serviceThumbImage = $service->getFirstMediaUrlTraitAttribute('cover', 'thumb_768x432')) @else @endif {{ $service->title }} {{ $service->perex }} @endforeach @endif @endforeach @section('head') @parent @endsection @endif
{{ trans('front.services.description') }}
{{ $category->perex }}
{{ $service->perex }}