Los Angeles

Los Angeles

Explore the place

Los Angeles
4.8/5 Excellent 4 Reviews
from
$500 /night
Los Angeles
4.3/5 Very Good 3 Reviews
from
$900 /night

View More

Los Angeles
5 Auto 6 4
from
$300 /day

View More

Los Angeles
4.6/5 Excellent 5 Reviews
Start Time: 18:00
7H
from
$400

View More

67%
Giverny and Versailles Small Group Day Trip
Los Angeles
4 Reviews
4H
from
$2.100 $687

View More

Los Angeles
5.0/5 Excellent 4 Reviews
15 1 17m 29km/h
from
$250

View More

The City Maps

Request history8.0.30PHP Version1.45sRequest Duration36MBMemory UsageGET egy/location/{slug}RouteAuth status
    • Booting (626ms)time
    • Application (819ms)time
    • 1 x Application (56.69%)
      819ms
      1 x Booting (43.31%)
      626ms
      32 templates were rendered
      • 1x Location::frontend.detaildetail.blade.php#?blade
      • 1x Location::frontend.layouts.details.location-bannerlocation-banner.blade.php#?blade
      • 1x Location::frontend.layouts.details.location-overviewlocation-overview.blade.php#?blade
      • 1x Hotel::frontend.blocks.list-hotel.indexindex.blade.php#?blade
      • 2x Hotel::frontend.layouts.search.loop-gridloop-grid.blade.php#?blade
      • 1x Car::frontend.blocks.list-car.indexindex.blade.php#?blade
      • 1x Car::frontend.layouts.search.loop-gridloop-grid.blade.php#?blade
      • 1x Event::frontend.blocks.list-event.indexindex.blade.php#?blade
      • 1x Event::frontend.layouts.search.loop-gridloop-grid.blade.php#?blade
      • 1x Tour::frontend.blocks.list-tour.indexindex.blade.php#?blade
      • 1x Tour::frontend.blocks.list-tour.style-normalstyle-normal.blade.php#?blade
      • 1x Tour::frontend.layouts.search.loop-gridloop-grid.blade.php#?blade
      • 1x Boat::frontend.blocks.list-boat.indexindex.blade.php#?blade
      • 1x Boat::frontend.layouts.search.loop-gridloop-grid.blade.php#?blade
      • 1x Location::frontend.layouts.details.location-maplocation-map.blade.php#?blade
      • 1x Location::frontend.layouts.details.location-trip-idealocation-trip-idea.blade.php#?blade
      • 1x layouts.appapp.blade.php#?blade
      • 1x Layout::appapp.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
      uri
      GET egy/location/{slug}
      middleware
      web
      controller
      Modules\Location\Controllers\LocationController@detail
      namespace
      Modules\Location\Controllers
      prefix
      egy/location
      where
      as
      location.detail
      file
      modules/Location/Controllers/LocationController.php:21-41
      28 statements were executed (12 duplicates)Show only duplicates25.55ms
      • LocationController.php#23aarnatours290425_abhi_tNt4.53msselect * from `bravo_locations` where `slug` = 'los-angeles' and `status` = 'publish' and `bravo_locations`.`deleted_at` is null limit 1
        Bindings
        • 0: los-angeles
        • 1: publish
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • modules/Location/Controllers/LocationController.php:23
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • HasTranslations.php#51aarnatours290425_abhi_tNt580μsselect * from `bravo_location_translations` where `bravo_location_translations`.`origin_id` = 5 and `bravo_location_translations`.`origin_id` is not null and `locale` = 'egy' limit 1
        Bindings
        • 0: 5
        • 1: egy
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • app/Traits/HasTranslations.php:51
        • modules/Location/Controllers/LocationController.php:27
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • BaseModel.php#199aarnatours290425_abhi_tNt570μsselect * from `bravo_seo` where `object_id` = 5 and `object_model` = 'location_translation_egy' limit 1
        Bindings
        • 0: 5
        • 1: location_translation_egy
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • app/BaseModel.php:199
        • app/BaseModel.php:214
        • modules/Location/Controllers/LocationController.php:31
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • detail.blade.php#45aarnatours290425_abhi_tNt1.28msselect `bravo_hotels`.* from `bravo_hotels` inner join `bravo_locations` on `bravo_locations`.`id` = `bravo_hotels`.`location_id` and `bravo_locations`.`_lft` >= 9 and `bravo_locations`.`_rgt` <= 10 where `bravo_hotels`.`status` = 'publish' and `bravo_hotels`.`deleted_at` is null limit 8
        Bindings
        • 0: 9
        • 1: 10
        • 2: publish
        Hints
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • view::Location::frontend.detail:45
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • detail.blade.php#45aarnatours290425_abhi_tNt690μsselect * from `bravo_locations` where `bravo_locations`.`id` in (5) and `bravo_locations`.`deleted_at` is null
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • view::Location::frontend.detail:45
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • detail.blade.php#45aarnatours290425_abhi_tNt560μsselect * from `bravo_location_translations` where `locale` = 'egy' and `bravo_location_translations`.`origin_id` in (5)
        Bindings
        • 0: egy
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • view::Location::frontend.detail:45
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • detail.blade.php#45aarnatours290425_abhi_tNt1.08msselect `bravo_spaces`.* from `bravo_spaces` inner join `bravo_locations` on `bravo_locations`.`id` = `bravo_spaces`.`location_id` and `bravo_locations`.`_lft` >= 9 and `bravo_locations`.`_rgt` <= 10 where `bravo_spaces`.`status` = 'publish' and `bravo_spaces`.`deleted_at` is null limit 8
        Bindings
        • 0: 9
        • 1: 10
        • 2: publish
        Hints
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • view::Location::frontend.detail:45
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • detail.blade.php#45aarnatours290425_abhi_tNt1.04msselect `bravo_cars`.* from `bravo_cars` inner join `bravo_locations` on `bravo_locations`.`id` = `bravo_cars`.`location_id` and `bravo_locations`.`_lft` >= 9 and `bravo_locations`.`_rgt` <= 10 where `bravo_cars`.`status` = 'publish' and `bravo_cars`.`deleted_at` is null limit 8
        Bindings
        • 0: 9
        • 1: 10
        • 2: publish
        Hints
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • view::Location::frontend.detail:45
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • detail.blade.php#45aarnatours290425_abhi_tNt740μsselect * from `bravo_locations` where `bravo_locations`.`id` in (5) and `bravo_locations`.`deleted_at` is null
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • view::Location::frontend.detail:45
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • detail.blade.php#45aarnatours290425_abhi_tNt730μsselect * from `bravo_location_translations` where `locale` = 'egy' and `bravo_location_translations`.`origin_id` in (5)
        Bindings
        • 0: egy
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • view::Location::frontend.detail:45
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • detail.blade.php#45aarnatours290425_abhi_tNt1.01msselect `bravo_events`.* from `bravo_events` inner join `bravo_locations` on `bravo_locations`.`id` = `bravo_events`.`location_id` and `bravo_locations`.`_lft` >= 9 and `bravo_locations`.`_rgt` <= 10 where `bravo_events`.`status` = 'publish' and `bravo_events`.`deleted_at` is null limit 8
        Bindings
        • 0: 9
        • 1: 10
        • 2: publish
        Hints
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • view::Location::frontend.detail:45
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • detail.blade.php#45aarnatours290425_abhi_tNt560μsselect * from `bravo_locations` where `bravo_locations`.`id` in (5) and `bravo_locations`.`deleted_at` is null
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • view::Location::frontend.detail:45
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • detail.blade.php#45aarnatours290425_abhi_tNt470μsselect * from `bravo_location_translations` where `locale` = 'egy' and `bravo_location_translations`.`origin_id` in (5)
        Bindings
        • 0: egy
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • view::Location::frontend.detail:45
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • detail.blade.php#45aarnatours290425_abhi_tNt920μsselect `bravo_tours`.* from `bravo_tours` inner join `bravo_locations` on `bravo_locations`.`id` = `bravo_tours`.`location_id` and `bravo_locations`.`_lft` >= 9 and `bravo_locations`.`_rgt` <= 10 where `bravo_tours`.`status` = 'publish' and `bravo_tours`.`deleted_at` is null limit 8
        Bindings
        • 0: 9
        • 1: 10
        • 2: publish
        Hints
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • view::Location::frontend.detail:45
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • detail.blade.php#45aarnatours290425_abhi_tNt510μsselect * from `bravo_locations` where `bravo_locations`.`id` in (5) and `bravo_locations`.`deleted_at` is null
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • view::Location::frontend.detail:45
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • detail.blade.php#45aarnatours290425_abhi_tNt490μsselect * from `bravo_location_translations` where `locale` = 'egy' and `bravo_location_translations`.`origin_id` in (5)
        Bindings
        • 0: egy
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • view::Location::frontend.detail:45
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • detail.blade.php#45aarnatours290425_abhi_tNt1.08msselect `bravo_boats`.* from `bravo_boats` inner join `bravo_locations` on `bravo_locations`.`id` = `bravo_boats`.`location_id` and `bravo_locations`.`_lft` >= 9 and `bravo_locations`.`_rgt` <= 10 where `bravo_boats`.`status` = 'publish' and `bravo_boats`.`deleted_at` is null limit 8
        Bindings
        • 0: 9
        • 1: 10
        • 2: publish
        Hints
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • view::Location::frontend.detail:45
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • detail.blade.php#45aarnatours290425_abhi_tNt630μsselect * from `bravo_locations` where `bravo_locations`.`id` in (5) and `bravo_locations`.`deleted_at` is null
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • view::Location::frontend.detail:45
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • detail.blade.php#45aarnatours290425_abhi_tNt510μsselect * from `bravo_location_translations` where `locale` = 'egy' and `bravo_location_translations`.`origin_id` in (5)
        Bindings
        • 0: egy
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • view::Location::frontend.detail:45
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • HasTranslations.php#51aarnatours290425_abhi_tNt580μsselect * from `bravo_hotel_translations` where `bravo_hotel_translations`.`origin_id` = 5 and `bravo_hotel_translations`.`origin_id` is not null and `locale` = 'egy' and `bravo_hotel_translations`.`deleted_at` is null limit 1
        Bindings
        • 0: 5
        • 1: egy
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • app/Traits/HasTranslations.php:51
        • view::Hotel::frontend.layouts.search.loop-grid:2
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • HasTranslations.php#51aarnatours290425_abhi_tNt720μsselect * from `bravo_hotel_translations` where `bravo_hotel_translations`.`origin_id` = 8 and `bravo_hotel_translations`.`origin_id` is not null and `locale` = 'egy' and `bravo_hotel_translations`.`deleted_at` is null limit 1
        Bindings
        • 0: 8
        • 1: egy
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • app/Traits/HasTranslations.php:51
        • view::Hotel::frontend.layouts.search.loop-grid:2
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • HasTranslations.php#51aarnatours290425_abhi_tNt990μsselect * from `bravo_car_translations` where `bravo_car_translations`.`origin_id` = 5 and `bravo_car_translations`.`origin_id` is not null and `locale` = 'egy' and `bravo_car_translations`.`deleted_at` is null limit 1
        Bindings
        • 0: 5
        • 1: egy
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • app/Traits/HasTranslations.php:51
        • view::Car::frontend.layouts.search.loop-grid:2
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • HasTranslations.php#51aarnatours290425_abhi_tNt830μsselect * from `bravo_event_translations` where `bravo_event_translations`.`origin_id` = 10 and `bravo_event_translations`.`origin_id` is not null and `locale` = 'egy' and `bravo_event_translations`.`deleted_at` is null limit 1
        Bindings
        • 0: 10
        • 1: egy
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • app/Traits/HasTranslations.php:51
        • view::Event::frontend.layouts.search.loop-grid:2
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • HasTranslations.php#51aarnatours290425_abhi_tNt650μsselect * from `bravo_tour_translations` where `bravo_tour_translations`.`origin_id` = 10 and `bravo_tour_translations`.`origin_id` is not null and `locale` = 'egy' limit 1
        Bindings
        • 0: 10
        • 1: egy
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • app/Traits/HasTranslations.php:51
        • view::Tour::frontend.layouts.search.loop-grid:2
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • HasTranslations.php#51aarnatours290425_abhi_tNt960μsselect * from `bravo_boat_translations` where `bravo_boat_translations`.`origin_id` = 5 and `bravo_boat_translations`.`origin_id` is not null and `locale` = 'egy' and `bravo_boat_translations`.`deleted_at` is null limit 1
        Bindings
        • 0: 5
        • 1: egy
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • app/Traits/HasTranslations.php:51
        • view::Boat::frontend.layouts.search.loop-grid:2
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • HasTranslations.php#51aarnatours290425_abhi_tNt830μsselect * from `core_menu_translations` where `core_menu_translations`.`origin_id` = 1 and `core_menu_translations`.`origin_id` is not null and `locale` = 'egy' limit 1
        Bindings
        • 0: 1
        • 1: egy
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • app/Traits/HasTranslations.php:51
        • app/Helpers/AppHelper.php:111
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • HasTranslations.php#51aarnatours290425_abhi_tNt850μsselect * from `core_menu_translations` where `core_menu_translations`.`origin_id` = 1 and `core_menu_translations`.`origin_id` is not null and `locale` = 'egy' limit 1
        Bindings
        • 0: 1
        • 1: egy
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • app/Traits/HasTranslations.php:51
        • app/Helpers/AppHelper.php:111
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • AppHelper.php#627aarnatours290425_abhi_tNt1.16msselect * from `core_pages` where `core_pages`.`id` = '' and `core_pages`.`deleted_at` is null limit 1
        Bindings
        • 0: 
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • app/Helpers/AppHelper.php:627
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      Modules\Location\Models\Location
      6Location.php#?
      Modules\Hotel\Models\Hotel
      2Hotel.php#?
      Modules\Core\Models\MenuTranslation
      2MenuTranslation.php#?
      Modules\Car\Models\Car
      1Car.php#?
      Modules\Event\Models\Event
      1Event.php#?
      Modules\Tour\Models\Tour
      1Tour.php#?
      Modules\Boat\Models\Boat
      1Boat.php#?
        web
        null
        sanctum
        null
          _token
          rKcLwqi8GLkgHWwX2VunoBJgeStU86E061TGEDCE
          bc_current_currency
          usd
          _previous
          array:1 [ "url" => "http://aarnatours.com/public/egy/location/los-angeles" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          path_info
          /egy/location/los-angeles
          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:12 [ "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 => "gzip, deflate" ] "connection" => array:1 [ 0 => "keep-alive" ] "content-length" => array:1 [ 0 => "0" ] "cookie" => array:1 [ 0 => "XSRF-TOKEN=eyJpdiI6ImppNDcrZHdORTJsYXJzUytyc2ozNHc9PSIsInZhbHVlIjoiUUZGQS9sS09NSXJHd1lkeFRZT3h3U1pKbHErZHBvOVdtaFpuVG9XNWhHYWx3NkhKT3AwWndjZ2FjV25lRmZXQVlYbjNONzI1bGdNa2lGWnZsTXNWNVIyL1hwN2Zlc1JHNTl1UFVTL2ozNnhzdGpyWlppZFVLbkJqcE52OEpEWVoiLCJtYWMiOiI4YzFmMjY1ZTMzZWZkNTRkYTU5ZmU1NGQ3Y2Y1MGZhNmMxYzBkOTU5NWYzYWQyOGYzNzEzNjYyYTAzOGJlZTA0IiwidGFnIjoiIn0%3D; booking_core_session=eyJpdiI6IjcxWTdKM2I1TkVJNUFoYk56N3dVTUE9PSIsInZhbHVlIjoiVVZqUDZKcUxCeU8ySFdFQXFaa3gyMTByaFJQWDBIRFhyOEY2MTVHc0luR0h6ZGFxUGVnNVN0b3hkT1BCZ2NsVmRLbTAwMmpSb3A1T0FCZllTRnhEMWliY1RkUDk2dHg5NFVoZHFaOVc0ODNvS2grb2xxWXZHQkhta05ZNWRqMWciLCJtYWMiOiIwYjJjMTM3OTQ1YTVhZmRkMjRlNjAxYzEzOTk2M2M1ZTQ2ZTk4YjI3ODkxNDUwMDMxOTkzNjhhZGZkYTU3YWZlIiwidGFnIjoiIn0%3DXSRF-TOKEN=eyJpdiI6ImppNDcrZHdORTJsYXJzUytyc2ozNHc9PSIsInZhbHVlIjoiUUZGQS9sS09NSXJHd1lkeFRZT3h3U1pKbHErZHBvOVdtaFpuVG9XNWhHYWx3NkhKT3AwWndjZ2FjV25lRmZXQVlYbjNON" ] "host" => array:1 [ 0 => "aarnatours.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 => "10.3.40.53" ] "via" => array:1 [ 0 => "1.1 squid-proxy-5b5d847c96-j2wms (squid/6.10)" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] ]
          request_cookies
          0 of 0
          array:2 [ "XSRF-TOKEN" => "rKcLwqi8GLkgHWwX2VunoBJgeStU86E061TGEDCE" "booking_core_session" => "jGzCOv3MpCHeHxlAX2BZbwCtvNYM0Z1lDNx95WLd" ]
          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 => "Wed, 16 Jul 2025 03:42:49 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IjRNQzd2S01nQm5MK0Vmb0lQSlRPckE9PSIsInZhbHVlIjoiUGFyOTJGVnN1MGtURlBBMENxNGIxaXAwZEN3b29ObUlWbHQzVFNjeGpwZ2RxRXJmdzdDNU56ZmllQ1JFNnBEbVo2aDJXcDRLRE1Ia2VKbmI3d0pmNDE0VlJpRjNOcFdWN1hzVXpoZjVhdTYvOGRReGh0NWF3YmRFa0phaVZPdEgiLCJtYWMiOiJjZjQzNzA5YWY1MzgxNjY0NTQ4N2Y4MTU1ODA3N2IxMjI2NDM0ZDA1MjBlMDgyYmY4ZWVkZTYyYjVlYjViZDVhIiwidGFnIjoiIn0%3D; expires=Wed, 16-Jul-2025 05:42:50 GMT; Max-Age=7200; path=/; samesite=laxXSRF-TOKEN=eyJpdiI6IjRNQzd2S01nQm5MK0Vmb0lQSlRPckE9PSIsInZhbHVlIjoiUGFyOTJGVnN1MGtURlBBMENxNGIxaXAwZEN3b29ObUlWbHQzVFNjeGpwZ2RxRXJmdzdDNU56ZmllQ1JFNnBEbVo2aDJXc" 1 => "booking_core_session=eyJpdiI6Im1ibjdhSHNxdWFjK1h2Qzd3bjRCU1E9PSIsInZhbHVlIjoieHNZOTJQbzM5MjJrZFJ2bEhubXcxYlNQUlZzd0laTm1tY1lHSUxQZnFTdVluTGN0N2cwR0U1TmZ0VGpoWFJyR2cvUmlhMmlZN2FMencxRnNhR2NLWEd6SmUxZHQ3MXB0UkJZQ0NCNVBTTTVWVHJjbktEWDk0UGg5Q29zdCtlbzgiLCJtYWMiOiI1MmQ4ZTk1ZTk5ZjQ4Yjk3NzNkODliNWM0ZDQzZGMwZmUxZmYzYmM2OWQ4MDY0YzUwODhlN2UxNjJjMGMzOWZlIiwidGFnIjoiIn0%3D; expires=Wed, 16-Jul-2025 05:42:50 GMT; Max-Age=7200; path=/; httponly; samesite=laxbooking_core_session=eyJpdiI6Im1ibjdhSHNxdWFjK1h2Qzd3bjRCU1E9PSIsInZhbHVlIjoieHNZOTJQbzM5MjJrZFJ2bEhubXcxYlNQUlZzd0laTm1tY1lHSUxQZnFTdVluTGN0N2cwR0U1TmZ0VGpoWFJ" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IjRNQzd2S01nQm5MK0Vmb0lQSlRPckE9PSIsInZhbHVlIjoiUGFyOTJGVnN1MGtURlBBMENxNGIxaXAwZEN3b29ObUlWbHQzVFNjeGpwZ2RxRXJmdzdDNU56ZmllQ1JFNnBEbVo2aDJXcDRLRE1Ia2VKbmI3d0pmNDE0VlJpRjNOcFdWN1hzVXpoZjVhdTYvOGRReGh0NWF3YmRFa0phaVZPdEgiLCJtYWMiOiJjZjQzNzA5YWY1MzgxNjY0NTQ4N2Y4MTU1ODA3N2IxMjI2NDM0ZDA1MjBlMDgyYmY4ZWVkZTYyYjVlYjViZDVhIiwidGFnIjoiIn0%3D; expires=Wed, 16-Jul-2025 05:42:50 GMT; path=/XSRF-TOKEN=eyJpdiI6IjRNQzd2S01nQm5MK0Vmb0lQSlRPckE9PSIsInZhbHVlIjoiUGFyOTJGVnN1MGtURlBBMENxNGIxaXAwZEN3b29ObUlWbHQzVFNjeGpwZ2RxRXJmdzdDNU56ZmllQ1JFNnBEbVo2aDJXc" 1 => "booking_core_session=eyJpdiI6Im1ibjdhSHNxdWFjK1h2Qzd3bjRCU1E9PSIsInZhbHVlIjoieHNZOTJQbzM5MjJrZFJ2bEhubXcxYlNQUlZzd0laTm1tY1lHSUxQZnFTdVluTGN0N2cwR0U1TmZ0VGpoWFJyR2cvUmlhMmlZN2FMencxRnNhR2NLWEd6SmUxZHQ3MXB0UkJZQ0NCNVBTTTVWVHJjbktEWDk0UGg5Q29zdCtlbzgiLCJtYWMiOiI1MmQ4ZTk1ZTk5ZjQ4Yjk3NzNkODliNWM0ZDQzZGMwZmUxZmYzYmM2OWQ4MDY0YzUwODhlN2UxNjJjMGMzOWZlIiwidGFnIjoiIn0%3D; expires=Wed, 16-Jul-2025 05:42:50 GMT; path=/; httponlybooking_core_session=eyJpdiI6Im1ibjdhSHNxdWFjK1h2Qzd3bjRCU1E9PSIsInZhbHVlIjoieHNZOTJQbzM5MjJrZFJ2bEhubXcxYlNQUlZzd0laTm1tY1lHSUxQZnFTdVluTGN0N2cwR0U1TmZ0VGpoWFJ" ] ]
          session_attributes
          0 of 0
          array:4 [ "_token" => "rKcLwqi8GLkgHWwX2VunoBJgeStU86E061TGEDCE" "bc_current_currency" => "usd" "_previous" => array:1 [ "url" => "http://aarnatours.com/public/egy/location/los-angeles" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-07-16 03:42:50GET/public/egy/location/los-angeles322814