@extends('layouts.inner') @section('title', 'Tour Packages — Holiday Packages') @section('title') {{$activeDestination->meta_title ?? '' }} @endsection @section('meta_description') {{$activeDestination->meta_description ?? '' }} @endsection @section('meta_keywords') {{$activeDestination->meta_keywords ?? '' }} @endsection @section('content') {{-- ========================= HERO BANNER ========================= --}}
✦ World-Class Experiences

Discover Your
Dream Journey

Handcrafted holiday packages for every kind of traveller — luxury, adventure, family & culture.

{{ $packages->total() }}+
Packages
50+
Destinations
10K+
Travellers
{{-- ========================= /HERO BANNER ========================= --}} {{-- ========================= SEARCH BAR ========================= --}}
{{-- Destination dropdown --}} {{-- Package name search --}}
{{-- Suggestions dropdown --}}
{{-- SEARCH BUTTON --}} {{-- Clear filters --}} @if($activeDestination || $activePackageName) Clear @endif
{{-- ========================= /SEARCH BAR ========================= --}} {{-- ========================= FILTER BAR ========================= --}}

@if($packages->count()) Showing {{ $packages->firstItem() }}–{{ $packages->lastItem() }} of {{ $packages->total() }} package{{ $packages->total() != 1 ? 's' : '' }} @if($activeDestination) in {{ $activeDestination->name }} @endif @endif

{{-- ========================= /FILTER BAR ========================= --}} {{-- ========================= PACKAGES ========================= --}}
@if($packages->count()) {{-- ======= GRID VIEW ======= --}}
@foreach($packages as $pkg)
@if($pkg->photo) {{ $pkg->name }} @else
@endif
@if($pkg->is_featured) ⭐ Featured @else Holiday @endif
@if($pkg->holidaydestination) {{ $pkg->holidaydestination->name }} @endif 4.8

{{ $pkg->name }}

@if($pkg->tour_start_date) {{ \Carbon\Carbon::parse($pkg->tour_start_date)->format('d M Y') }} @endif @if($pkg->location) {{ Str::limit($pkg->location, 20) }} @endif
@if($pkg->last_booking_date)
Book before {{ \Carbon\Carbon::parse($pkg->last_booking_date)->format('d M Y') }}
@endif
@endforeach
{{-- ======= LIST VIEW ======= --}} {{-- PAGINATION --}} @if($packages->hasPages())
{{ $packages->links('vendor.pagination.bootstrap-5') }}
@endif @else
🧳
No packages available yet.

Check back soon or contact our team.

@endif
{{-- ========================= /PACKAGES ========================= --}} {{-- ========================= TRUST STRIP ========================= --}}
🛡️
100% Secure

Data & payments protected

🏆
Award-Winning

Globally recognised service

📞
24/7 Support

Always here for you

✈️
10,000+ Travellers

Trusted worldwide

@endsection @push('styles') @endpush @push('scripts') @endpush