New York, United States

New York, United States

Explore the place

New York, United States
4.5/5 Excellent 4 Reviews
from
$900 /night
New York, United States
4.5/5 Excellent 4 Reviews
from
$550 /night

View More

LUXURY STUDIO
$300 /day
New York, United States
4.7/5 Excellent 3 Reviews
9 5 5 191 sqft

View More

New York, United States
4.8/5 Excellent 4 Reviews
Start Time: 17:00
9H
from
$850
Southwest States (Ex Los Angeles)
44%
New York, United States
4.5/5 Excellent 4 Reviews
Start Time: 18:00
1H
from
$1.900 $1.063
New York, United States
4.0/5 Very Good 2 Reviews
Start Time: 19:00
1H
from
$600
Eastern Discovery
71%
New York, United States
4.2/5 Very Good 5 Reviews
Start Time: 15:00
7H
from
$2.100 $594

View More

45%
Paris Vacation Travel
New York, United States
3 Reviews
9H
from
$850 $464
37%
Southwest States (Ex Los Angeles)
New York, United States
4 Reviews
8H
from
$1.900 $1.194
90%
Eastern Discovery (Start New Orleans)
New York, United States
3 Reviews
8H
from
$2.100 $200
91%
Eastern Discovery
New York, United States
4 Reviews
6H
from
$2.100 $176

View More

The City Maps

