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.52sRequest Duration36MBMemory UsageGET location/{slug}RouteAuth status
    • Booting (515ms)time
    • Application (1.01s)time
    • 1 x Application (66.15%)
      1.01s
      1 x Booting (33.85%)
      515ms
      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 duplicates28.38ms
      • LocationController.php#23aarnatours290425_abhi_tNt3.6msselect * 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_tNt830μ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_tNt990μ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.61msselect `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_tNt500μ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_tNt450μ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.24msselect `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_tNt410μ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_tNt510μ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.11msselect `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_tNt1.23msselect `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_tNt520μ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_tNt500μ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.59msselect `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_tNt550μ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_tNt460μ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.08msselect `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_tNt790μ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_tNt580μ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_tNt1.08msselect * 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_tNt1.08msselect * 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_tNt710μ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_tNt740μsselect * 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_tNt680μ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_tNt1.03msselect * 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_tNt510μ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_tNt740μ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_tNt650μ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_tNt1msselect * 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_tNt670μ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_tNt940μ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
          c2w9Oww9tBday6eWxtUrmZi5bAdG0H5w3GZY2ydX
          _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=eyJpdiI6IjIwU1c4S2dXVE55UTR5T3JOSElFd3c9PSIsInZhbHVlIjoiSW1uU0hxbWNLVWVOOXE0SGZNYzhxS2kzWE9RcmIxKy9vVmVWZ3ZueUFBN3Z6WkdCb3hrdktjeW9JUE56U2RLMGJmTlpSZDRhVTBDL0JMdjkrVHZQRVFYbGhYUFNuS2FzMnJla3ZyR1pGUmFIOEtXYnJFL2RlV0hiZUE5VURXUDYiLCJtYWMiOiIxMGI5YTBiNWY0NmRjNzkwZWMyYjJlNzVhNDc0MzkwMTFmYzNjNTIwZjQyMWRmMDA4NTljNzJkNGJjZDUyNDA0IiwidGFnIjoiIn0%3D; booking_core_session=eyJpdiI6Ikk5VGNsTE1hbmZ4OGxncmRJN3p3QWc9PSIsInZhbHVlIjoic0oyR1FlQWQ4eWRpazc1VkozVHc2eEs5WlRLeEtjWksxRlM0Nitkck9rbTJlTXVJWkNLM05OMU8vcExsNEpBNE9OVFFuZUc1emg1ckd4WHNTSmYyaWEwTkZXM0VabEhmUkhWeUprSzBVKzV4R2R4b25sdXlCSld3TTF4blVMMmkiLCJtYWMiOiI1YTQ4ZjYzZWM0Y2VjZjlhNmZhNDkyZDIzNDY2YjkzYzIxZmE1ZjE0YWIxNjgyMDhhZDI5MGMzYWI5M2EyMjExIiwidGFnIjoiIn0%3DXSRF-TOKEN=eyJpdiI6IjIwU1c4S2dXVE55UTR5T3JOSElFd3c9PSIsInZhbHVlIjoiSW1uU0hxbWNLVWVOOXE0SGZNYzhxS2kzWE9RcmIxKy9vVmVWZ3ZueUFBN3Z6WkdCb3hrdktjeW9JUE56U2RLMGJmTlpSZ" ] "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.124.37" ] "via" => array:1 [ 0 => "1.1 squid-proxy-5b5d847c96-6fw9d (squid/6.10)" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] ]
          request_cookies
          0 of 0
          array:2 [ "XSRF-TOKEN" => "c2w9Oww9tBday6eWxtUrmZi5bAdG0H5w3GZY2ydX" "booking_core_session" => "EH3D0zqzKyJ5Y0fzQTvOP9rUW0eNx1L7uL1CSZJL" ]
          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 => "Mon, 30 Jun 2025 07:56:28 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6Ijh4MzdTMjZRUkNYWjQ1d0tTcDlncEE9PSIsInZhbHVlIjoidjYyMjJwRnhZc2grOVkrcFVHaTJUY2tZQkFxdkg3Q2hEc2pobEVCemh1QkN2UFZDNjNId1ZIQjJQYVFYRE1wMmJnVVJiVm5JUkNxeW4wVUUyQTV1NDBORUhiV2xKbU40MG5rV3hOVGR4WGR5MUJycTd3c0g0cUk5UnN5VEdib2YiLCJtYWMiOiI4YTBiYjZmYjFjYTVkNTE5NTkxNWU2MzgwMjYxNTRkM2UyYTkzYTFkZGFmYzE1YTg5NjdjMDUyODQ5YWI4ZWE2IiwidGFnIjoiIn0%3D; expires=Mon, 30-Jun-2025 09:56:29 GMT; Max-Age=7200; path=/; samesite=laxXSRF-TOKEN=eyJpdiI6Ijh4MzdTMjZRUkNYWjQ1d0tTcDlncEE9PSIsInZhbHVlIjoidjYyMjJwRnhZc2grOVkrcFVHaTJUY2tZQkFxdkg3Q2hEc2pobEVCemh1QkN2UFZDNjNId1ZIQjJQYVFYRE1wMmJnVVJiV" 1 => "booking_core_session=eyJpdiI6IndFUGxSRGdSM0xiRjZicWNnVlNOUXc9PSIsInZhbHVlIjoiaHBPZnlYNVYyd2JFVGdmdGtLME90Yi9BbWxYeGFSNE1NVU5VVlA0dFBEYTZQUFJ1cDg3dVpnMndvZWRGbmFZTks1QnZLL1doTFlEMTluaHpTOUE4QVlhQjhmbVp5WG4ySERmcXNRRGN3OVZoTG12SVBXNUFjTWRaMXFCU0FJTVMiLCJtYWMiOiI0MmE3MWNhYTliMTM4NjlmM2FkZWNmODFjYTUyNGZhZTc5YjBmNDY4OTZjM2JiMjVjY2UwZjJlNjU2NmU5N2I0IiwidGFnIjoiIn0%3D; expires=Mon, 30-Jun-2025 09:56:29 GMT; Max-Age=7200; path=/; httponly; samesite=laxbooking_core_session=eyJpdiI6IndFUGxSRGdSM0xiRjZicWNnVlNOUXc9PSIsInZhbHVlIjoiaHBPZnlYNVYyd2JFVGdmdGtLME90Yi9BbWxYeGFSNE1NVU5VVlA0dFBEYTZQUFJ1cDg3dVpnMndvZWRGbmF" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6Ijh4MzdTMjZRUkNYWjQ1d0tTcDlncEE9PSIsInZhbHVlIjoidjYyMjJwRnhZc2grOVkrcFVHaTJUY2tZQkFxdkg3Q2hEc2pobEVCemh1QkN2UFZDNjNId1ZIQjJQYVFYRE1wMmJnVVJiVm5JUkNxeW4wVUUyQTV1NDBORUhiV2xKbU40MG5rV3hOVGR4WGR5MUJycTd3c0g0cUk5UnN5VEdib2YiLCJtYWMiOiI4YTBiYjZmYjFjYTVkNTE5NTkxNWU2MzgwMjYxNTRkM2UyYTkzYTFkZGFmYzE1YTg5NjdjMDUyODQ5YWI4ZWE2IiwidGFnIjoiIn0%3D; expires=Mon, 30-Jun-2025 09:56:29 GMT; path=/XSRF-TOKEN=eyJpdiI6Ijh4MzdTMjZRUkNYWjQ1d0tTcDlncEE9PSIsInZhbHVlIjoidjYyMjJwRnhZc2grOVkrcFVHaTJUY2tZQkFxdkg3Q2hEc2pobEVCemh1QkN2UFZDNjNId1ZIQjJQYVFYRE1wMmJnVVJiV" 1 => "booking_core_session=eyJpdiI6IndFUGxSRGdSM0xiRjZicWNnVlNOUXc9PSIsInZhbHVlIjoiaHBPZnlYNVYyd2JFVGdmdGtLME90Yi9BbWxYeGFSNE1NVU5VVlA0dFBEYTZQUFJ1cDg3dVpnMndvZWRGbmFZTks1QnZLL1doTFlEMTluaHpTOUE4QVlhQjhmbVp5WG4ySERmcXNRRGN3OVZoTG12SVBXNUFjTWRaMXFCU0FJTVMiLCJtYWMiOiI0MmE3MWNhYTliMTM4NjlmM2FkZWNmODFjYTUyNGZhZTc5YjBmNDY4OTZjM2JiMjVjY2UwZjJlNjU2NmU5N2I0IiwidGFnIjoiIn0%3D; expires=Mon, 30-Jun-2025 09:56:29 GMT; path=/; httponlybooking_core_session=eyJpdiI6IndFUGxSRGdSM0xiRjZicWNnVlNOUXc9PSIsInZhbHVlIjoiaHBPZnlYNVYyd2JFVGdmdGtLME90Yi9BbWxYeGFSNE1NVU5VVlA0dFBEYTZQUFJ1cDg3dVpnMndvZWRGbmF" ] ]
          session_attributes
          0 of 0
          array:3 [ "_token" => "c2w9Oww9tBday6eWxtUrmZi5bAdG0H5w3GZY2ydX" "_previous" => array:1 [ "url" => "http://aarnatours.com/public/location/new-york-united-states" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-06-30 07:56:29GET/public/location/new-york-united-states363116