@foreach ($sections as $section) @if ($section->key == 'service-details') @include('Website.partials._banner', ['page_title' => $activeService->name]) @endif @endforeach
@foreach ($activeService->children as $child) @endforeach