Request history8.0.30PHP Version1.83sRequest Duration36MBMemory UsageGET location/{slug}RouteAuth status
    • Booting (589ms)time
    • Application (1.24s)time
    • 1 x Application (67.75%)
      1.24s
      1 x Booting (32.25%)
      589ms
      36 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 Space::frontend.blocks.list-space.indexindex.blade.php#?blade
      • 1x Space::frontend.layouts.search.loop-gridloop-grid.blade.php#?blade
      • 1x Event::frontend.blocks.list-event.indexindex.blade.php#?blade
      • 4x 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
      • 4x Tour::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 location/{slug}
      middleware
      web
      controller
      Modules\Location\Controllers\LocationController@detail
      namespace
      Modules\Location\Controllers
      prefix
      /location
      where
      as
      location.detail
      file
      modules/Location/Controllers/LocationController.php:21-41
      31 statements were executed (10 duplicates)Show only duplicates32.69ms
      • LocationController.php#23aarnatours290425_abhi_tNt4.46msselect * from `bravo_locations` where `slug` = 'new-york-united-states' and `status` = 'publish' and `bravo_locations`.`deleted_at` is null limit 1
        Bindings
        • 0: new-york-united-states
        • 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_tNt790μsselect * from `bravo_location_translations` where `bravo_location_translations`.`origin_id` = 2 and `bravo_location_translations`.`origin_id` is not null and `locale` = 'en' limit 1
        Bindings
        • 0: 2
        • 1: en
        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_tNt900μsselect * from `bravo_seo` where `object_id` = 2 and `object_model` = 'location' limit 1
        Bindings
        • 0: 2
        • 1: location
        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:212
        • 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` >= 3 and `bravo_locations`.`_rgt` <= 4 where `bravo_hotels`.`status` = 'publish' and `bravo_hotels`.`deleted_at` is null limit 8
        Bindings
        • 0: 3
        • 1: 4
        • 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_tNt970μsselect * from `bravo_locations` where `bravo_locations`.`id` in (2) 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_tNt920μsselect * from `bravo_location_translations` where `locale` = 'en' and `bravo_location_translations`.`origin_id` in (2)
        Bindings
        • 0: en
        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.46msselect `bravo_spaces`.* from `bravo_spaces` inner join `bravo_locations` on `bravo_locations`.`id` = `bravo_spaces`.`location_id` and `bravo_locations`.`_lft` >= 3 and `bravo_locations`.`_rgt` <= 4 where `bravo_spaces`.`status` = 'publish' and `bravo_spaces`.`deleted_at` is null limit 8
        Bindings
        • 0: 3
        • 1: 4
        • 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_tNt700μsselect * from `bravo_locations` where `bravo_locations`.`id` in (2) 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_tNt590μsselect * from `bravo_location_translations` where `locale` = 'en' and `bravo_location_translations`.`origin_id` in (2)
        Bindings
        • 0: en
        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.07msselect `bravo_cars`.* from `bravo_cars` inner join `bravo_locations` on `bravo_locations`.`id` = `bravo_cars`.`location_id` and `bravo_locations`.`_lft` >= 3 and `bravo_locations`.`_rgt` <= 4 where `bravo_cars`.`status` = 'publish' and `bravo_cars`.`deleted_at` is null limit 8
        Bindings
        • 0: 3
        • 1: 4
        • 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_tNt1msselect `bravo_events`.* from `bravo_events` inner join `bravo_locations` on `bravo_locations`.`id` = `bravo_events`.`location_id` and `bravo_locations`.`_lft` >= 3 and `bravo_locations`.`_rgt` <= 4 where `bravo_events`.`status` = 'publish' and `bravo_events`.`deleted_at` is null limit 8
        Bindings
        • 0: 3
        • 1: 4
        • 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_tNt530μsselect * from `bravo_locations` where `bravo_locations`.`id` in (2) 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_tNt530μsselect * from `bravo_location_translations` where `locale` = 'en' and `bravo_location_translations`.`origin_id` in (2)
        Bindings
        • 0: en
        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.29msselect `bravo_tours`.* from `bravo_tours` inner join `bravo_locations` on `bravo_locations`.`id` = `bravo_tours`.`location_id` and `bravo_locations`.`_lft` >= 3 and `bravo_locations`.`_rgt` <= 4 where `bravo_tours`.`status` = 'publish' and `bravo_tours`.`deleted_at` is null limit 8
        Bindings
        • 0: 3
        • 1: 4
        • 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.26msselect * from `bravo_locations` where `bravo_locations`.`id` in (2) 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_tNt1.05msselect * from `bravo_location_translations` where `locale` = 'en' and `bravo_location_translations`.`origin_id` in (2)
        Bindings
        • 0: en
        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.87msselect `bravo_boats`.* from `bravo_boats` inner join `bravo_locations` on `bravo_locations`.`id` = `bravo_boats`.`location_id` and `bravo_locations`.`_lft` >= 3 and `bravo_locations`.`_rgt` <= 4 where `bravo_boats`.`status` = 'publish' and `bravo_boats`.`deleted_at` is null limit 8
        Bindings
        • 0: 3
        • 1: 4
        • 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
      • HasTranslations.php#51aarnatours290425_abhi_tNt860μsselect * from `bravo_hotel_translations` where `bravo_hotel_translations`.`origin_id` = 7 and `bravo_hotel_translations`.`origin_id` is not null and `locale` = 'en' and `bravo_hotel_translations`.`deleted_at` is null limit 1
        Bindings
        • 0: 7
        • 1: en
        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_tNt700μsselect * from `bravo_hotel_translations` where `bravo_hotel_translations`.`origin_id` = 10 and `bravo_hotel_translations`.`origin_id` is not null and `locale` = 'en' and `bravo_hotel_translations`.`deleted_at` is null limit 1
        Bindings
        • 0: 10
        • 1: en
        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_tNt770μsselect * from `bravo_space_translations` where `bravo_space_translations`.`origin_id` = 1 and `bravo_space_translations`.`origin_id` is not null and `locale` = 'en' and `bravo_space_translations`.`deleted_at` is null limit 1
        Bindings
        • 0: 1
        • 1: en
        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::Space::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_tNt820μsselect * from `bravo_event_translations` where `bravo_event_translations`.`origin_id` = 4 and `bravo_event_translations`.`origin_id` is not null and `locale` = 'en' and `bravo_event_translations`.`deleted_at` is null limit 1
        Bindings
        • 0: 4
        • 1: en
        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_tNt950μsselect * from `bravo_event_translations` where `bravo_event_translations`.`origin_id` = 5 and `bravo_event_translations`.`origin_id` is not null and `locale` = 'en' and `bravo_event_translations`.`deleted_at` is null limit 1
        Bindings
        • 0: 5
        • 1: en
        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_tNt1.52msselect * from `bravo_event_translations` where `bravo_event_translations`.`origin_id` = 6 and `bravo_event_translations`.`origin_id` is not null and `locale` = 'en' and `bravo_event_translations`.`deleted_at` is null limit 1
        Bindings
        • 0: 6
        • 1: en
        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_tNt840μsselect * from `bravo_event_translations` where `bravo_event_translations`.`origin_id` = 7 and `bravo_event_translations`.`origin_id` is not null and `locale` = 'en' and `bravo_event_translations`.`deleted_at` is null limit 1
        Bindings
        • 0: 7
        • 1: en
        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_tNt1msselect * from `bravo_tour_translations` where `bravo_tour_translations`.`origin_id` = 4 and `bravo_tour_translations`.`origin_id` is not null and `locale` = 'en' limit 1
        Bindings
        • 0: 4
        • 1: en
        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_tNt770μsselect * from `bravo_tour_translations` where `bravo_tour_translations`.`origin_id` = 5 and `bravo_tour_translations`.`origin_id` is not null and `locale` = 'en' limit 1
        Bindings
        • 0: 5
        • 1: en
        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_tNt680μsselect * from `bravo_tour_translations` where `bravo_tour_translations`.`origin_id` = 6 and `bravo_tour_translations`.`origin_id` is not null and `locale` = 'en' limit 1
        Bindings
        • 0: 6
        • 1: en
        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_tNt610μsselect * from `bravo_tour_translations` where `bravo_tour_translations`.`origin_id` = 7 and `bravo_tour_translations`.`origin_id` is not null and `locale` = 'en' limit 1
        Bindings
        • 0: 7
        • 1: en
        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_tNt830μsselect * from `core_menu_translations` where `core_menu_translations`.`origin_id` = 1 and `core_menu_translations`.`origin_id` is not null and `locale` = 'en' limit 1
        Bindings
        • 0: 1
        • 1: en
        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_tNt760μsselect * from `core_menu_translations` where `core_menu_translations`.`origin_id` = 1 and `core_menu_translations`.`origin_id` is not null and `locale` = 'en' limit 1
        Bindings
        • 0: 1
        • 1: en
        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_tNt910μsselect * 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
      5Location.php#?
      Modules\Event\Models\Event
      4Event.php#?
      Modules\Tour\Models\Tour
      4Tour.php#?
      Modules\Hotel\Models\Hotel
      2Hotel.php#?
      Modules\Space\Models\Space
      1Space.php#?
        web
        null
        sanctum
        null
          _token
          aXQN4QLmNLYB58u9koumjlLEtqrbv1xWsCcKHMRs
          _previous
          array:1 [ "url" => "http://aarnatours.com/public/location/new-york-united-states" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          path_info
          /location/new-york-united-states
          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=eyJpdiI6Im5McDUwVmNOK09BS2xlKy9mSExiUWc9PSIsInZhbHVlIjoiaUo5dUVZUngwSC81ZlJ1bVRXN05YbTFVNzgzVmYySVdmRUJ3QzZNL3RRMXl2WjdrcUVIOWlRYnVwUENzTWxVZUhYUzVhVHRabm9vM25GRExqWmJMZkk0NEdkMjh2SGx5MFpScTFWZUZiKzRlMVNORGdybEJzUlVpbm01eHJLb2siLCJtYWMiOiJjZTNiNjZmZDU3ZDkzMTA5ZmIyMDMwNDZkZTY5MjZlYTk0ZDUzNzIyNzQ5N2M0ZDViOGFiMzBmZjkxYzgzYTU4IiwidGFnIjoiIn0%3D; booking_core_session=eyJpdiI6IlRyMWNUT0MxQ0RNN1F6RXB1T1BKdXc9PSIsInZhbHVlIjoiYlRYTlVSVEFHR09PUUVVWmJEWTV6NWcvMUVqUTRxNmFZM09GKy9oQjFGbVpSOTF2Y1czWEZGTDRSMHg0bDdrVXg0VlI4R2JLaGs4a3dJU0trTXFVUSsxSDl6NUNuVUkwZmN1TjVKejlJZEp6WHNFblh1Y2IrdlUrbHplRHorUFAiLCJtYWMiOiJlYzRkZjJjOWMwMDJkYWMxMDkxMGU4NWUwMWIzMDkyZDIxYmFkMjNkMjBjZGRmNGQyOGI0YWVmODVhZDNlMzQxIiwidGFnIjoiIn0%3DXSRF-TOKEN=eyJpdiI6Im5McDUwVmNOK09BS2xlKy9mSExiUWc9PSIsInZhbHVlIjoiaUo5dUVZUngwSC81ZlJ1bVRXN05YbTFVNzgzVmYySVdmRUJ3QzZNL3RRMXl2WjdrcUVIOWlRYnVwUENzTWxVZUhYUzVhV" ] "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.1.227.251" ] "via" => array:1 [ 0 => "1.1 squid-proxy-5b5d847c96-7nh7w (squid/6.10)" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] ]
          request_cookies
          0 of 0
          array:2 [ "XSRF-TOKEN" => "aXQN4QLmNLYB58u9koumjlLEtqrbv1xWsCcKHMRs" "booking_core_session" => "QjjkA24aWixrrqdMMouRoo6zF6iO3VuPtNTSYnkV" ]
          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 => "Tue, 15 Jul 2025 11:26:50 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IlJJajRvRnp5NUZUVGhMWkNWK2JwQXc9PSIsInZhbHVlIjoiWVV6anY5eGI1S2lrYUl4NmFhOHV3OVNrU012Qy9GV0UwemVvR3QwRklqY1VFbExJd3NzTlhPQ3hubzBuL09tNUFuMnBEKzRtMkdtcUpYY1AyY2lCNUUySWlGQ2ZabkVqRWt6ZWp5Njl6T0I2dk1oSWQrVyt4RTJGUHNXam95NFEiLCJtYWMiOiIxMDA1YTE0MTg5MWMyZjZiZDYzMDk2YWU4MjQ2NmRkZTg2N2ViYTU1NDQ1ODMxZTYxZDI4YzI4MGFhNmY3MDlmIiwidGFnIjoiIn0%3D; expires=Tue, 15-Jul-2025 13:26:51 GMT; Max-Age=7200; path=/; samesite=laxXSRF-TOKEN=eyJpdiI6IlJJajRvRnp5NUZUVGhMWkNWK2JwQXc9PSIsInZhbHVlIjoiWVV6anY5eGI1S2lrYUl4NmFhOHV3OVNrU012Qy9GV0UwemVvR3QwRklqY1VFbExJd3NzTlhPQ3hubzBuL09tNUFuMnBEK" 1 => "booking_core_session=eyJpdiI6IlJ6dU5oV3FNbnpOTkhTQS9RVkxWblE9PSIsInZhbHVlIjoiUXFMTFlYeGxib3FDSUZla0JObDJOdnNyaFY5WjZnWlJHUmlhZ012ZHBrYWo4ZjZMakpQaWZUT2s5WXhOUHo5RitaS2xKc01jb1hKdlZJODJjazd6UjhKM1J1R0EzZlBrbE4zK3RNVXl6SDZKcHlSOWs2dExOcFAxdWRTWXpMVVMiLCJtYWMiOiI3ZDA4ODE1MjkzYTQxODBhMGJiNGFmMDdjMmVmNTEwMzRiNjNkMDk5ZGUxN2Q1MDhlZDg5ZDRkMzVjMjE1ZGE3IiwidGFnIjoiIn0%3D; expires=Tue, 15-Jul-2025 13:26:51 GMT; Max-Age=7200; path=/; httponly; samesite=laxbooking_core_session=eyJpdiI6IlJ6dU5oV3FNbnpOTkhTQS9RVkxWblE9PSIsInZhbHVlIjoiUXFMTFlYeGxib3FDSUZla0JObDJOdnNyaFY5WjZnWlJHUmlhZ012ZHBrYWo4ZjZMakpQaWZUT2s5WXhOUHo" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IlJJajRvRnp5NUZUVGhMWkNWK2JwQXc9PSIsInZhbHVlIjoiWVV6anY5eGI1S2lrYUl4NmFhOHV3OVNrU012Qy9GV0UwemVvR3QwRklqY1VFbExJd3NzTlhPQ3hubzBuL09tNUFuMnBEKzRtMkdtcUpYY1AyY2lCNUUySWlGQ2ZabkVqRWt6ZWp5Njl6T0I2dk1oSWQrVyt4RTJGUHNXam95NFEiLCJtYWMiOiIxMDA1YTE0MTg5MWMyZjZiZDYzMDk2YWU4MjQ2NmRkZTg2N2ViYTU1NDQ1ODMxZTYxZDI4YzI4MGFhNmY3MDlmIiwidGFnIjoiIn0%3D; expires=Tue, 15-Jul-2025 13:26:51 GMT; path=/XSRF-TOKEN=eyJpdiI6IlJJajRvRnp5NUZUVGhMWkNWK2JwQXc9PSIsInZhbHVlIjoiWVV6anY5eGI1S2lrYUl4NmFhOHV3OVNrU012Qy9GV0UwemVvR3QwRklqY1VFbExJd3NzTlhPQ3hubzBuL09tNUFuMnBEK" 1 => "booking_core_session=eyJpdiI6IlJ6dU5oV3FNbnpOTkhTQS9RVkxWblE9PSIsInZhbHVlIjoiUXFMTFlYeGxib3FDSUZla0JObDJOdnNyaFY5WjZnWlJHUmlhZ012ZHBrYWo4ZjZMakpQaWZUT2s5WXhOUHo5RitaS2xKc01jb1hKdlZJODJjazd6UjhKM1J1R0EzZlBrbE4zK3RNVXl6SDZKcHlSOWs2dExOcFAxdWRTWXpMVVMiLCJtYWMiOiI3ZDA4ODE1MjkzYTQxODBhMGJiNGFmMDdjMmVmNTEwMzRiNjNkMDk5ZGUxN2Q1MDhlZDg5ZDRkMzVjMjE1ZGE3IiwidGFnIjoiIn0%3D; expires=Tue, 15-Jul-2025 13:26:51 GMT; path=/; httponlybooking_core_session=eyJpdiI6IlJ6dU5oV3FNbnpOTkhTQS9RVkxWblE9PSIsInZhbHVlIjoiUXFMTFlYeGxib3FDSUZla0JObDJOdnNyaFY5WjZnWlJHUmlhZ012ZHBrYWo4ZjZMakpQaWZUT2s5WXhOUHo" ] ]
          session_attributes
          0 of 0
          array:3 [ "_token" => "aXQN4QLmNLYB58u9koumjlLEtqrbv1xWsCcKHMRs" "_previous" => array:1 [ "url" => "http://aarnatours.com/public/location/new-york-united-states" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-07-15 11:26:51GET/public/location/new-york-united-states363116