❤️ My Favorite Packages
Packages you've saved for later
@if (session('success'))
@empty
@endforelse
{{ session('success') }}
@endif
@if (session('error'))
{{ session('error') }}
@endif
@forelse ($favoritePackages as $package)
@if($package->main_image)
@else
📍 No Image
@endif
{{ $package->title }}
{{ $package->destination?->name ?? 'Multiple Destinations' }} • {{ $package->duration_days }} days
@if($package->has_discount)
{{ $package->formatted_price }}
{{ $package->formatted_discount_price }}
@else
{{ $package->formatted_price }}
@endif
👥 {{ $package->bookings_count }} bookings
@if($package->difficulty_level)
{{ ucfirst($package->difficulty_level) }}
@endif
💔
No favorite packages yet
Browse our amazing tours and click the heart icon on any package to save it here for easy access later.
Browse All Packages →