@foreach ($sections as $section) @if ($section->key == 'photos') @include('Website.partials._banner', ['page_title' => $section->name]) @endif @endforeach {{-- @foreach ($sections as $section) @if ($section->key == 'photos') @include('Website.partials._banner', ['page_title' => $section->title]) @endif @endforeach--}} @include('Website.partials._gallery_images', ['albums' => $gallery_photos])