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 Version4.94sRequest Duration37MBMemory UsageGET ja/page/{slug?}RouteAuth status
    • Booting (1.71s)time
    • Application (3.23s)time
    • 1 x Application (65.38%)
      3.23s
      1 x Booting (34.62%)
      1.71s
      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 ja/page/{slug?}
      middleware
      web
      controller
      Modules\Page\Controllers\PageController@detail
      namespace
      Modules\Page\Controllers
      prefix
      ja/page
      where
      as
      page.detail
      file
      modules/Page/Controllers/PageController.php:29-53
      35 statements were executed (8 duplicates)Show only duplicates65.67ms
      • PageController.php#37aarnatours290425_abhi_tNt2.92msselect * 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_tNt870μsselect * from `core_page_translations` where `core_page_translations`.`origin_id` = 8 and `core_page_translations`.`origin_id` is not null and `locale` = 'ja' limit 1
        Bindings
        • 0: 8
        • 1: ja
        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_tNt740μsselect * from `bravo_seo` where `object_id` = 8 and `object_model` = 'page_translation_ja' limit 1
        Bindings
        • 0: 8
        • 1: page_translation_ja
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • app/BaseModel.php:199
        • app/BaseModel.php:214
        • modules/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_tNt1.24msselect * 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_tNt770μsselect * from `core_template_translations` where `core_template_translations`.`origin_id` = 7 and `core_template_translations`.`origin_id` is not null and `locale` = 'ja' limit 1
        Bindings
        • 0: 7
        • 1: ja
        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_tNt890μ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_tNt690μsselect * from `bravo_location_translations` where `locale` = 'ja' and `bravo_location_translations`.`origin_id` in (1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
        Bindings
        • 0: ja
        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_tNt550μ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.82msselect 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.44msselect `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_tNt920μ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_tNt680μsselect * from `bravo_location_translations` where `locale` = 'ja' and `bravo_location_translations`.`origin_id` in (1, 2)
        Bindings
        • 0: ja
        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_tNt620μ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_tNt680μsselect * from `bravo_tour_translations` where `locale` = 'ja' and `bravo_tour_translations`.`origin_id` in (1, 2, 3, 4, 5)
        Bindings
        • 0: ja
        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_tNt660μ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.9msselect 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_tNt990μsselect `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_tNt650μ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_tNt580μsselect * from `bravo_location_translations` where `locale` = 'ja' and `bravo_location_translations`.`origin_id` in (1, 2)
        Bindings
        • 0: ja
        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 (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_tNt500μsselect * from `bravo_tour_translations` where `locale` = 'ja' and `bravo_tour_translations`.`origin_id` in (2, 3, 4, 6)
        Bindings
        • 0: ja
        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_tNt1.66msselect * 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_tNt34.6msselect * 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` = 'ja' limit 1
        Bindings
        • 0: 4
        • 1: ja
        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_tNt530μ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` = 'ja' limit 1
        Bindings
        • 0: 3
        • 1: ja
        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` = 2 and `bravo_tour_category_translations`.`origin_id` is not null and `locale` = 'ja' limit 1
        Bindings
        • 0: 2
        • 1: ja
        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_tNt590μ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` = 'ja' limit 1
        Bindings
        • 0: 1
        • 1: ja
        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_tNt1.04msselect `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_tNt600μsselect * from `core_news_translations` where `locale` = 'ja' and `core_news_translations`.`origin_id` in (1, 2, 3)
        Bindings
        • 0: ja
        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_tNt540μ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_tNt550μ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` = 'ja' limit 1
        Bindings
        • 0: 2
        • 1: ja
        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_tNt760μsselect * 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` = 'ja' limit 1
        Bindings
        • 0: 4
        • 1: ja
        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_tNt850μ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` = 'ja' limit 1
        Bindings
        • 0: 1
        • 1: ja
        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.17msselect * from `core_menu_translations` where `core_menu_translations`.`origin_id` = 1 and `core_menu_translations`.`origin_id` is not null and `locale` = 'ja' limit 1
        Bindings
        • 0: 1
        • 1: ja
        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_tNt840μsselect * from `core_menu_translations` where `core_menu_translations`.`origin_id` = 1 and `core_menu_translations`.`origin_id` is not null and `locale` = 'ja' limit 1
        Bindings
        • 0: 1
        • 1: ja
        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_tNt710μ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\Core\Models\MenuTranslation
      2MenuTranslation.php#?
      Modules\Page\Models\Page
      1Page.php#?
      Modules\Template\Models\Template
      1Template.php#?
        web
        null
        sanctum
        null
          _token
          xKCTjSShUnkOGeTtFK24n2oFNa2GkQ2pgG5KdqBp
          bc_current_currency
          jpy
          _previous
          array:1 [ "url" => "https://aarnatours.com/ja/page/home-tour-agency" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          path_info
          /ja/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: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=eyJpdiI6InM5UjZBQ3FXdmM4RTU5cnJUdloxcWc9PSIsInZhbHVlIjoiUjdyT0hhcEw3MWE4TVBsYVZaV2hUV21laFhVcVprbVc1Yk8yWisyWGxEVVNIT21ibHFGdXNHTUlyck9mc3RBdVFWa3Noc0l6UzBnVExvd2VKNFowMzVzWHdWUlQxemt4clVNSWJWajBlVHJUODQxcGl4L3BlQlNibXlwV2I2azgiLCJtYWMiOiJmNzhiZWVmZTkwNzlmMzE1YWYyMjY1NGU5YWFkNjZlYjRkMjJiZDQ2Mjc1NDA3NDU2NmM1NDMxMzkzMTkzN2VjIiwidGFnIjoiIn0%3D; booking_core_session=eyJpdiI6IjB1VnE1TkttWmN1SVU0WXJIQi8wVmc9PSIsInZhbHVlIjoib2pDWnN1WEllOWx5TWNMMmtNRWx2MjVaWXdya2lBenRhdStNZDRzcWdOUEd6bFA3N0RSSUZ4UWkwc3FFQU1FVzhMREdzbkJwOW55akowR3hFSGJaVWxMeEZnZkx4ZS9DZEZTVktEbGtCeU9zYU5iNFd0WGRYbnBWZUMwT0dGaloiLCJtYWMiOiIwODM1Mzk3NDVhYzQxYWIzYjI4ZDUwODBkZDQ1YzY5MzVkMzkxMGU4MjdlMTNiYjNjMzQyZDQ4ZDRjNjg0MGY5IiwidGFnIjoiIn0%3DXSRF-TOKEN=eyJpdiI6InM5UjZBQ3FXdmM4RTU5cnJUdloxcWc9PSIsInZhbHVlIjoiUjdyT0hhcEw3MWE4TVBsYVZaV2hUV21laFhVcVprbVc1Yk8yWisyWGxEVVNIT21ibHFGdXNHTUlyck9mc3RBdVFWa3Noc" ] "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" => "xKCTjSShUnkOGeTtFK24n2oFNa2GkQ2pgG5KdqBp" "booking_core_session" => "sZNseXWfJ248IFjl6k5GJ0xaqEERAkBaXUZcxI9N" ]
          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 => "Sun, 08 Jun 2025 20:40:33 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6Ik1ud3RpV21mSGMxb1QvOUlGZ1lqU1E9PSIsInZhbHVlIjoiNU8xVE81QlFseFY5ZnZROEdjdnpmZ2s2cnNmZFM0MDFSQjFWNnlFbVVlUGJUOG1ZR3lXTC85R1RHS2hXMTRKK1hnZWViTlBsbGNzMDRGNVZWUDk4Q1djaHNDNU9RbGlpR0NjUmdyc1dJaXUybzZ1alc5RXNtYUFpSjdFaTJnc0ciLCJtYWMiOiIwNDczMGFmYTE5ZThiYmU5YzViZGE2NjI4Yzc2NWY0MDJmMGQ0NjJhYmJhYThiZWZlNWY0YWI4YzkwN2JmYzIxIiwidGFnIjoiIn0%3D; expires=Sun, 08-Jun-2025 22:40:36 GMT; Max-Age=7200; path=/; samesite=laxXSRF-TOKEN=eyJpdiI6Ik1ud3RpV21mSGMxb1QvOUlGZ1lqU1E9PSIsInZhbHVlIjoiNU8xVE81QlFseFY5ZnZROEdjdnpmZ2s2cnNmZFM0MDFSQjFWNnlFbVVlUGJUOG1ZR3lXTC85R1RHS2hXMTRKK1hnZWViT" 1 => "booking_core_session=eyJpdiI6IlFPRUlxenViZ3VHRkNFUXpsNHRDV2c9PSIsInZhbHVlIjoiTWpEaG5xaTdMOURYUXBGcW5IdmI4a1orUExGNlIvRDlMV1FTZnNtZERiMWY4MVZHMGpyWW1JR1IrNEN5SXpLTmZpTnplRHNQeVlsMEhHMzEweFIyYWloMUVSUjA0WkpNUGNQOGxhNzZUNjMyeDZ5Z0dqV0FUdW9TUDkyWGo2Q08iLCJtYWMiOiI2Y2MxMTgxOWY5MDk0ZmI4NGJiNWEyYzMzMDI1ZWNiZDExZTVjMmRlMTY4ZTgxZDdkZDVmMmI1MWIwYWQ4YTg2IiwidGFnIjoiIn0%3D; expires=Sun, 08-Jun-2025 22:40:36 GMT; Max-Age=7200; path=/; httponly; samesite=laxbooking_core_session=eyJpdiI6IlFPRUlxenViZ3VHRkNFUXpsNHRDV2c9PSIsInZhbHVlIjoiTWpEaG5xaTdMOURYUXBGcW5IdmI4a1orUExGNlIvRDlMV1FTZnNtZERiMWY4MVZHMGpyWW1JR1IrNEN5SXp" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6Ik1ud3RpV21mSGMxb1QvOUlGZ1lqU1E9PSIsInZhbHVlIjoiNU8xVE81QlFseFY5ZnZROEdjdnpmZ2s2cnNmZFM0MDFSQjFWNnlFbVVlUGJUOG1ZR3lXTC85R1RHS2hXMTRKK1hnZWViTlBsbGNzMDRGNVZWUDk4Q1djaHNDNU9RbGlpR0NjUmdyc1dJaXUybzZ1alc5RXNtYUFpSjdFaTJnc0ciLCJtYWMiOiIwNDczMGFmYTE5ZThiYmU5YzViZGE2NjI4Yzc2NWY0MDJmMGQ0NjJhYmJhYThiZWZlNWY0YWI4YzkwN2JmYzIxIiwidGFnIjoiIn0%3D; expires=Sun, 08-Jun-2025 22:40:36 GMT; path=/XSRF-TOKEN=eyJpdiI6Ik1ud3RpV21mSGMxb1QvOUlGZ1lqU1E9PSIsInZhbHVlIjoiNU8xVE81QlFseFY5ZnZROEdjdnpmZ2s2cnNmZFM0MDFSQjFWNnlFbVVlUGJUOG1ZR3lXTC85R1RHS2hXMTRKK1hnZWViT" 1 => "booking_core_session=eyJpdiI6IlFPRUlxenViZ3VHRkNFUXpsNHRDV2c9PSIsInZhbHVlIjoiTWpEaG5xaTdMOURYUXBGcW5IdmI4a1orUExGNlIvRDlMV1FTZnNtZERiMWY4MVZHMGpyWW1JR1IrNEN5SXpLTmZpTnplRHNQeVlsMEhHMzEweFIyYWloMUVSUjA0WkpNUGNQOGxhNzZUNjMyeDZ5Z0dqV0FUdW9TUDkyWGo2Q08iLCJtYWMiOiI2Y2MxMTgxOWY5MDk0ZmI4NGJiNWEyYzMzMDI1ZWNiZDExZTVjMmRlMTY4ZTgxZDdkZDVmMmI1MWIwYWQ4YTg2IiwidGFnIjoiIn0%3D; expires=Sun, 08-Jun-2025 22:40:36 GMT; path=/; httponlybooking_core_session=eyJpdiI6IlFPRUlxenViZ3VHRkNFUXpsNHRDV2c9PSIsInZhbHVlIjoiTWpEaG5xaTdMOURYUXBGcW5IdmI4a1orUExGNlIvRDlMV1FTZnNtZERiMWY4MVZHMGpyWW1JR1IrNEN5SXp" ] ]
          session_attributes
          0 of 0
          array:4 [ "_token" => "xKCTjSShUnkOGeTtFK24n2oFNa2GkQ2pgG5KdqBp" "bc_current_currency" => "jpy" "_previous" => array:1 [ "url" => "https://aarnatours.com/ja/page/home-tour-agency" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-06-08 20:40:36GET/ja/page/home-tour-agency403537
          2025-06-08 - 2025-06-09