Love where you're going

Book incredible things to do around the world.

Local Experiences You’ll Love
72%
American Parks Trail end Rapid City
Paris
3 Reviews
5H
from
$2.000 $550
87%
New York: Museum of Modern Art
Paris
3 Reviews
3H
from
$900 $109
93%
Los Angeles to San Francisco Express
Paris
2 Reviews
5H
from
$1.500 $101
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
48%
Pure Luxe in Punta Mita
California
5 Reviews
7H
from
$2.100 $1.084
Know your city?
Join 2000+ locals & 1200+ contributors from 3000 cities

Our happy clients

Eva Hicks

Eva Hicks

Faucibus tristique felis potenti ultrices ornare rhoncus semper hac facilisi Rutrum tellus lorem sem velit nisi non pharetra in dui.

Donald Wolf

Donald Wolf

Faucibus tristique felis potenti ultrices ornare rhoncus semper hac facilisi Rutrum tellus lorem sem velit nisi non pharetra in dui.

Charlie Harrington

Charlie Harrington

Faucibus tristique felis potenti ultrices ornare rhoncus semper hac facilisi Rutrum tellus lorem sem velit nisi non pharetra in dui.

Request history8.0.30PHP Version6.55sRequest Duration36MBMemory UsageGET page/{slug?}RouteAuth status
    • Booting (1.61s)time
    • Application (4.94s)time
    • 1 x Application (75.38%)
      4.94s
      1 x Booting (24.62%)
      1.61s
      48 templates were rendered
      • 1x Page::frontend.detaildetail.blade.php#?blade
      • 1x Tour::frontend.blocks.form-search-tour.indexindex.blade.php#?blade
      • 1x Tour::frontend.blocks.form-search-tour.style-normalstyle-normal.blade.php#?blade
      • 1x Tour::frontend.layouts.search.form-searchform-search.blade.php#?blade
      • 1x Tour::frontend.layouts.search.fields.locationlocation.blade.php#?blade
      • 1x Tour::frontend.layouts.search.fields.datedate.blade.php#?blade
      • 1x Tour::frontend.blocks.list-featured-item.indexindex.blade.php#?blade
      • 2x Tour::frontend.blocks.list-tour.indexindex.blade.php#?blade
      • 2x Tour::frontend.blocks.list-tour.style-normalstyle-normal.blade.php#?blade
      • 13x Tour::frontend.layouts.search.loop-gridloop-grid.blade.php#?blade
      • 1x Location::frontend.blocks.list-locations.indexindex.blade.php#?blade
      • 5x Location::frontend.blocks.list-locations.looploop.blade.php#?blade
      • 1x Tour::frontend.blocks.call-to-action.indexindex.blade.php#?blade
      • 1x Tour::frontend.blocks.call-to-action.style-normalstyle-normal.blade.php#?blade
      • 1x Tour::frontend.blocks.testimonial.indexindex.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 page/{slug?}
      middleware
      web
      controller
      Modules\Page\Controllers\PageController@detail
      namespace
      Modules\Page\Controllers
      prefix
      /page
      where
      as
      page.detail
      file
      modules/Page/Controllers/PageController.php:29-53
      31 statements were executed (6 duplicates)Show only duplicates35.64ms
      • PageController.php#37aarnatours290425_abhi_tNt7.77msselect * from `core_pages` where `slug` = 'tour' and `core_pages`.`deleted_at` is null limit 1
        Bindings
        • 0: tour
        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/Page/Controllers/PageController.php:37
        • 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_tNt620μsselect * from `core_page_translations` where `core_page_translations`.`origin_id` = 2 and `core_page_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/Page/Controllers/PageController.php:42
        • 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_tNt1.27msselect * from `bravo_seo` where `object_id` = 2 and `object_model` = 'page' limit 1
        Bindings
        • 0: 2
        • 1: page
        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/Page/Controllers/PageController.php:46
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • Page.php#79aarnatours290425_abhi_tNt770μsselect * from `core_templates` where `core_templates`.`id` = 2 and `core_templates`.`id` is not null limit 1
        Bindings
        • 0: 2
        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/Page/Models/Page.php:79
        • view::Page::frontend.detail:5
        • 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_tNt530μsselect * from `core_template_translations` where `core_template_translations`.`origin_id` = 2 and `core_template_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/Page/Models/Page.php:81
        • view::Page::frontend.detail:5
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • FormSearchTour.php#91aarnatours290425_abhi_tNt990μsselect * from `bravo_locations` where `status` = 'publish' and `bravo_locations`.`deleted_at` is null limit 1000
        Bindings
        • 0: 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/Tour/Blocks/FormSearchTour.php:91
        • modules/Page/Models/Page.php:82
        • view::Page::frontend.detail:5
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • FormSearchTour.php#91aarnatours290425_abhi_tNt550μsselect * from `bravo_location_translations` where `locale` = 'en' and `bravo_location_translations`.`origin_id` in (1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
        Bindings
        • 0: en
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • modules/Tour/Blocks/FormSearchTour.php:91
        • modules/Page/Models/Page.php:82
        • view::Page::frontend.detail:5
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • Tour.php#1008aarnatours290425_abhi_tNt780μsselect * from `bravo_tour_category` where 0 = 1 and `status` = 'publish' and `bravo_tour_category`.`deleted_at` is null
        Bindings
        • 0: publish
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • modules/Tour/Models/Tour.php:1008
        • modules/Tour/Blocks/ListTours.php:176
        • modules/Tour/Blocks/ListTours.php:157
        • modules/Page/Models/Page.php:82
        • view::Page::frontend.detail:5
      • ListTours.php#178aarnatours290425_abhi_tNt1.98msselect count(*) as aggregate from (select `bravo_tours`.* from `bravo_tours` where `bravo_tours`.`status` = 'publish' and `bravo_tours`.`deleted_at` is null group by `bravo_tours`.`id`) as `aggregate_table`
        Bindings
        • 0: publish
        Backtrace
        • modules/Tour/Blocks/ListTours.php:178
        • modules/Tour/Blocks/ListTours.php:157
        • modules/Page/Models/Page.php:82
        • view::Page::frontend.detail:5
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • ListTours.php#178aarnatours290425_abhi_tNt1.64msselect `bravo_tours`.* from `bravo_tours` where `bravo_tours`.`status` = 'publish' and `bravo_tours`.`deleted_at` is null group by `bravo_tours`.`id` order by `bravo_tours`.`id` desc limit 5 offset 0
        Bindings
        • 0: publish
        Backtrace
        • modules/Tour/Blocks/ListTours.php:178
        • modules/Tour/Blocks/ListTours.php:157
        • modules/Page/Models/Page.php:82
        • view::Page::frontend.detail:5
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • ListTours.php#178aarnatours290425_abhi_tNt1.16msselect * from `bravo_locations` where `bravo_locations`.`id` in (1, 7, 8) and `bravo_locations`.`deleted_at` is null
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • modules/Tour/Blocks/ListTours.php:178
        • modules/Tour/Blocks/ListTours.php:157
        • modules/Page/Models/Page.php:82
        • view::Page::frontend.detail:5
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • ListTours.php#178aarnatours290425_abhi_tNt550μsselect * from `bravo_location_translations` where `locale` = 'en' and `bravo_location_translations`.`origin_id` in (1, 7, 8)
        Bindings
        • 0: en
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • modules/Tour/Blocks/ListTours.php:178
        • modules/Tour/Blocks/ListTours.php:157
        • modules/Page/Models/Page.php:82
        • view::Page::frontend.detail:5
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • ListTours.php#178aarnatours290425_abhi_tNt460μsselect * from `user_wishlist` where `object_model` = 'tour' and `user_id` = 0 and `user_wishlist`.`object_id` in (12, 13, 14, 15, 16)
        Bindings
        • 0: tour
        • 1: 0
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • modules/Tour/Blocks/ListTours.php:178
        • modules/Tour/Blocks/ListTours.php:157
        • modules/Page/Models/Page.php:82
        • view::Page::frontend.detail:5
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • ListTours.php#178aarnatours290425_abhi_tNt460μsselect * from `bravo_tour_translations` where `locale` = 'en' and `bravo_tour_translations`.`origin_id` in (12, 13, 14, 15, 16)
        Bindings
        • 0: en
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • modules/Tour/Blocks/ListTours.php:178
        • modules/Tour/Blocks/ListTours.php:157
        • modules/Page/Models/Page.php:82
        • view::Page::frontend.detail:5
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • ListLocations.php#168aarnatours290425_abhi_tNt930μsselect * from `bravo_locations` where `status` = 'publish' and `bravo_locations`.`deleted_at` is null order by `id` desc limit 5
        Bindings
        • 0: publish
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • modules/Location/Blocks/ListLocations.php:168
        • modules/Location/Blocks/ListLocations.php:132
        • modules/Page/Models/Page.php:82
        • view::Page::frontend.detail:5
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • ListLocations.php#168aarnatours290425_abhi_tNt790μsselect * from `bravo_location_translations` where `locale` = 'en' and `bravo_location_translations`.`origin_id` in (6, 7, 8, 9, 10)
        Bindings
        • 0: en
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • modules/Location/Blocks/ListLocations.php:168
        • modules/Location/Blocks/ListLocations.php:132
        • modules/Page/Models/Page.php:82
        • view::Page::frontend.detail:5
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • Tour.php#818aarnatours290425_abhi_tNt960μsselect count(`bravo_tours`.`id`) as aggregate from `bravo_tours` inner join `bravo_locations` on `bravo_locations`.`id` = `bravo_tours`.`location_id` and `bravo_locations`.`_lft` >= 19 and `bravo_locations`.`_rgt` <= 20 where `bravo_tours`.`status` = 'publish' and `bravo_tours`.`deleted_at` is null
        Bindings
        • 0: 19
        • 1: 20
        • 2: publish
        Backtrace
        • modules/Tour/Models/Tour.php:818
        • modules/Location/Models/Location.php:77
        • view::Location::frontend.blocks.list-locations.loop:43
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • Tour.php#818aarnatours290425_abhi_tNt860μsselect count(`bravo_tours`.`id`) as aggregate from `bravo_tours` inner join `bravo_locations` on `bravo_locations`.`id` = `bravo_tours`.`location_id` and `bravo_locations`.`_lft` >= 17 and `bravo_locations`.`_rgt` <= 18 where `bravo_tours`.`status` = 'publish' and `bravo_tours`.`deleted_at` is null
        Bindings
        • 0: 17
        • 1: 18
        • 2: publish
        Backtrace
        • modules/Tour/Models/Tour.php:818
        • modules/Location/Models/Location.php:77
        • view::Location::frontend.blocks.list-locations.loop:43
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • Tour.php#818aarnatours290425_abhi_tNt1.04msselect count(`bravo_tours`.`id`) as aggregate from `bravo_tours` inner join `bravo_locations` on `bravo_locations`.`id` = `bravo_tours`.`location_id` and `bravo_locations`.`_lft` >= 15 and `bravo_locations`.`_rgt` <= 16 where `bravo_tours`.`status` = 'publish' and `bravo_tours`.`deleted_at` is null
        Bindings
        • 0: 15
        • 1: 16
        • 2: publish
        Backtrace
        • modules/Tour/Models/Tour.php:818
        • modules/Location/Models/Location.php:77
        • view::Location::frontend.blocks.list-locations.loop:43
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • Tour.php#818aarnatours290425_abhi_tNt940μsselect count(`bravo_tours`.`id`) as aggregate from `bravo_tours` inner join `bravo_locations` on `bravo_locations`.`id` = `bravo_tours`.`location_id` and `bravo_locations`.`_lft` >= 13 and `bravo_locations`.`_rgt` <= 14 where `bravo_tours`.`status` = 'publish' and `bravo_tours`.`deleted_at` is null
        Bindings
        • 0: 13
        • 1: 14
        • 2: publish
        Backtrace
        • modules/Tour/Models/Tour.php:818
        • modules/Location/Models/Location.php:77
        • view::Location::frontend.blocks.list-locations.loop:43
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • Tour.php#818aarnatours290425_abhi_tNt860μsselect count(`bravo_tours`.`id`) as aggregate from `bravo_tours` inner join `bravo_locations` on `bravo_locations`.`id` = `bravo_tours`.`location_id` and `bravo_locations`.`_lft` >= 11 and `bravo_locations`.`_rgt` <= 12 where `bravo_tours`.`status` = 'publish' and `bravo_tours`.`deleted_at` is null
        Bindings
        • 0: 11
        • 1: 12
        • 2: publish
        Backtrace
        • modules/Tour/Models/Tour.php:818
        • modules/Location/Models/Location.php:77
        • view::Location::frontend.blocks.list-locations.loop:43
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • Tour.php#1008aarnatours290425_abhi_tNt1.41msselect * from `bravo_tour_category` where 0 = 1 and `status` = 'publish' and `bravo_tour_category`.`deleted_at` is null
        Bindings
        • 0: publish
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • modules/Tour/Models/Tour.php:1008
        • modules/Tour/Blocks/ListTours.php:176
        • modules/Tour/Blocks/ListTours.php:157
        • modules/Page/Models/Page.php:82
        • view::Page::frontend.detail:5
      • ListTours.php#178aarnatours290425_abhi_tNt1.83msselect count(*) as aggregate from (select `bravo_tours`.* from `bravo_tours` where `bravo_tours`.`status` = 'publish' and `bravo_tours`.`deleted_at` is null group by `bravo_tours`.`id`) as `aggregate_table`
        Bindings
        • 0: publish
        Backtrace
        • modules/Tour/Blocks/ListTours.php:178
        • modules/Tour/Blocks/ListTours.php:157
        • modules/Page/Models/Page.php:82
        • view::Page::frontend.detail:5
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • ListTours.php#178aarnatours290425_abhi_tNt830μsselect `bravo_tours`.* from `bravo_tours` where `bravo_tours`.`status` = 'publish' and `bravo_tours`.`deleted_at` is null group by `bravo_tours`.`id` order by `bravo_tours`.`id` asc limit 8 offset 0
        Bindings
        • 0: publish
        Backtrace
        • modules/Tour/Blocks/ListTours.php:178
        • modules/Tour/Blocks/ListTours.php:157
        • modules/Page/Models/Page.php:82
        • view::Page::frontend.detail:5
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • ListTours.php#178aarnatours290425_abhi_tNt1.02msselect * from `bravo_locations` where `bravo_locations`.`id` in (1, 2, 3) and `bravo_locations`.`deleted_at` is null
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • modules/Tour/Blocks/ListTours.php:178
        • modules/Tour/Blocks/ListTours.php:157
        • modules/Page/Models/Page.php:82
        • view::Page::frontend.detail:5
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • ListTours.php#178aarnatours290425_abhi_tNt880μsselect * from `bravo_location_translations` where `locale` = 'en' and `bravo_location_translations`.`origin_id` in (1, 2, 3)
        Bindings
        • 0: en
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • modules/Tour/Blocks/ListTours.php:178
        • modules/Tour/Blocks/ListTours.php:157
        • modules/Page/Models/Page.php:82
        • view::Page::frontend.detail:5
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • ListTours.php#178aarnatours290425_abhi_tNt660μsselect * from `user_wishlist` where `object_model` = 'tour' and `user_id` = 0 and `user_wishlist`.`object_id` in (1, 2, 3, 4, 5, 6, 7, 8)
        Bindings
        • 0: tour
        • 1: 0
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • modules/Tour/Blocks/ListTours.php:178
        • modules/Tour/Blocks/ListTours.php:157
        • modules/Page/Models/Page.php:82
        • view::Page::frontend.detail:5
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • ListTours.php#178aarnatours290425_abhi_tNt440μsselect * from `bravo_tour_translations` where `locale` = 'en' and `bravo_tour_translations`.`origin_id` in (1, 2, 3, 4, 5, 6, 7, 8)
        Bindings
        • 0: en
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • modules/Tour/Blocks/ListTours.php:178
        • modules/Tour/Blocks/ListTours.php:157
        • modules/Page/Models/Page.php:82
        • view::Page::frontend.detail:5
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • HasTranslations.php#51aarnatours290425_abhi_tNt1.03msselect * 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_tNt770μ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_tNt860μ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
      21Location.php#?
      Modules\Tour\Models\Tour
      13Tour.php#?
      Modules\Page\Models\Page
      1Page.php#?
      Modules\Template\Models\Template
      1Template.php#?
        web
        null
        sanctum
        null
          _token
          SziwTfwIj2bBuv1z8Vt4HDdLXmIchX2O2wHy47Rj
          _previous
          array:1 [ "url" => "https://aarnatours.com/page/tour" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          path_info
          /page/tour
          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:17 [ "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, br, zstd" ] "content-length" => array:1 [ 0 => "0" ] "cookie" => array:1 [ 0 => "XSRF-TOKEN=eyJpdiI6IkhwekRibVNRYVNDSEdFY3JpTmJCT0E9PSIsInZhbHVlIjoiREovb1dRaUJZRnU1Y2NqdEU4elBpcXlPcy9EdTkyNjl4UFg1YTlzNEhlWGQxM1h3em9lMnRyMzVPWUFnYVJGMEUxMFpTVGh0RmxKZ3gvQnY2cVNKSkhBR3ZYd1NnR08rUkpFZkdqQ3lGd0ZnVzdySTRtMXVnd1BYVndZWHdqSVIiLCJtYWMiOiI5OGNlOGUzNzYxMWJjNTM5ZTI5NjgxNjU0YTI0MWU2MDQxYjAwMTM4NWEyMGU5NmUzOTE3ZjJkYWMzYTAwMzY3IiwidGFnIjoiIn0%3D; booking_core_session=eyJpdiI6IktYRHFRalY4bEFDdHZtUGdKdi9GRXc9PSIsInZhbHVlIjoiZnhiNVRSdmF6QTJvZlZ3NUQra0hKZGo2UUhUTWY1Mjd0UkFaYnVFT0dwckNJSkdWNjROMlg2VmhrNGVUT3F0NG42SUExQVFzSVZrOHZXTEJudUF2bzdzVE1JZFhBbmxkbjJ1K3R3cWdXK2hFTDZsZ0t4NkJTMGtaOWRiUjVwdHIiLCJtYWMiOiI0NTg0YTAwYjQ4MTRkNzRlNDlkYTIwOTc1OWQzNmQ3OTJkZGQ5MjE1ODhlNGFjNjBkZGNiMTlmZTE2YzFmYTI5IiwidGFnIjoiIn0%3DXSRF-TOKEN=eyJpdiI6IkhwekRibVNRYVNDSEdFY3JpTmJCT0E9PSIsInZhbHVlIjoiREovb1dRaUJZRnU1Y2NqdEU4elBpcXlPcy9EdTkyNjl4UFg1YTlzNEhlWGQxM1h3em9lMnRyMzVPWUFnYVJGMEUxMFpTV" ] "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" ] "sec-ch-ua" => array:1 [ 0 => ""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"" ] "sec-ch-ua-mobile" => array:1 [ 0 => "?0" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "priority" => array:1 [ 0 => "u=0, i" ] ]
          request_cookies
          0 of 0
          array:2 [ "XSRF-TOKEN" => "SziwTfwIj2bBuv1z8Vt4HDdLXmIchX2O2wHy47Rj" "booking_core_session" => "Pg9Xw0SI7xobDPfaYysdERz3KGhg6XBsAWEbWG7u" ]
          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, 10 Jun 2025 09:45:20 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IlFaUVpTck9mMjhqdnFhTWdzclB5eVE9PSIsInZhbHVlIjoiSGtWU0dmbCs4WWx2QkpUUTVHOU82RjF0M1p4NFlKWjQ2cDZkV2ZobktPa0RXYm5qZDF2cUpQUTA5U0trZFA2UHl2N3N5RUs0RzEweVJybmZZb3BkRm00K2V0VmFUQU5iTXgzbjBHSGlNOWgxcko5cmtsVVUxTkNmWTFhYUlrOFkiLCJtYWMiOiJkODRmZGU2NGI1MTc3M2FmZDA2NmRjYzZjOGJmMWNkNjE4NWZlMDYwNTQ1MDRlMzQ0YWJkYzY3ZGZkZWQxMmQ0IiwidGFnIjoiIn0%3D; expires=Tue, 10-Jun-2025 11:45:25 GMT; Max-Age=7200; path=/; samesite=laxXSRF-TOKEN=eyJpdiI6IlFaUVpTck9mMjhqdnFhTWdzclB5eVE9PSIsInZhbHVlIjoiSGtWU0dmbCs4WWx2QkpUUTVHOU82RjF0M1p4NFlKWjQ2cDZkV2ZobktPa0RXYm5qZDF2cUpQUTA5U0trZFA2UHl2N3N5R" 1 => "booking_core_session=eyJpdiI6InFHTGVvQjJwU3UxZ3FndDNhVTdTdWc9PSIsInZhbHVlIjoiVXlTam5NczVSZDgvREVkNTNKQk93Nmo1bVcxamUzUStnYUJyMjRkenNZQXRkTXhHeVFrV1B2bGVSWFhXb0x1SFBITzkzOVJPTCtQU2Vqb0RsN2h5L3pndHhVejBndTJWRU54RythUk9QTG15TXV6Vnk0NXQxem4reTBMSUFMSWkiLCJtYWMiOiJkZDVjMjI4ZWUyMDdjNDNhMjllZTZjZjRkMzk4ODgxOWQxZDAyNTA1MjUxNjBiOTJjYjAwMDIxMTZkNmJhNmQwIiwidGFnIjoiIn0%3D; expires=Tue, 10-Jun-2025 11:45:25 GMT; Max-Age=7200; path=/; httponly; samesite=laxbooking_core_session=eyJpdiI6InFHTGVvQjJwU3UxZ3FndDNhVTdTdWc9PSIsInZhbHVlIjoiVXlTam5NczVSZDgvREVkNTNKQk93Nmo1bVcxamUzUStnYUJyMjRkenNZQXRkTXhHeVFrV1B2bGVSWFhXb0x" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IlFaUVpTck9mMjhqdnFhTWdzclB5eVE9PSIsInZhbHVlIjoiSGtWU0dmbCs4WWx2QkpUUTVHOU82RjF0M1p4NFlKWjQ2cDZkV2ZobktPa0RXYm5qZDF2cUpQUTA5U0trZFA2UHl2N3N5RUs0RzEweVJybmZZb3BkRm00K2V0VmFUQU5iTXgzbjBHSGlNOWgxcko5cmtsVVUxTkNmWTFhYUlrOFkiLCJtYWMiOiJkODRmZGU2NGI1MTc3M2FmZDA2NmRjYzZjOGJmMWNkNjE4NWZlMDYwNTQ1MDRlMzQ0YWJkYzY3ZGZkZWQxMmQ0IiwidGFnIjoiIn0%3D; expires=Tue, 10-Jun-2025 11:45:25 GMT; path=/XSRF-TOKEN=eyJpdiI6IlFaUVpTck9mMjhqdnFhTWdzclB5eVE9PSIsInZhbHVlIjoiSGtWU0dmbCs4WWx2QkpUUTVHOU82RjF0M1p4NFlKWjQ2cDZkV2ZobktPa0RXYm5qZDF2cUpQUTA5U0trZFA2UHl2N3N5R" 1 => "booking_core_session=eyJpdiI6InFHTGVvQjJwU3UxZ3FndDNhVTdTdWc9PSIsInZhbHVlIjoiVXlTam5NczVSZDgvREVkNTNKQk93Nmo1bVcxamUzUStnYUJyMjRkenNZQXRkTXhHeVFrV1B2bGVSWFhXb0x1SFBITzkzOVJPTCtQU2Vqb0RsN2h5L3pndHhVejBndTJWRU54RythUk9QTG15TXV6Vnk0NXQxem4reTBMSUFMSWkiLCJtYWMiOiJkZDVjMjI4ZWUyMDdjNDNhMjllZTZjZjRkMzk4ODgxOWQxZDAyNTA1MjUxNjBiOTJjYjAwMDIxMTZkNmJhNmQwIiwidGFnIjoiIn0%3D; expires=Tue, 10-Jun-2025 11:45:25 GMT; path=/; httponlybooking_core_session=eyJpdiI6InFHTGVvQjJwU3UxZ3FndDNhVTdTdWc9PSIsInZhbHVlIjoiVXlTam5NczVSZDgvREVkNTNKQk93Nmo1bVcxamUzUStnYUJyMjRkenNZQXRkTXhHeVFrV1B2bGVSWFhXb0x" ] ]
          session_attributes
          0 of 0
          array:3 [ "_token" => "SziwTfwIj2bBuv1z8Vt4HDdLXmIchX2O2wHy47Rj" "_previous" => array:1 [ "url" => "https://aarnatours.com/page/tour" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-06-10 09:45:25GET/page/tour483136
          2025-06-10 - 2025-06-11