@section('seo') @include('layouts._front_includes._seo', ['seo' => $page->seo]) @endsection @extends('layouts.frontend_master') @section('content') @include('web._partials.page-banner', ['is_gallery' => false])

{!! preg_replace('/\s*class="[^"]*"/i', '', $page->description) !!}

Discover the Best Travel Deals of the Month

Explore our travel packages for every traveler. Whether a beach getaway, mountain trek, or city exploration, we have something special.

{{--
@foreach (\App\Models\Page::getContinentList() as $item) {!! ucwords(str_replace('_', ' ', $item)) !!} @endforeach
@if (isset($destinations)) @endif
@foreach ($destinations->slice(1) as $country) @endforeach
@if (isset($destination_page)) @endif
--}}
All Destinations @foreach (\App\Models\Page::getContinentList() as $item) {!! ucwords(str_replace('_', ' ', $item)) !!} @endforeach
@if (isset($destinations)) @endif
@foreach ($destinations->slice(1) as $country) @endforeach
@if (isset($destination_page)) @endif

Popular International Holiday Packages

$
@if (!empty($international_packages) && count($international_packages) > 0)
@foreach ($international_packages as $package) @endforeach
@endif @include('web._partials.blogs-section', [])
@endsection @push('frontend_js') @endpush