@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()) @endif @if ($chunk->count() > 1)
@foreach ($chunk->slice(1) as $country) @endforeach
@endif
@endforeach @endif
--}}
All Destinations @foreach (\App\Models\Page::getContinentList() as $item) {!! ucwords(str_replace('_', ' ', $item)) !!} @endforeach
@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()) @endif @if ($chunk->count() > 1)
@foreach ($chunk->slice(1) as $country) @endforeach
@endif
@endforeach
@endif
@endsection