Low cost flight

FILTER BY

Filter Price

$10 $991032557799

Flight Type

Inflight Experience

Hammesville
$63
avg/person
Take off Thu Oct 03 14:48 PM
Landing Thu Oct 03 18:48 PM
South Elissa
$15
avg/person
Take off Wed Oct 16 04:43 AM
Landing Wed Oct 16 06:43 AM
Wisozkfort
$19
avg/person
Take off Sun Oct 13 00:02 AM
Landing Sun Oct 13 10:02 AM
Zionport
$10
avg/person
Take off Thu Oct 17 18:28 PM
Landing Fri Oct 18 02:28 AM
Vivamouth
$40
avg/person
Take off Sat Oct 12 14:59 PM
Landing Sat Oct 12 19:59 PM
South Elissa
$11
avg/person
Take off Sun Oct 20 12:58 PM
Landing Sun Oct 20 19:58 PM
Ambrosechester
$35
avg/person
Take off Wed Oct 16 17:37 PM
Landing Wed Oct 16 19:37 PM
New Nick
$44
avg/person
Take off Mon Oct 14 01:28 AM
Landing Mon Oct 14 05:28 AM
North Bryce
$18
avg/person
Take off Tue Oct 01 09:44 AM
Landing Tue Oct 01 13:44 PM
Showing 1 - 9 of 60 Flights
Request history8.1.30PHP Version132msRequest Duration6MBMemory UsageGET flightRouteAuth status
    • Booting (28.81ms)time
    • Application (103ms)time
    • 1 x Application (78.16%)
      103ms
      1 x Booting (21.84%)
      28.81ms
      41 templates were rendered
      • 1x Flight::frontend.searchsearch.blade.php#?blade
      • 1x Flight::frontend.layouts.search.form-searchform-search.blade.php#?blade
      • 1x Flight::frontend.layouts.search.fields.from-wherefrom-where.blade.php#?blade
      • 2x Flight::frontend.layouts.search.fields.locationlocation.blade.php#?blade
      • 1x Flight::frontend.layouts.search.fields.to-whereto-where.blade.php#?blade
      • 1x Flight::frontend.layouts.search.fields.datedate.blade.php#?blade
      • 1x Flight::frontend.layouts.search.list-itemlist-item.blade.php#?blade
      • 1x Flight::frontend.layouts.search.filter-searchfilter-search.blade.php#?blade
      • 1x Layout::global.search.filters.attrsattrs.blade.php#?blade
      • 1x Layout::global.search.orderbyorderby.blade.php#?blade
      • 1x Flight::frontend.ajax.search-resultsearch-result.blade.php#?blade
      • 9x Flight::frontend.layouts.search.loop-gridloop-grid.blade.php#?blade
      • 1x pagination::tailwindtailwind.blade.php#?blade
      • 1x vendor.pagination.defaultdefault.blade.php#?blade
      • 1x Flight::frontend.layouts.search.modal-form-bookmodal-form-book.blade.php#?blade
      • 1x layouts.appapp.blade.php#?blade
      • 1x Layout::appapp.blade.php#?blade
      • 1x Layout::parts.faviconfavicon.blade.php#?blade
      • 1x Layout::parts.seo-metaseo-meta.blade.php#?blade
      • 1x Layout::parts.global-scriptglobal-script.blade.php#?blade
      • 1x Layout::parts.topbartopbar.blade.php#?blade
      • 2x Core::frontend.currency-switchercurrency-switcher.blade.php#?blade
      • 2x Language::frontend.switcherswitcher.blade.php#?blade
      • 1x Layout::parts.headerheader.blade.php#?blade
      • 1x Layout::parts.footerfooter.blade.php#?blade
      • 1x Layout::parts.login-register-modallogin-register-modal.blade.php#?blade
      • 1x Layout::auth.login-formlogin-form.blade.php#?blade
      • 1x Layout::auth.register-formregister-form.blade.php#?blade
      • 1x Popup::frontend.popuppopup.blade.php#?blade
      • 1x demo_scriptdemo_script.blade.php#?blade
      uri
      GET flight
      middleware
      web
      controller
      Modules\Flight\Controllers\FlightController@index
      namespace
      Modules\Flight\Controllers
      prefix
      /flight
      where
      as
      flight.search
      file
      modules/Flight/Controllers/FlightController.php:38-103
      35 statements were executed, 10 of which were duplicates, 25 unique. Show only duplicated12.08ms
      • select count(*) as aggregate from `bravo_flight` where `status` = 'publish' and exists (select * from `bravo_flight_seat` where `bravo_flight`.`id` = `bravo_flight_seat`.`flight_id` and `bravo_flight_seat`.`deleted_at` is null) and `bravo_flight`.`deleted_at` is null2msu777078346_enjoyportalFlightController.php#54
        Bindings
        • 0: publish
        Backtrace
        • 16. modules/Flight/Controllers/FlightController.php:54
        • 17. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 18. modules/Flight/Controllers/FlightController.php:35
        • 19. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 20. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • select `bravo_flight`.* from `bravo_flight` where `status` = 'publish' and exists (select * from `bravo_flight_seat` where `bravo_flight`.`id` = `bravo_flight_seat`.`flight_id` and `bravo_flight_seat`.`deleted_at` is null) and `bravo_flight`.`deleted_at` is null order by `bravo_flight`.`id` desc limit 9 offset 0380μsu777078346_enjoyportalFlightController.php#54
        Bindings
        • 0: publish
        Backtrace
        • 16. modules/Flight/Controllers/FlightController.php:54
        • 17. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 18. modules/Flight/Controllers/FlightController.php:35
        • 19. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 20. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • select * from `bravo_flight_seat` where `bravo_flight_seat`.`flight_id` in (52, 53, 54, 55, 56, 57, 58, 59, 60) and `bravo_flight_seat`.`deleted_at` is null order by `price` asc310μsu777078346_enjoyportalFlightController.php#54
        Hints
        • 0: Use SELECT * only if you need all columns from table
        Backtrace
        • 21. modules/Flight/Controllers/FlightController.php:54
        • 22. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 23. modules/Flight/Controllers/FlightController.php:35
        • 24. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 25. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • select * from `bravo_airport` where `bravo_airport`.`id` in (10, 12, 14, 16, 35, 41, 43, 47, 51)290μsu777078346_enjoyportalFlightController.php#54
        Bindings
        • 0: 10
        • 1: 12
        • 2: 14
        • 3: 16
        • 4: 35
        • 5: 41
        • 6: 43
        • 7: 47
        • 8: 51
        Hints
        • 0: Use SELECT * only if you need all columns from table
        Backtrace
        • 21. modules/Flight/Controllers/FlightController.php:54
        • 22. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 23. modules/Flight/Controllers/FlightController.php:35
        • 24. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 25. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • select * from `bravo_airport` where `bravo_airport`.`id` in (2, 3, 6, 9, 22, 48, 56, 59)250μsu777078346_enjoyportalFlightController.php#54
        Bindings
        • 0: 2
        • 1: 3
        • 2: 6
        • 3: 9
        • 4: 22
        • 5: 48
        • 6: 56
        • 7: 59
        Hints
        • 0: Use SELECT * only if you need all columns from table
        Backtrace
        • 21. modules/Flight/Controllers/FlightController.php:54
        • 22. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 23. modules/Flight/Controllers/FlightController.php:35
        • 24. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 25. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • select * from `bravo_airline` where `bravo_airline`.`id` in (13, 22, 23, 26, 36, 38, 43, 44) and `bravo_airline`.`deleted_at` is null270μsu777078346_enjoyportalFlightController.php#54
        Bindings
        • 0: 13
        • 1: 22
        • 2: 23
        • 3: 26
        • 4: 36
        • 5: 38
        • 6: 43
        • 7: 44
        Hints
        • 0: Use SELECT * only if you need all columns from table
        Backtrace
        • 21. modules/Flight/Controllers/FlightController.php:54
        • 22. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 23. modules/Flight/Controllers/FlightController.php:35
        • 24. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 25. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • select * from `bravo_locations` where `status` = 'publish' and `bravo_locations`.`deleted_at` is null limit 1000260μsu777078346_enjoyportalFlightController.php#85
        Bindings
        • 0: publish
        Hints
        • 0: Use SELECT * only if you need all columns from table
        • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 15. modules/Flight/Controllers/FlightController.php:85
        • 16. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 17. modules/Flight/Controllers/FlightController.php:35
        • 18. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • select * from `bravo_location_translations` where `locale` = 'en' and `bravo_location_translations`.`origin_id` in (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 17, 30)220μsu777078346_enjoyportalFlightController.php#85
        Bindings
        • 0: en
        Hints
        • 0: Use SELECT * only if you need all columns from table
        Backtrace
        • 20. modules/Flight/Controllers/FlightController.php:85
        • 21. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 22. modules/Flight/Controllers/FlightController.php:35
        • 23. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 24. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • select * from `bravo_seat_type` where `bravo_seat_type`.`deleted_at` is null250μsu777078346_enjoyportalFlightController.php#86
        Hints
        • 0: Use SELECT * only if you need all columns from table
        Backtrace
        • 18. modules/Flight/Controllers/FlightController.php:86
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 20. modules/Flight/Controllers/FlightController.php:35
        • 21. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 22. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • select min(`price`) as aggregate from `bravo_flight_seat` where exists (select * from `bravo_flight` where `bravo_flight_seat`.`flight_id` = `bravo_flight`.`id` and `status` = 'publish' and `bravo_flight`.`deleted_at` is null) and `bravo_flight_seat`.`deleted_at` is null340μsu777078346_enjoyportalFlight.php#489
        Bindings
        • 0: publish
        Backtrace
        • 16. modules/Flight/Models/Flight.php:489
        • 17. modules/Flight/Controllers/FlightController.php:87
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 19. modules/Flight/Controllers/FlightController.php:35
        • 20. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • select max(`price`) as aggregate from `bravo_flight_seat` where exists (select * from `bravo_flight` where `bravo_flight_seat`.`flight_id` = `bravo_flight`.`id` and `status` = 'publish' and `bravo_flight`.`deleted_at` is null) and `bravo_flight_seat`.`deleted_at` is null280μsu777078346_enjoyportalFlight.php#492
        Bindings
        • 0: publish
        Backtrace
        • 16. modules/Flight/Models/Flight.php:492
        • 17. modules/Flight/Controllers/FlightController.php:87
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 19. modules/Flight/Controllers/FlightController.php:35
        • 20. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • select * from `bravo_attrs` where `service` = 'flight' and `bravo_attrs`.`deleted_at` is null order by `position` desc610μsu777078346_enjoyportalFlightController.php#95
        Bindings
        • 0: flight
        Hints
        • 0: Use SELECT * only if you need all columns from table
        Backtrace
        • 15. modules/Flight/Controllers/FlightController.php:95
        • 16. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 17. modules/Flight/Controllers/FlightController.php:35
        • 18. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • select `bravo_terms`.*, (select count(*) from `bravo_flight` inner join `bravo_flight_term` on `bravo_flight`.`id` = `bravo_flight_term`.`target_id` where `bravo_terms`.`id` = `bravo_flight_term`.`term_id` and `bravo_flight`.`deleted_at` is null) as `flight_count` from `bravo_terms` where `bravo_terms`.`attr_id` in (12, 13) and `bravo_terms`.`deleted_at` is null890μsu777078346_enjoyportalFlightController.php#95
        Backtrace
        • 20. modules/Flight/Controllers/FlightController.php:95
        • 21. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 22. modules/Flight/Controllers/FlightController.php:35
        • 23. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 24. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • select * from `bravo_terms_translations` where `locale` = 'en' and `bravo_terms_translations`.`origin_id` in (83, 84, 85, 86, 87, 88, 89, 90)290μsu777078346_enjoyportalFlightController.php#95
        Bindings
        • 0: en
        Hints
        • 0: Use SELECT * only if you need all columns from table
        Backtrace
        • 25. modules/Flight/Controllers/FlightController.php:95
        • 26. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 27. modules/Flight/Controllers/FlightController.php:35
        • 28. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 29. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • select * from `bravo_attrs_translations` where `locale` = 'en' and `bravo_attrs_translations`.`origin_id` in (12, 13)220μsu777078346_enjoyportalFlightController.php#95
        Bindings
        • 0: en
        Hints
        • 0: Use SELECT * only if you need all columns from table
        Backtrace
        • 20. modules/Flight/Controllers/FlightController.php:95
        • 21. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 22. modules/Flight/Controllers/FlightController.php:35
        • 23. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 24. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • select * from `bravo_booking_passengers` where `bravo_booking_passengers`.`flight_id` = 60 and `bravo_booking_passengers`.`flight_id` is not null and exists (select * from `bravo_bookings` where `bravo_booking_passengers`.`booking_id` = `bravo_bookings`.`id` and `status` not in ('draft', 'cancelled', 'unpaid') and `bravo_bookings`.`deleted_at` is null) and `bravo_booking_passengers`.`deleted_at` is null410μsu777078346_enjoyportalFlight.php#1051
        Bindings
        • 0: 60
        • 1: draft
        • 2: cancelled
        • 3: unpaid
        Hints
        • 0: Use SELECT * only if you need all columns from table
        Backtrace
        • 20. modules/Flight/Models/Flight.php:1051
        • 26. view::Flight::frontend.layouts.search.loop-grid:42
        • 28. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 29. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 30. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `bravo_booking_passengers` where `bravo_booking_passengers`.`flight_id` = 59 and `bravo_booking_passengers`.`flight_id` is not null and exists (select * from `bravo_bookings` where `bravo_booking_passengers`.`booking_id` = `bravo_bookings`.`id` and `status` not in ('draft', 'cancelled', 'unpaid') and `bravo_bookings`.`deleted_at` is null) and `bravo_booking_passengers`.`deleted_at` is null290μsu777078346_enjoyportalFlight.php#1051
        Bindings
        • 0: 59
        • 1: draft
        • 2: cancelled
        • 3: unpaid
        Hints
        • 0: Use SELECT * only if you need all columns from table
        Backtrace
        • 20. modules/Flight/Models/Flight.php:1051
        • 26. view::Flight::frontend.layouts.search.loop-grid:42
        • 28. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 29. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 30. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `bravo_booking_passengers` where `bravo_booking_passengers`.`flight_id` = 58 and `bravo_booking_passengers`.`flight_id` is not null and exists (select * from `bravo_bookings` where `bravo_booking_passengers`.`booking_id` = `bravo_bookings`.`id` and `status` not in ('draft', 'cancelled', 'unpaid') and `bravo_bookings`.`deleted_at` is null) and `bravo_booking_passengers`.`deleted_at` is null300μsu777078346_enjoyportalFlight.php#1051
        Bindings
        • 0: 58
        • 1: draft
        • 2: cancelled
        • 3: unpaid
        Hints
        • 0: Use SELECT * only if you need all columns from table
        Backtrace
        • 20. modules/Flight/Models/Flight.php:1051
        • 26. view::Flight::frontend.layouts.search.loop-grid:42
        • 28. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 29. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 30. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `bravo_booking_passengers` where `bravo_booking_passengers`.`flight_id` = 57 and `bravo_booking_passengers`.`flight_id` is not null and exists (select * from `bravo_bookings` where `bravo_booking_passengers`.`booking_id` = `bravo_bookings`.`id` and `status` not in ('draft', 'cancelled', 'unpaid') and `bravo_bookings`.`deleted_at` is null) and `bravo_booking_passengers`.`deleted_at` is null300μsu777078346_enjoyportalFlight.php#1051
        Bindings
        • 0: 57
        • 1: draft
        • 2: cancelled
        • 3: unpaid
        Hints
        • 0: Use SELECT * only if you need all columns from table
        Backtrace
        • 20. modules/Flight/Models/Flight.php:1051
        • 26. view::Flight::frontend.layouts.search.loop-grid:42
        • 28. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 29. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 30. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `bravo_booking_passengers` where `bravo_booking_passengers`.`flight_id` = 56 and `bravo_booking_passengers`.`flight_id` is not null and exists (select * from `bravo_bookings` where `bravo_booking_passengers`.`booking_id` = `bravo_bookings`.`id` and `status` not in ('draft', 'cancelled', 'unpaid') and `bravo_bookings`.`deleted_at` is null) and `bravo_booking_passengers`.`deleted_at` is null300μsu777078346_enjoyportalFlight.php#1051
        Bindings
        • 0: 56
        • 1: draft
        • 2: cancelled
        • 3: unpaid
        Hints
        • 0: Use SELECT * only if you need all columns from table
        Backtrace
        • 20. modules/Flight/Models/Flight.php:1051
        • 26. view::Flight::frontend.layouts.search.loop-grid:42
        • 28. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 29. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 30. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `bravo_booking_passengers` where `bravo_booking_passengers`.`flight_id` = 55 and `bravo_booking_passengers`.`flight_id` is not null and exists (select * from `bravo_bookings` where `bravo_booking_passengers`.`booking_id` = `bravo_bookings`.`id` and `status` not in ('draft', 'cancelled', 'unpaid') and `bravo_bookings`.`deleted_at` is null) and `bravo_booking_passengers`.`deleted_at` is null290μsu777078346_enjoyportalFlight.php#1051
        Bindings
        • 0: 55
        • 1: draft
        • 2: cancelled
        • 3: unpaid
        Hints
        • 0: Use SELECT * only if you need all columns from table
        Backtrace
        • 20. modules/Flight/Models/Flight.php:1051
        • 26. view::Flight::frontend.layouts.search.loop-grid:42
        • 28. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 29. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 30. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `bravo_booking_passengers` where `bravo_booking_passengers`.`flight_id` = 54 and `bravo_booking_passengers`.`flight_id` is not null and exists (select * from `bravo_bookings` where `bravo_booking_passengers`.`booking_id` = `bravo_bookings`.`id` and `status` not in ('draft', 'cancelled', 'unpaid') and `bravo_bookings`.`deleted_at` is null) and `bravo_booking_passengers`.`deleted_at` is null280μsu777078346_enjoyportalFlight.php#1051
        Bindings
        • 0: 54
        • 1: draft
        • 2: cancelled
        • 3: unpaid
        Hints
        • 0: Use SELECT * only if you need all columns from table
        Backtrace
        • 20. modules/Flight/Models/Flight.php:1051
        • 26. view::Flight::frontend.layouts.search.loop-grid:42
        • 28. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 29. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 30. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `bravo_booking_passengers` where `bravo_booking_passengers`.`flight_id` = 53 and `bravo_booking_passengers`.`flight_id` is not null and exists (select * from `bravo_bookings` where `bravo_booking_passengers`.`booking_id` = `bravo_bookings`.`id` and `status` not in ('draft', 'cancelled', 'unpaid') and `bravo_bookings`.`deleted_at` is null) and `bravo_booking_passengers`.`deleted_at` is null280μsu777078346_enjoyportalFlight.php#1051
        Bindings
        • 0: 53
        • 1: draft
        • 2: cancelled
        • 3: unpaid
        Hints
        • 0: Use SELECT * only if you need all columns from table
        Backtrace
        • 20. modules/Flight/Models/Flight.php:1051
        • 26. view::Flight::frontend.layouts.search.loop-grid:42
        • 28. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 29. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 30. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `bravo_booking_passengers` where `bravo_booking_passengers`.`flight_id` = 52 and `bravo_booking_passengers`.`flight_id` is not null and exists (select * from `bravo_bookings` where `bravo_booking_passengers`.`booking_id` = `bravo_bookings`.`id` and `status` not in ('draft', 'cancelled', 'unpaid') and `bravo_bookings`.`deleted_at` is null) and `bravo_booking_passengers`.`deleted_at` is null290μsu777078346_enjoyportalFlight.php#1051
        Bindings
        • 0: 52
        • 1: draft
        • 2: cancelled
        • 3: unpaid
        Hints
        • 0: Use SELECT * only if you need all columns from table
        Backtrace
        • 20. modules/Flight/Models/Flight.php:1051
        • 26. view::Flight::frontend.layouts.search.loop-grid:42
        • 28. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 29. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 30. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `core_menu_translations` where `core_menu_translations`.`origin_id` = 1 and `core_menu_translations`.`origin_id` is not null and `locale` = 'en' limit 1330μsu777078346_enjoyportalHasTranslations.php#51
        Bindings
        • 0: 1
        • 1: en
        Hints
        • 0: Use SELECT * only if you need all columns from table
        • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 21. app/Traits/HasTranslations.php:51
        • 22. app/Helpers/AppHelper.php:112
        • 25. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 27. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `core_pages` where `core_pages`.`id` = 13 and `core_pages`.`deleted_at` is null limit 1230μsu777078346_enjoyportalMenuWalker.php#36
        Bindings
        • 0: 13
        Hints
        • 0: Use SELECT * only if you need all columns from table
        • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 20. themes/BC/Core/Walkers/MenuWalker.php:36
        • 21. themes/BC/Core/Walkers/MenuWalker.php:19
        • 22. app/Helpers/AppHelper.php:117
        • 25. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • select * from `core_pages` where `core_pages`.`id` = 35 and `core_pages`.`deleted_at` is null limit 1190μsu777078346_enjoyportalMenuWalker.php#36
        Bindings
        • 0: 35
        Hints
        • 0: Use SELECT * only if you need all columns from table
        • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 20. themes/BC/Core/Walkers/MenuWalker.php:36
        • 21. themes/BC/Core/Walkers/MenuWalker.php:19
        • 22. app/Helpers/AppHelper.php:117
        • 25. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • select * from `core_pages` where `core_pages`.`id` = 40 and `core_pages`.`deleted_at` is null limit 1180μsu777078346_enjoyportalMenuWalker.php#36
        Bindings
        • 0: 40
        Hints
        • 0: Use SELECT * only if you need all columns from table
        • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 20. themes/BC/Core/Walkers/MenuWalker.php:36
        • 21. themes/BC/Core/Walkers/MenuWalker.php:19
        • 22. app/Helpers/AppHelper.php:117
        • 25. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • select * from `core_pages` where `core_pages`.`id` = 31 and `core_pages`.`deleted_at` is null limit 1190μsu777078346_enjoyportalMenuWalker.php#36
        Bindings
        • 0: 31
        Hints
        • 0: Use SELECT * only if you need all columns from table
        • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 20. themes/BC/Core/Walkers/MenuWalker.php:36
        • 21. themes/BC/Core/Walkers/MenuWalker.php:50
        • 22. themes/BC/Core/Walkers/MenuWalker.php:19
        • 23. app/Helpers/AppHelper.php:117
        • 26. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • select * from `core_menu_translations` where `core_menu_translations`.`origin_id` = 1 and `core_menu_translations`.`origin_id` is not null and `locale` = 'en' limit 1260μsu777078346_enjoyportalHasTranslations.php#51
        Bindings
        • 0: 1
        • 1: en
        Hints
        • 0: Use SELECT * only if you need all columns from table
        • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 21. app/Traits/HasTranslations.php:51
        • 22. app/Helpers/AppHelper.php:112
        • 25. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 27. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `core_pages` where `core_pages`.`id` = 13 and `core_pages`.`deleted_at` is null limit 1190μsu777078346_enjoyportalMenuWalker.php#36
        Bindings
        • 0: 13
        Hints
        • 0: Use SELECT * only if you need all columns from table
        • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 20. modules/Core/Walkers/MenuWalker.php:36
        • 21. modules/Core/Walkers/MenuWalker.php:19
        • 22. app/Helpers/AppHelper.php:117
        • 25. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • select * from `core_pages` where `core_pages`.`id` = 35 and `core_pages`.`deleted_at` is null limit 1190μsu777078346_enjoyportalMenuWalker.php#36
        Bindings
        • 0: 35
        Hints
        • 0: Use SELECT * only if you need all columns from table
        • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 20. modules/Core/Walkers/MenuWalker.php:36
        • 21. modules/Core/Walkers/MenuWalker.php:19
        • 22. app/Helpers/AppHelper.php:117
        • 25. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • select * from `core_pages` where `core_pages`.`id` = 40 and `core_pages`.`deleted_at` is null limit 1190μsu777078346_enjoyportalMenuWalker.php#36
        Bindings
        • 0: 40
        Hints
        • 0: Use SELECT * only if you need all columns from table
        • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 20. modules/Core/Walkers/MenuWalker.php:36
        • 21. modules/Core/Walkers/MenuWalker.php:19
        • 22. app/Helpers/AppHelper.php:117
        • 25. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • select * from `core_pages` where `core_pages`.`id` = 31 and `core_pages`.`deleted_at` is null limit 1190μsu777078346_enjoyportalMenuWalker.php#36
        Bindings
        • 0: 31
        Hints
        • 0: Use SELECT * only if you need all columns from table
        • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 20. modules/Core/Walkers/MenuWalker.php:36
        • 21. modules/Core/Walkers/MenuWalker.php:50
        • 22. modules/Core/Walkers/MenuWalker.php:19
        • 23. app/Helpers/AppHelper.php:117
        • 26. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • select * from `core_pages` where `core_pages`.`id` = '24' and `core_pages`.`deleted_at` is null limit 1340μsu777078346_enjoyportalAppHelper.php#629
        Bindings
        • 0: 24
        Hints
        • 0: Use SELECT * only if you need all columns from table
        • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 20. app/Helpers/AppHelper.php:629
        • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 26. vendor/laravel/framework/src/Illuminate/View/View.php:207
      Modules\Flight\Models\FlightSeat
      27FlightSeat.php#?
      Modules\Flight\Models\Airport
      17Airport.php#?
      Modules\Location\Models\Location
      17Location.php#?
      Modules\Flight\Models\Flight
      9Flight.php#?
      Modules\Page\Models\Page
      9Page.php#?
      Modules\Flight\Models\Airline
      8Airline.php#?
      Modules\Location\Models\LocationTranslation
      8LocationTranslation.php#?
      Modules\Core\Models\Terms
      8Terms.php#?
      Modules\Flight\Models\SeatType
      5SeatType.php#?
      Modules\Core\Models\Attributes
      2Attributes.php#?
      Modules\Core\Models\MenuTranslation
      2MenuTranslation.php#?
        web
        null
        sanctum
        null
          _token
          PFxHMvfOPK83kTuQSD4OxasWBzhYXXfd7oL6ydC3
          _previous
          array:1 [ "url" => "https://enjoytourseg.com/flight" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          PHPDEBUGBAR_STACK_DATA
          []
          path_info
          /flight
          status_code
          200
          
          status_text
          OK
          format
          html
          content_type
          text/html; charset=UTF-8
          request_query
          []
          
          request_request
          []
          
          request_headers
          0 of 0
          array:23 [ "accept" => array:1 [ 0 => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" ] "accept-encoding" => array:1 [ 0 => "br" ] "cookie" => array:1 [ 0 => "XSRF-TOKEN=eyJpdiI6IjhjZDhERG5zMUpSUENEaE02dk1Yb2c9PSIsInZhbHVlIjoiWDQvN2w0UDV1UnErOTJBbjBvS1ViUm9ybGNPSVRTQTFvcVRxTXZ3UDUxYmlRTmVQTDhiejZMdk1pY0VPT0JTQjhFVjQyTG1FaVFZR3ZITmxzbkwzNENGS0M2WWpMOHB6S1FWMW1IYXowWG1WQVJLc09US0FucldpeDF0cDdUR0kiLCJtYWMiOiJkOWI1YTRhMzMyNjczZjRlNjU2ZjFjYmY4ZTgxNjQ1ZjMyMTM5MGY2Njc5Njg4NWI1NGQxNmUxYTNhMmJiZTQ0IiwidGFnIjoiIn0%3D; bookingcore_session=eyJpdiI6IkNGTUtVRnZ4VWU4dmNyeG9RODF5ekE9PSIsInZhbHVlIjoieDdkbVJpWVFYV3h5bWcvY0M1VzZKTjZ1cFZnUTIza2FGMTVzY3hkK1JqUE95aWo5Mk9FZFptWGdLVHZycUJqdEdObTZHMHpJWUMreUZaRmJUMmlRVjhiREJRUWJ5ZEFERUlKRVgrQ2hFcUVIM0UxMjZMVEY2Rm51SCtIWUIxalciLCJtYWMiOiI3YmIxNjY0OTVlMDljOWU1NWY2ZTQ4NjJjY2IzMjNjNWQ4NWRmYTU2Njg2Zjc0MWEwMjA4NmQxMzFmMDRjOGY5IiwidGFnIjoiIn0%3DXSRF-TOKEN=eyJpdiI6IjhjZDhERG5zMUpSUENEaE02dk1Yb2c9PSIsInZhbHVlIjoiWDQvN2w0UDV1UnErOTJBbjBvS1ViUm9ybGNPSVRTQTFvcVRxTXZ3UDUxYmlRTmVQTDhiejZMdk1pY0VPT0JTQjhFVjQyT" ] "host" => array:1 [ 0 => "enjoytourseg.com" ] "pragma" => array:1 [ 0 => "no-cache" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "cache-control" => array:1 [ 0 => "no-cache" ] "x-forwarded-for" => array:1 [ 0 => "18.220.89.180" ] "x-forwarded-proto" => array:1 [ 0 => "https" ] "x-real-ip" => array:1 [ 0 => "18.220.89.180" ] "x-real-port" => array:1 [ 0 => "44545" ] "x-forwarded-port" => array:1 [ 0 => "443" ] "x-port" => array:1 [ 0 => "443" ] "x-lscache" => array:1 [ 0 => "1" ] "sec-ch-ua" => array:1 [ 0 => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" ] "sec-ch-ua-mobile" => array:1 [ 0 => "?0" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "priority" => array:1 [ 0 => "u=0, i" ] ]
          request_cookies
          0 of 0
          array:2 [ "XSRF-TOKEN" => "PFxHMvfOPK83kTuQSD4OxasWBzhYXXfd7oL6ydC3" "bookingcore_session" => "d5CPZsQz23ZH86JcVati7NBkewYKrWRq8idijIv2" ]
          response_headers
          0 of 0
          array:5 [ "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [ 0 => "no-cache, private" ] "date" => array:1 [ 0 => "Fri, 10 Jan 2025 14:55:59 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6ImxJOU1hWWhSMjliZEpxNTdYL08zeUE9PSIsInZhbHVlIjoiL1lXaEk1cW5mSnRoc1F0TkNVVjM3dGJEK3prdUlUU1c5L1l5VzBkKzR5V3hSWmNFbzdMeWl0U2RkU0gwYXRTdC9VOXd5N0NRbEIvais3UWZmQU5yR0ZKcXZHT3d5eXhPcTJjaUcrZDRlSUQ4UmRESlpVYTc4MWNVbi9kVzY3dUciLCJtYWMiOiJjZWIyNWQ2MTc1MjcxNDNmNjVjYjA4MjQ3NmMwNDRlNDAzMTQ1MWZlYmQ3MDgzMjliNTY3NzEyZGQ3MzMwMWYzIiwidGFnIjoiIn0%3D; expires=Fri, 10 Jan 2025 16:55:59 GMT; Max-Age=7200; path=/; secure; samesite=laxXSRF-TOKEN=eyJpdiI6ImxJOU1hWWhSMjliZEpxNTdYL08zeUE9PSIsInZhbHVlIjoiL1lXaEk1cW5mSnRoc1F0TkNVVjM3dGJEK3prdUlUU1c5L1l5VzBkKzR5V3hSWmNFbzdMeWl0U2RkU0gwYXRTdC9VOXd5N" 1 => "bookingcore_session=eyJpdiI6IjlIVndkSXRKRVZFWENlaDNPeTl5aWc9PSIsInZhbHVlIjoiNnBxNVVlSTZnMDZ5NW5XWS96ZTJVWFh6SFFXWjc2YklHeGl4TnEzRk9vZ2MzQVRrRllEcGZDZEkzM1BZK3FPYm1BWG1zMGMrWlRrRmdkU25WeFA5SlhhY1Z5R05ZWng3VjRaU3BZdFRjd2pqcEVPcEVoN2RTbEdPWjZqLy9jWjUiLCJtYWMiOiI5MDkwY2I3MTM4MTk4MGQzMjA1MmQ0MTIxNTA3MWFhODM3ZTg3NmM3MDdhYjAyZGM4NzdhZWQ1MzRkYTI3OTM3IiwidGFnIjoiIn0%3D; expires=Fri, 10 Jan 2025 16:55:59 GMT; Max-Age=7200; path=/; httponly; samesite=laxbookingcore_session=eyJpdiI6IjlIVndkSXRKRVZFWENlaDNPeTl5aWc9PSIsInZhbHVlIjoiNnBxNVVlSTZnMDZ5NW5XWS96ZTJVWFh6SFFXWjc2YklHeGl4TnEzRk9vZ2MzQVRrRllEcGZDZEkzM1BZK3FP" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6ImxJOU1hWWhSMjliZEpxNTdYL08zeUE9PSIsInZhbHVlIjoiL1lXaEk1cW5mSnRoc1F0TkNVVjM3dGJEK3prdUlUU1c5L1l5VzBkKzR5V3hSWmNFbzdMeWl0U2RkU0gwYXRTdC9VOXd5N0NRbEIvais3UWZmQU5yR0ZKcXZHT3d5eXhPcTJjaUcrZDRlSUQ4UmRESlpVYTc4MWNVbi9kVzY3dUciLCJtYWMiOiJjZWIyNWQ2MTc1MjcxNDNmNjVjYjA4MjQ3NmMwNDRlNDAzMTQ1MWZlYmQ3MDgzMjliNTY3NzEyZGQ3MzMwMWYzIiwidGFnIjoiIn0%3D; expires=Fri, 10-Jan-2025 16:55:59 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6ImxJOU1hWWhSMjliZEpxNTdYL08zeUE9PSIsInZhbHVlIjoiL1lXaEk1cW5mSnRoc1F0TkNVVjM3dGJEK3prdUlUU1c5L1l5VzBkKzR5V3hSWmNFbzdMeWl0U2RkU0gwYXRTdC9VOXd5N" 1 => "bookingcore_session=eyJpdiI6IjlIVndkSXRKRVZFWENlaDNPeTl5aWc9PSIsInZhbHVlIjoiNnBxNVVlSTZnMDZ5NW5XWS96ZTJVWFh6SFFXWjc2YklHeGl4TnEzRk9vZ2MzQVRrRllEcGZDZEkzM1BZK3FPYm1BWG1zMGMrWlRrRmdkU25WeFA5SlhhY1Z5R05ZWng3VjRaU3BZdFRjd2pqcEVPcEVoN2RTbEdPWjZqLy9jWjUiLCJtYWMiOiI5MDkwY2I3MTM4MTk4MGQzMjA1MmQ0MTIxNTA3MWFhODM3ZTg3NmM3MDdhYjAyZGM4NzdhZWQ1MzRkYTI3OTM3IiwidGFnIjoiIn0%3D; expires=Fri, 10-Jan-2025 16:55:59 GMT; path=/; httponlybookingcore_session=eyJpdiI6IjlIVndkSXRKRVZFWENlaDNPeTl5aWc9PSIsInZhbHVlIjoiNnBxNVVlSTZnMDZ5NW5XWS96ZTJVWFh6SFFXWjc2YklHeGl4TnEzRk9vZ2MzQVRrRllEcGZDZEkzM1BZK3FP" ] ]
          session_attributes
          0 of 0
          array:4 [ "_token" => "PFxHMvfOPK83kTuQSD4OxasWBzhYXXfd7oL6ydC3" "_previous" => array:1 [ "url" => "https://enjoytourseg.com/flight" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-01-10 16:55:59GET/flight4135112
          2025-01-10 - 2025-01-17