Sale up for new year
Curabitur blandit tempus
Enjoy your holiday
Curabitur blandit tempus porttitor
Explore
xx
Recent Articles
One way to vertically center is to use my-auto

The day on Paris

From the iconic to the unexpected, the city of San Francisco never ceases to...

Pure Luxe in Punta Mita

From the iconic to the unexpected, the city of San Francisco never ceases to...

All Aboard the Rocky Mountaineer

From the iconic to the unexpected, the city of San Francisco never ceases to...
Request history8.0.30PHP Version2.23sRequest Duration36MBMemory UsageGET page/{slug?}RouteAuth status
    • Booting (577ms)time
    • Application (1.65s)time
    • 1 x Application (74.12%)
      1.65s
      1 x Booting (25.88%)
      577ms
      40 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-slider-ver2style-slider-ver2.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
      • 2x Tour::frontend.blocks.list-tour.indexindex.blade.php#?blade
      • 1x Tour::frontend.blocks.list-tour.style-carousel-simplestyle-carousel-simple.blade.php#?blade
      • 2x Tour::frontend.blocks.call-to-action.indexindex.blade.php#?blade
      • 1x Tour::frontend.blocks.call-to-action.style-2style-2.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 Tour::frontend.blocks.call-to-action.style-3style-3.blade.php#?blade
      • 1x Tour::frontend.blocks.list-featured-item.indexindex.blade.php#?blade
      • 1x Tour::frontend.blocks.box-category-tour.indexindex.blade.php#?blade
      • 1x Template::frontend.blocks.client-feedback.indexindex.blade.php#?blade
      • 1x News::frontend.blocks.list-news.indexindex.blade.php#?blade
      • 3x News::frontend.blocks.list-news.looploop.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
      35 statements were executed (8 duplicates)Show only duplicates35.91ms
      • PageController.php#37aarnatours290425_abhi_tNt5.05msselect * from `core_pages` where `slug` = 'home-tour-agency' and `core_pages`.`deleted_at` is null limit 1
        Bindings
        • 0: home-tour-agency
        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_tNt820μsselect * from `core_page_translations` where `core_page_translations`.`origin_id` = 8 and `core_page_translations`.`origin_id` is not null and `locale` = 'en' limit 1
        Bindings
        • 0: 8
        • 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_tNt960μsselect * from `bravo_seo` where `object_id` = 8 and `object_model` = 'page' limit 1
        Bindings
        • 0: 8
        • 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_tNt820μsselect * from `core_templates` where `core_templates`.`id` = 7 and `core_templates`.`id` is not null limit 1
        Bindings
        • 0: 7
        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_tNt760μsselect * from `core_template_translations` where `core_template_translations`.`origin_id` = 7 and `core_template_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
        • 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_tNt960μ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_tNt670μ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_tNt760μ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_tNt2.43msselect 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.12msselect `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 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_tNt800μsselect * from `bravo_locations` where `bravo_locations`.`id` in (1, 2) 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_tNt940μsselect * from `bravo_location_translations` where `locale` = 'en' and `bravo_location_translations`.`origin_id` in (1, 2)
        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_tNt640μsselect * from `user_wishlist` where `object_model` = 'tour' and `user_id` = 0 and `user_wishlist`.`object_id` in (1, 2, 3, 4, 5)
        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_tNt840μsselect * from `bravo_tour_translations` where `locale` = 'en' and `bravo_tour_translations`.`origin_id` in (1, 2, 3, 4, 5)
        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
      • Tour.php#1008aarnatours290425_abhi_tNt600μ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_tNt2.16msselect count(*) as aggregate from (select `bravo_tours`.* from `bravo_tours` where `bravo_tours`.`status` = 'publish' and `bravo_tours`.`is_featured` = 1 and `bravo_tours`.`deleted_at` is null group by `bravo_tours`.`id`) as `aggregate_table`
        Bindings
        • 0: publish
        • 1: 1
        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.5msselect `bravo_tours`.* from `bravo_tours` where `bravo_tours`.`status` = 'publish' and `bravo_tours`.`is_featured` = 1 and `bravo_tours`.`deleted_at` is null group by `bravo_tours`.`id` order by `bravo_tours`.`id` desc limit 8 offset 0
        Bindings
        • 0: publish
        • 1: 1
        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_tNt810μsselect * from `bravo_locations` where `bravo_locations`.`id` in (1, 2) 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_tNt670μsselect * from `bravo_location_translations` where `locale` = 'en' and `bravo_location_translations`.`origin_id` in (1, 2)
        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_tNt530μsselect * from `user_wishlist` where `object_model` = 'tour' and `user_id` = 0 and `user_wishlist`.`object_id` in (2, 3, 4, 6)
        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_tNt840μsselect * from `bravo_tour_translations` where `locale` = 'en' and `bravo_tour_translations`.`origin_id` in (2, 3, 4, 6)
        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
      • BoxCategoryTour.php#69aarnatours290425_abhi_tNt870μsselect * from `bravo_tour_category` where `id` in ('4', '3', '2', '1', '2') and `status` = 'publish' and `bravo_tour_category`.`deleted_at` is null
        Bindings
        • 0: 4
        • 1: 3
        • 2: 2
        • 3: 1
        • 4: 2
        • 5: publish
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • modules/Tour/Blocks/BoxCategoryTour.php:69
        • 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
      • HasTranslations.php#51aarnatours290425_abhi_tNt1.19msselect * from `bravo_tour_category_translations` where `bravo_tour_category_translations`.`origin_id` = 4 and `bravo_tour_category_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.blocks.box-category-tour.index:21
        • 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_tNt620μsselect * from `bravo_tour_category_translations` where `bravo_tour_category_translations`.`origin_id` = 3 and `bravo_tour_category_translations`.`origin_id` is not null and `locale` = 'en' limit 1
        Bindings
        • 0: 3
        • 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.blocks.box-category-tour.index:21
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • HasTranslations.php#51aarnatours290425_abhi_tNt850μsselect * from `bravo_tour_category_translations` where `bravo_tour_category_translations`.`origin_id` = 2 and `bravo_tour_category_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
        • view::Tour::frontend.blocks.box-category-tour.index:21
        • 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_tNt660μsselect * from `bravo_tour_category_translations` where `bravo_tour_category_translations`.`origin_id` = 1 and `bravo_tour_category_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
        • view::Tour::frontend.blocks.box-category-tour.index:21
        • 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
      • ListNews.php#134aarnatours290425_abhi_tNt910μsselect `core_news`.* from `core_news` where `core_news`.`status` = 'publish' and `core_news`.`deleted_at` is null group by `core_news`.`id` order by `core_news`.`id` asc limit 3
        Bindings
        • 0: publish
        Backtrace
        • modules/News/Blocks/ListNews.php:134
        • modules/News/Blocks/ListNews.php:89
        • modules/Page/Models/Page.php:82
        • view::Page::frontend.detail:5
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • ListNews.php#134aarnatours290425_abhi_tNt610μsselect * from `core_news_translations` where `locale` = 'en' and `core_news_translations`.`origin_id` in (1, 2, 3)
        Bindings
        • 0: en
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • modules/News/Blocks/ListNews.php:134
        • modules/News/Blocks/ListNews.php:89
        • modules/Page/Models/Page.php:82
        • view::Page::frontend.detail:5
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • ListNews.php#134aarnatours290425_abhi_tNt740μsselect * from `core_news_category` where `core_news_category`.`id` in (1, 2, 4) and `core_news_category`.`deleted_at` is null
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • modules/News/Blocks/ListNews.php:134
        • modules/News/Blocks/ListNews.php:89
        • modules/Page/Models/Page.php:82
        • view::Page::frontend.detail:5
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
      • HasTranslations.php#51aarnatours290425_abhi_tNt660μsselect * from `core_news_category_translations` where `core_news_category_translations`.`origin_id` = 2 and `core_news_category_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
        • view::News::frontend.blocks.list-news.loop:22
        • 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.1msselect * from `core_news_category_translations` where `core_news_category_translations`.`origin_id` = 4 and `core_news_category_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::News::frontend.blocks.list-news.loop:22
        • 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 `core_news_category_translations` where `core_news_category_translations`.`origin_id` = 1 and `core_news_category_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
        • view::News::frontend.blocks.list-news.loop:22
        • 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_tNt750μ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_tNt740μ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_tNt820μ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
      14Location.php#?
      Modules\Tour\Models\Tour
      9Tour.php#?
      Modules\Tour\Models\TourCategory
      4TourCategory.php#?
      Modules\News\Models\News
      3News.php#?
      Modules\News\Models\NewsCategory
      3NewsCategory.php#?
      Modules\Page\Models\Page
      1Page.php#?
      Modules\Template\Models\Template
      1Template.php#?
        web
        null
        sanctum
        null
          _token
          MwgY5LC6ApXjlsYMXxXKJp9uYlHviHxBnEnonkru
          _previous
          array:1 [ "url" => "https://aarnatours.com/page/home-tour-agency" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          path_info
          /page/home-tour-agency
          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:16 [ "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" ] "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
          []
          
          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, 03 Jun 2025 17:51:02 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6Ik9OcGZPRTB4YzlOSlFsekRaTW5CUWc9PSIsInZhbHVlIjoiVTBzbWo4OWRIN1hVNzRxL1ByTkNhanpTUkh4alN6SElHQktkYWJyQlkvNkR1MmlFeUh0Qm50RHBsTjJ0WE9EZDJ3YXRSd2xmL3RvSEQvS2U1dWtGcktrVmpaSTBOSHpMRGFxLzNHdU0zS0JibGJvbG5RMDViVHRkRlJPbmZRRloiLCJtYWMiOiI0NjgxYTk1MDcwYTI3NjExY2VlOTdkMjBiNjYzZDJiMWQzYjk0ZWQ3YmI2NWE3ODc0OGRjNWNjNjU3ZTZlMzUxIiwidGFnIjoiIn0%3D; expires=Tue, 03-Jun-2025 19:51:03 GMT; Max-Age=7200; path=/; samesite=laxXSRF-TOKEN=eyJpdiI6Ik9OcGZPRTB4YzlOSlFsekRaTW5CUWc9PSIsInZhbHVlIjoiVTBzbWo4OWRIN1hVNzRxL1ByTkNhanpTUkh4alN6SElHQktkYWJyQlkvNkR1MmlFeUh0Qm50RHBsTjJ0WE9EZDJ3YXRSd" 1 => "booking_core_session=eyJpdiI6IkNobCtLblJBU2U3Q3JTcUFQTjJpL2c9PSIsInZhbHVlIjoic1Nta1A2eGJXNmhZbjArMlBPVGlMSG8rbFdxb1AxVUpOYVZ2bXBlc05RL1lPK3ZzQW5uRXc0SERaL01Na1BTck14NDhIb2tpUnNPZzhJazVFdWhSR2RjK0Z4eGNvbXRQRVpIOXNFeHduWnZMMUVDRlB5dlcyMlJRYlYrc0xxU3EiLCJtYWMiOiJjYTQ4ZGY1MDkxY2JiNmI1NDYwOGZhODJjY2JmMDM2OTJiY2YwMzVjNmQzMjg1YTRhNDdlYzBiNjliNzgwM2RkIiwidGFnIjoiIn0%3D; expires=Tue, 03-Jun-2025 19:51:03 GMT; Max-Age=7200; path=/; httponly; samesite=laxbooking_core_session=eyJpdiI6IkNobCtLblJBU2U3Q3JTcUFQTjJpL2c9PSIsInZhbHVlIjoic1Nta1A2eGJXNmhZbjArMlBPVGlMSG8rbFdxb1AxVUpOYVZ2bXBlc05RL1lPK3ZzQW5uRXc0SERaL01Na1B" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6Ik9OcGZPRTB4YzlOSlFsekRaTW5CUWc9PSIsInZhbHVlIjoiVTBzbWo4OWRIN1hVNzRxL1ByTkNhanpTUkh4alN6SElHQktkYWJyQlkvNkR1MmlFeUh0Qm50RHBsTjJ0WE9EZDJ3YXRSd2xmL3RvSEQvS2U1dWtGcktrVmpaSTBOSHpMRGFxLzNHdU0zS0JibGJvbG5RMDViVHRkRlJPbmZRRloiLCJtYWMiOiI0NjgxYTk1MDcwYTI3NjExY2VlOTdkMjBiNjYzZDJiMWQzYjk0ZWQ3YmI2NWE3ODc0OGRjNWNjNjU3ZTZlMzUxIiwidGFnIjoiIn0%3D; expires=Tue, 03-Jun-2025 19:51:03 GMT; path=/XSRF-TOKEN=eyJpdiI6Ik9OcGZPRTB4YzlOSlFsekRaTW5CUWc9PSIsInZhbHVlIjoiVTBzbWo4OWRIN1hVNzRxL1ByTkNhanpTUkh4alN6SElHQktkYWJyQlkvNkR1MmlFeUh0Qm50RHBsTjJ0WE9EZDJ3YXRSd" 1 => "booking_core_session=eyJpdiI6IkNobCtLblJBU2U3Q3JTcUFQTjJpL2c9PSIsInZhbHVlIjoic1Nta1A2eGJXNmhZbjArMlBPVGlMSG8rbFdxb1AxVUpOYVZ2bXBlc05RL1lPK3ZzQW5uRXc0SERaL01Na1BTck14NDhIb2tpUnNPZzhJazVFdWhSR2RjK0Z4eGNvbXRQRVpIOXNFeHduWnZMMUVDRlB5dlcyMlJRYlYrc0xxU3EiLCJtYWMiOiJjYTQ4ZGY1MDkxY2JiNmI1NDYwOGZhODJjY2JmMDM2OTJiY2YwMzVjNmQzMjg1YTRhNDdlYzBiNjliNzgwM2RkIiwidGFnIjoiIn0%3D; expires=Tue, 03-Jun-2025 19:51:03 GMT; path=/; httponlybooking_core_session=eyJpdiI6IkNobCtLblJBU2U3Q3JTcUFQTjJpL2c9PSIsInZhbHVlIjoic1Nta1A2eGJXNmhZbjArMlBPVGlMSG8rbFdxb1AxVUpOYVZ2bXBlc05RL1lPK3ZzQW5uRXc0SERaL01Na1B" ] ]
          session_attributes
          0 of 0
          array:3 [ "_token" => "MwgY5LC6ApXjlsYMXxXKJp9uYlHviHxBnEnonkru" "_previous" => array:1 [ "url" => "https://aarnatours.com/page/home-tour-agency" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-06-03 17:51:03GET/page/home-tour-agency403535
          2025-06-03 - 2025-06-04