@extends('themes.'.config('smartekcms.themes.frontend').'.app', [ 'title' => trans('front.services.our_services'), 'meta_description' => trans('front.services.meta_description', ['appName' => $general_settings->website_title]), 'cover_image' => $coverImage, 'model_type' => 'service', ]) @section('head') @endsection @section('content')
{{ trans('front.services.our_services') }}

{{ trans('front.smartblue.services.h2_title') }}

{{ trans('front.services.description') }}

@foreach($serviceCategory as $category) @if($category->services->count() > 0)

{{ $category->title }}

{{ $category->perex }}

@foreach($category->services as $service)
@if($serviceThumbImage = $service->getFirstMediaUrlTraitAttribute('cover', 'thumb_768x432')) {{ $service->slug }} thumbnail @else no img @endif

{{ $service->title }}

{{ $service->perex }}

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