@section('seo') @include('layouts._front_includes._seo', ['seo' => $page->seo]) @endsection @extends('layouts.frontend_master') @section('content') @include('web._partials.page-banner', ['page' => $page]) {{-- @if (isset($destinations) && $destinations->count() > 0) @php $destinationChunks = $destinations->chunk(5); // Group destinations into sets of 5 @endphp @foreach ($destinationChunks as $chunkIndex => $chunk) @if ($chunk->isNotEmpty()) {{ $chunk->first()->title }} @endif @if ($chunk->count() > 1) @foreach ($chunk->slice(1) as $country) {{ $country->title }} @endforeach @endif @endforeach @endif --}}
{{ $chunk->first()->title }}
{{ $country->title }}
No destinations found for this continent.