Recherche d'un vol

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
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
Rogahnstad
$29
avg/person
Take off Fri Oct 04 14:28 PM
Landing Fri Oct 04 22:28 PM
Emardbury
$31
avg/person
Take off Sun Oct 13 02:48 AM
Landing Sun Oct 13 03:48 AM
Port Destanyborough
$23
avg/person
Take off Tue Oct 01 17:30 PM
Landing Tue Oct 01 23:30 PM
Bettieside
$52
avg/person
Take off Wed Oct 16 07:16 AM
Landing Wed Oct 16 12:16 PM
Hunterstad
$39
avg/person
Take off Sun Oct 27 02:24 AM
Landing Sun Oct 27 05:24 AM
Lake Kendrickchester
$39
avg/person
Take off Tue Oct 01 07:38 AM
Landing Tue Oct 01 11:38 AM
Showing 1 - 9 of 13 Flights
Request history8.1.30PHP Version156msRequest Duration7MBMemory UsageGET fr/flightRouteAuth status
    • Booting (32.6ms)time
    • Application (123ms)time
    • 1 x Application (79.06%)
      123ms
      1 x Booting (20.93%)
      32.60ms
      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 fr/flight
      middleware
      web
      controller
      Modules\Flight\Controllers\FlightController@index
      namespace
      Modules\Flight\Controllers
      prefix
      fr/flight
      where
      as
      flight.search
      file
      modules/Flight/Controllers/FlightController.php:38-103
      27 statements were executed, 2 of which were duplicates, 25 unique. Show only duplicated11.48ms
      • 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 exists (select * from `bravo_airport` where `bravo_flight`.`airport_from` = `bravo_airport`.`id` and `location_id` = '10') and `bravo_flight`.`deleted_at` is null2.65msu777078346_enjoyportalFlightController.php#54
        Bindings
        • 0: publish
        • 1: 10
        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 exists (select * from `bravo_airport` where `bravo_flight`.`airport_from` = `bravo_airport`.`id` and `location_id` = '10') and `bravo_flight`.`deleted_at` is null order by `bravo_flight`.`id` desc limit 9 offset 0480μsu777078346_enjoyportalFlightController.php#54
        Bindings
        • 0: publish
        • 1: 10
        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 (24, 36, 37, 43, 46, 51, 55, 56, 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 (1, 16, 23, 35, 41, 45)240μsu777078346_enjoyportalFlightController.php#54
        Bindings
        • 0: 1
        • 1: 16
        • 2: 23
        • 3: 35
        • 4: 41
        • 5: 45
        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, 9, 13, 22, 25, 26, 28, 49, 59)240μsu777078346_enjoyportalFlightController.php#54
        Bindings
        • 0: 2
        • 1: 9
        • 2: 13
        • 3: 22
        • 4: 25
        • 5: 26
        • 6: 28
        • 7: 49
        • 8: 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 (1, 9, 13, 17, 18, 29, 38, 44, 50) and `bravo_airline`.`deleted_at` is null410μsu777078346_enjoyportalFlightController.php#54
        Bindings
        • 0: 1
        • 1: 9
        • 2: 13
        • 3: 17
        • 4: 18
        • 5: 29
        • 6: 38
        • 7: 44
        • 8: 50
        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 1000300μ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` = 'fr' and `bravo_location_translations`.`origin_id` in (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 17, 30)260μsu777078346_enjoyportalFlightController.php#85
        Bindings
        • 0: fr
        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 null380μ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 null320μ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 null320μ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` desc270μ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 null1.04msu777078346_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` = 'fr' and `bravo_terms_translations`.`origin_id` in (83, 84, 85, 86, 87, 88, 89, 90)210μsu777078346_enjoyportalFlightController.php#95
        Bindings
        • 0: fr
        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` = 'fr' and `bravo_attrs_translations`.`origin_id` in (12, 13)190μsu777078346_enjoyportalFlightController.php#95
        Bindings
        • 0: fr
        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 null680μ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` = 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 null370μ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 null300μ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` = 51 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: 51
        • 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` = 46 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: 46
        • 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` = 43 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: 43
        • 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` = 37 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 null250μsu777078346_enjoyportalFlight.php#1051
        Bindings
        • 0: 37
        • 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` = 36 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 null220μsu777078346_enjoyportalFlight.php#1051
        Bindings
        • 0: 36
        • 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` = 24 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: 24
        • 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` = 'fr' limit 1340μsu777078346_enjoyportalHasTranslations.php#51
        Bindings
        • 0: 1
        • 1: fr
        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_menu_translations` where `core_menu_translations`.`origin_id` = 1 and `core_menu_translations`.`origin_id` is not null and `locale` = 'fr' limit 1190μsu777078346_enjoyportalHasTranslations.php#51
        Bindings
        • 0: 1
        • 1: fr
        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` = '24' and `core_pages`.`deleted_at` is null limit 1330μ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\Location\Models\Location
      17Location.php#?
      Modules\Flight\Models\Airport
      15Airport.php#?
      Modules\Flight\Models\Flight
      9Flight.php#?
      Modules\Flight\Models\Airline
      9Airline.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#?
      Modules\Page\Models\Page
      1Page.php#?
        web
        null
        sanctum
        null
          _token
          cbOy0Tjb4LZEhL9GSFcvpFKv5LqwtHGirYeCsQo7
          _previous
          array:1 [ "url" => "https://enjoytourseg.com/fr/flight?from_where=10" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          PHPDEBUGBAR_STACK_DATA
          []
          path_info
          /fr/flight
          status_code
          200
          
          status_text
          OK
          format
          html
          content_type
          text/html; charset=UTF-8
          request_query
          0 of 0
          array:1 [ "from_where" => "10" ]
          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=eyJpdiI6IlZzR0xUNFFEM2JyTXBtVjhnTVVSNHc9PSIsInZhbHVlIjoib3lLMWxNWGVmUTRyVDZYNHNsSjRkbDFNZEVxc1U4QldPc3cvNTEveDh1NVdwR0JJZ2w1OW9qNGZFV0o1OVhPYnJvYkt2M3ZudmxRRWZ3NUwzYkljRFFoS01IR253ZXIzclV6V0lYais3MG1xZS90akxRWVBsVDkrZmc4ZDFSeEsiLCJtYWMiOiJlYTljYmExOWE0OWUxNTQyNzE0OTJlNzJjNDc2MzUzNmYwMmU5MTI4NGYyYTZkNzQ4ZmY2MWJkYTMwMTc5NzE0IiwidGFnIjoiIn0%3D; bookingcore_session=eyJpdiI6IitIUG83ZFhhOUhaeHJSbkZxMnd0c0E9PSIsInZhbHVlIjoiTms0YjVtQm04eUY4MFI1VjRlU3d5VU9wbFNVOFQ4MXY4N0xNcXRPMHNYQ0ExWnV4QldJWFlJeEwrQjVZc01sak14WnpDS3g4elNyL3YrckJyYmVPWE11NDdyVmZrdnlFWDAxT1FhSGwyTUNJNkFjMGp4OGc5b3UrVjI1TmVPSkIiLCJtYWMiOiJlOTE2NDQ3NDE2NDYzYTM2Y2NmNzQwMTY1MzNmZWVjZjkzYWYyYTRhOTE1YzdmNmI3N2FjMDQyY2U5NTM1MDMxIiwidGFnIjoiIn0%3DXSRF-TOKEN=eyJpdiI6IlZzR0xUNFFEM2JyTXBtVjhnTVVSNHc9PSIsInZhbHVlIjoib3lLMWxNWGVmUTRyVDZYNHNsSjRkbDFNZEVxc1U4QldPc3cvNTEveDh1NVdwR0JJZ2w1OW9qNGZFV0o1OVhPYnJvYkt2M" ] "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 => "3.128.31.38" ] "x-forwarded-proto" => array:1 [ 0 => "https" ] "x-real-ip" => array:1 [ 0 => "3.128.31.38" ] "x-real-port" => array:1 [ 0 => "4503" ] "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" => "cbOy0Tjb4LZEhL9GSFcvpFKv5LqwtHGirYeCsQo7" "bookingcore_session" => "SqoRPdDbJYX7AC81S5JCI5uFLeOxqqCqzO9Wc5CG" ]
          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 => "Sat, 11 Jan 2025 02:37:48 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IjVCcE5hcENmKzJ0TjZHRkhQTzVzR3c9PSIsInZhbHVlIjoiWjhraEx4RnlaVDNMUU4rb1E0cDNJTTBHZ0k5RkRNMTZCeUYrQVFFa2RjaVZCNVNCZ0ptcG8ySjlrZTNELzE0NW1iN1F4SWlsMzhLUVF5ZWR3a29WcTFCWHhUdHFETGFUeEhUWWIva2oxb1NzWEU3RHhWdEhVVlQ5L3lVM3M2amEiLCJtYWMiOiI1NWM5ZjNmZTc5NmJiY2QwZDhlYmJmZjhjNzQwMjJhY2ZiYThiNzQ2ODRlMGQzMzljMDhiMzIyOGZiN2UwNzhkIiwidGFnIjoiIn0%3D; expires=Sat, 11 Jan 2025 04:37:48 GMT; Max-Age=7200; path=/; secure; samesite=laxXSRF-TOKEN=eyJpdiI6IjVCcE5hcENmKzJ0TjZHRkhQTzVzR3c9PSIsInZhbHVlIjoiWjhraEx4RnlaVDNMUU4rb1E0cDNJTTBHZ0k5RkRNMTZCeUYrQVFFa2RjaVZCNVNCZ0ptcG8ySjlrZTNELzE0NW1iN1F4S" 1 => "bookingcore_session=eyJpdiI6ImtxdUFiUjdIZitEdVpZclh4cFFxWEE9PSIsInZhbHVlIjoiNDhxdDUwU2l2azlibHVQNnR5dnc3Z1BaUm1YSzdQUjgvcWJxTEEyT0dKRFByUEtpY2poQ2RJaXZ2a0xLcVdzOXdOYm8vR1FtYzdKZXFDQnRQWFoxOVorQmlTbFBFTGUrelA4dmJOa0h0OGdONG9hQ3JVd0lqaEJRYzBnb0V6SzkiLCJtYWMiOiI4YjdlYzYzYmNmMDkyNmQ1MDRjMjVmNDU1ZGQ4MDkyZmQyZGEzMzlmMzM5MzJiMGI1YTI4MTEyMzllMmEzZDJlIiwidGFnIjoiIn0%3D; expires=Sat, 11 Jan 2025 04:37:48 GMT; Max-Age=7200; path=/; httponly; samesite=laxbookingcore_session=eyJpdiI6ImtxdUFiUjdIZitEdVpZclh4cFFxWEE9PSIsInZhbHVlIjoiNDhxdDUwU2l2azlibHVQNnR5dnc3Z1BaUm1YSzdQUjgvcWJxTEEyT0dKRFByUEtpY2poQ2RJaXZ2a0xLcVdz" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IjVCcE5hcENmKzJ0TjZHRkhQTzVzR3c9PSIsInZhbHVlIjoiWjhraEx4RnlaVDNMUU4rb1E0cDNJTTBHZ0k5RkRNMTZCeUYrQVFFa2RjaVZCNVNCZ0ptcG8ySjlrZTNELzE0NW1iN1F4SWlsMzhLUVF5ZWR3a29WcTFCWHhUdHFETGFUeEhUWWIva2oxb1NzWEU3RHhWdEhVVlQ5L3lVM3M2amEiLCJtYWMiOiI1NWM5ZjNmZTc5NmJiY2QwZDhlYmJmZjhjNzQwMjJhY2ZiYThiNzQ2ODRlMGQzMzljMDhiMzIyOGZiN2UwNzhkIiwidGFnIjoiIn0%3D; expires=Sat, 11-Jan-2025 04:37:48 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6IjVCcE5hcENmKzJ0TjZHRkhQTzVzR3c9PSIsInZhbHVlIjoiWjhraEx4RnlaVDNMUU4rb1E0cDNJTTBHZ0k5RkRNMTZCeUYrQVFFa2RjaVZCNVNCZ0ptcG8ySjlrZTNELzE0NW1iN1F4S" 1 => "bookingcore_session=eyJpdiI6ImtxdUFiUjdIZitEdVpZclh4cFFxWEE9PSIsInZhbHVlIjoiNDhxdDUwU2l2azlibHVQNnR5dnc3Z1BaUm1YSzdQUjgvcWJxTEEyT0dKRFByUEtpY2poQ2RJaXZ2a0xLcVdzOXdOYm8vR1FtYzdKZXFDQnRQWFoxOVorQmlTbFBFTGUrelA4dmJOa0h0OGdONG9hQ3JVd0lqaEJRYzBnb0V6SzkiLCJtYWMiOiI4YjdlYzYzYmNmMDkyNmQ1MDRjMjVmNDU1ZGQ4MDkyZmQyZGEzMzlmMzM5MzJiMGI1YTI4MTEyMzllMmEzZDJlIiwidGFnIjoiIn0%3D; expires=Sat, 11-Jan-2025 04:37:48 GMT; path=/; httponlybookingcore_session=eyJpdiI6ImtxdUFiUjdIZitEdVpZclh4cFFxWEE9PSIsInZhbHVlIjoiNDhxdDUwU2l2azlibHVQNnR5dnc3Z1BaUm1YSzdQUjgvcWJxTEEyT0dKRFByUEtpY2poQ2RJaXZ2a0xLcVdz" ] ]
          session_attributes
          0 of 0
          array:4 [ "_token" => "cbOy0Tjb4LZEhL9GSFcvpFKv5LqwtHGirYeCsQo7" "_previous" => array:1 [ "url" => "https://enjoytourseg.com/fr/flight?from_where=10" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-01-11 04:37:48GET/fr/flight?from_where=10412795
          2025-01-11 - 2025-01-18