@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 }}

@endif @endforeach
@section('head') @parent @endsection @endif