@if($showDestinationDropdown && (count($destinationResults) > 0 || $isLoading))
@if($isLoading)
@else
@forelse($destinationResults as $result)
{{ $result['name'] }}
{{ $result['formatted_location'] ?? ($result['country'] ?? 'International') }}
@if(isset($result['trip_count']) && $result['trip_count'] > 0)
{{ $result['trip_count'] }} trip package{{ $result['trip_count'] > 1 ? 's' : '' }} available
@endif
@empty
No destinations found for "{{ $destinationQuery }}"
@endforelse
@endif
@endif
@if($popularDestinations && $popularDestinations->count() > 0)
No destinations available
Check back later for amazing destinations.
@endif
@if(count($recentSearches) > 0)
@endif
@if (session('destination_selected'))
@enderror
@if(session('selected_destination'))