@foreach ($sections as $section) @if ($section->key == 'services') @include('Website.partials._banner', ['page_title' => $parentService->name]) @endif @endforeach
@foreach ($subServices as $subService)
{{ $loop->iteration }}

{{ $subService->name }}

{!! $subService->short_desc !!}

@endforeach
@foreach ($sections as $section) @if ($section->key == 'catalog')

{{ $section->title }}

{!! $section->short_desc !!}

{{ $section->name }}
@endif @endforeach