{{ __('frontend.search_filter') }}
@if(session('error')) @endif @if(session('success')) @endif @if(isset($flights) && $flights->count() > 0)
{{ __('frontend.showing_pages') }} : {{ $flights->firstItem() }} - {{ $flights->lastItem() }} {{ __('frontend.total') }} {{ $flights->total() }}
@elseif(request()->has('from_location') || request()->has('to_location') || request()->has('travelling_date'))
{{ __('frontend.no_flights_found_criteria') }}
@endif
@if(isset($flights) && $flights->count() > 0) @foreach($flights as $flight) @endforeach @elseif(request()->has('from_location') || request()->has('to_location') || request()->has('travelling_date'))

{{ __('frontend.no_flights_found') }}

{{ __('frontend.no_flights_matching_criteria') }}

{{ __('frontend.try_adjusting_search') }}

@endif
@if(isset($flights) && count($flights))
  • {{ __('frontend.previous') }}
  • @php $totalPages = $flights->lastPage(); $currentPage = $flights->currentPage(); $numPagesToShow = 5; // Number of pages to show before and after the current page $startPage = max($currentPage - $numPagesToShow, 1); $endPage = min($currentPage + $numPagesToShow, $totalPages); @endphp @for ($i = $startPage; $i <= $endPage; $i++)
  • {{ $i }}
  • @endfor
  • Next
@endif

25% Off

Explore the World, One Destination at a Time

Book Now

25% Off

Experience the World in Extraordinary Ways

Book Now
@push('js') @endpush