Search for tour

フィルター

フィルター価格

$101 $1 6411014868711 2561 641

Review Score

ツアーの種類

Travel Styles

Facilities

21%
Trip of New York – Discover America
New Jersey
3 復習
9H
から
$2.100 $1.641
表示中 1 - 1 の 1 ツアー
Request history8.0.30PHP Version1.47sRequest Duration36MBMemory UsageGET ja/tourRouteAuth status
    • Booting (601ms)time
    • Application (871ms)time
    • 1 x Application (59.17%)
      871ms
      1 x Booting (40.83%)
      601ms
      26 templates were rendered
      • 2x Tour::frontend.layouts.search.loop-gridloop-grid.blade.php#?blade
      • 1x Tour::frontend.searchsearch.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.layouts.search.list-itemlist-item.blade.php#?blade
      • 1x Tour::frontend.layouts.search.filter-searchfilter-search.blade.php#?blade
      • 1x Tour::frontend.layouts.search.orderbyorderby.blade.php#?blade
      • 1x pagination::tailwindtailwind.blade.php#?blade
      • 1x vendor.pagination.defaultdefault.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/tour
      middleware
      web
      controller
      \Modules\Tour\Controllers\TourController@index
      namespace
      Modules\Tour\Controllers
      prefix
      ja/tour
      where
      as
      tour.search
      file
      modules/Tour/Controllers/TourController.php:36-93
      20 statements were executed (2 duplicates)Show only duplicates27.15ms
      • Tour.php#985aarnatours290425_abhi_tNt11.11msselect * from `bravo_locations` where `id` = '6' and `status` = 'publish' and `bravo_locations`.`deleted_at` is null limit 1
        Bindings
        • 0: 6
        • 1: publish
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • modules/Tour/Models/Tour.php:985
        • modules/Tour/Controllers/TourController.php:45
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • modules/Tour/Controllers/TourController.php:33
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • Tour.php#1008aarnatours290425_abhi_tNt570μ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/Controllers/TourController.php:45
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • modules/Tour/Controllers/TourController.php:33
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • TourController.php#46aarnatours290425_abhi_tNt1.6msselect count(*) as aggregate from (select `bravo_tours`.* 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 group by `bravo_tours`.`id`) as `aggregate_table`
        Bindings
        • 0: 11
        • 1: 12
        • 2: publish
        Backtrace
        • modules/Tour/Controllers/TourController.php:46
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • modules/Tour/Controllers/TourController.php:33
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • TourController.php#46aarnatours290425_abhi_tNt1.7msselect `bravo_tours`.* 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 group by `bravo_tours`.`id` order by `is_featured` desc, `id` desc limit 9 offset 0
        Bindings
        • 0: 11
        • 1: 12
        • 2: publish
        Backtrace
        • modules/Tour/Controllers/TourController.php:46
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • modules/Tour/Controllers/TourController.php:33
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • TourController.php#46aarnatours290425_abhi_tNt660μsselect * from `bravo_locations` where `bravo_locations`.`id` in (6) and `bravo_locations`.`deleted_at` is null
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • modules/Tour/Controllers/TourController.php:46
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • modules/Tour/Controllers/TourController.php:33
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • TourController.php#46aarnatours290425_abhi_tNt490μsselect * from `bravo_location_translations` where `locale` = 'ja' and `bravo_location_translations`.`origin_id` in (6)
        Bindings
        • 0: ja
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • modules/Tour/Controllers/TourController.php:46
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • modules/Tour/Controllers/TourController.php:33
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • TourController.php#46aarnatours290425_abhi_tNt610μsselect * from `user_wishlist` where `object_model` = 'tour' and `user_id` = 0 and `user_wishlist`.`object_id` in (11)
        Bindings
        • 0: tour
        • 1: 0
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • modules/Tour/Controllers/TourController.php:46
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • modules/Tour/Controllers/TourController.php:33
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • TourController.php#46aarnatours290425_abhi_tNt750μsselect * from `bravo_tour_translations` where `locale` = 'ja' and `bravo_tour_translations`.`origin_id` in (11)
        Bindings
        • 0: ja
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • modules/Tour/Controllers/TourController.php:46
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • modules/Tour/Controllers/TourController.php:33
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • TourController.php#68aarnatours290425_abhi_tNt1.05msselect * from `bravo_tour_category` where `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/Controllers/TourController.php:68
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • modules/Tour/Controllers/TourController.php:33
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • TourController.php#68aarnatours290425_abhi_tNt840μsselect * from `bravo_tour_category_translations` where `locale` = 'ja' and `bravo_tour_category_translations`.`origin_id` in (1, 2, 3, 4)
        Bindings
        • 0: ja
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • modules/Tour/Controllers/TourController.php:68
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • modules/Tour/Controllers/TourController.php:33
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • TourController.php#69aarnatours290425_abhi_tNt1.08msselect * 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/Controllers/TourController.php:69
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • modules/Tour/Controllers/TourController.php:33
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • TourController.php#69aarnatours290425_abhi_tNt540μ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/Controllers/TourController.php:69
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • modules/Tour/Controllers/TourController.php:33
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • Tour.php#700aarnatours290425_abhi_tNt710μsselect MIN( CASE WHEN sale_price > 0 THEN sale_price ELSE ( price ) END ) AS min_price , MAX( CASE WHEN sale_price > 0 THEN sale_price ELSE ( price ) END ) AS max_price from `bravo_tours` where `status` = 'publish' and `bravo_tours`.`deleted_at` is null limit 1
        Bindings
        • 0: publish
        Hints
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • modules/Tour/Models/Tour.php:700
        • modules/Tour/Controllers/TourController.php:70
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • modules/Tour/Controllers/TourController.php:33
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • TourController.php#86aarnatours290425_abhi_tNt960μsselect * from `bravo_attrs` where `service` = 'tour' and `bravo_attrs`.`deleted_at` is null order by `position` desc
        Bindings
        • 0: tour
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • modules/Tour/Controllers/TourController.php:86
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • modules/Tour/Controllers/TourController.php:33
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • TourController.php#86aarnatours290425_abhi_tNt790μsselect * from `bravo_terms` where `bravo_terms`.`attr_id` in (1, 2) and `bravo_terms`.`deleted_at` is null
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • modules/Tour/Controllers/TourController.php:86
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • modules/Tour/Controllers/TourController.php:33
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • TourController.php#86aarnatours290425_abhi_tNt560μsselect * from `bravo_terms_translations` where `locale` = 'ja' and `bravo_terms_translations`.`origin_id` in (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14)
        Bindings
        • 0: ja
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • modules/Tour/Controllers/TourController.php:86
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • modules/Tour/Controllers/TourController.php:33
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • TourController.php#86aarnatours290425_abhi_tNt490μsselect * from `bravo_attrs_translations` where `locale` = 'ja' and `bravo_attrs_translations`.`origin_id` in (1, 2)
        Bindings
        • 0: ja
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • modules/Tour/Controllers/TourController.php:86
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • modules/Tour/Controllers/TourController.php:33
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • HasTranslations.php#51aarnatours290425_abhi_tNt890μ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
      • HasTranslations.php#51aarnatours290425_abhi_tNt1.04msselect * 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\Core\Models\Terms
      14Terms.php#?
      Modules\Location\Models\Location
      12Location.php#?
      Modules\Tour\Models\TourCategory
      4TourCategory.php#?
      Modules\Tour\Models\Tour
      2Tour.php#?
      Modules\Core\Models\Attributes
      2Attributes.php#?
      Modules\Core\Models\MenuTranslation
      2MenuTranslation.php#?
        web
        null
        sanctum
        null
          _token
          LhVXTZ5VCyEY97XJHWz1KplFzdGRmBPSBqF35zBh
          _previous
          array:1 [ "url" => "http://aarnatours.com/public/ja/tour?location_id=6" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          path_info
          /ja/tour
          status_code
          200
          
          status_text
          OK
          format
          html
          content_type
          text/html; charset=UTF-8
          request_query
          0 of 0
          array:1 [ "location_id" => "6" ]
          request_request
          []
          
          request_headers
          0 of 0
          array:11 [ "accept" => array:1 [ 0 => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" ] "accept-encoding" => array:1 [ 0 => "gzip, deflate" ] "connection" => array:1 [ 0 => "keep-alive" ] "content-length" => array:1 [ 0 => "0" ] "host" => array:1 [ 0 => "aarnatours.com" ] "pragma" => array:1 [ 0 => "no-cache" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "cache-control" => array:1 [ 0 => "no-cache" ] "x-forwarded-for" => array:1 [ 0 => "10.2.0.125" ] "via" => array:1 [ 0 => "1.1 squid-proxy-5b5d847c96-g9qjl (squid/6.10)" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] ]
          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 => "Mon, 23 Jun 2025 04:53:18 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6Ikh2czhKRGdZeStDQUdSdVlwZEdFa1E9PSIsInZhbHVlIjoiOGYwak93VGQ5NStwV0REQWptSU51RXZoeGFkTnFWZzkrcGh5b2gxT2Rqc0N6VFY1c0pPZ016aUxWYkRKOVRjTFBkdGlodUZ2cDJmS08rWmVNOVBnQzdlSGNiazUyd2ZnMm5nVW5LOHhwSiszYTVLbjRRazB5TzJ0bHJxeC9PVlgiLCJtYWMiOiJiMjU5MGEyNzc3NDI4MjRmMGQ3ZTQ2OWEzODJjMzc2NzcyYTdmZGEwY2I0ZjQ3YjMxM2Q0MmNmNDFiNTVjNzJmIiwidGFnIjoiIn0%3D; expires=Mon, 23-Jun-2025 06:53:18 GMT; Max-Age=7200; path=/; samesite=laxXSRF-TOKEN=eyJpdiI6Ikh2czhKRGdZeStDQUdSdVlwZEdFa1E9PSIsInZhbHVlIjoiOGYwak93VGQ5NStwV0REQWptSU51RXZoeGFkTnFWZzkrcGh5b2gxT2Rqc0N6VFY1c0pPZ016aUxWYkRKOVRjTFBkdGlod" 1 => "booking_core_session=eyJpdiI6IllUNFFkeXo3WnFhamphbUs3L2pBNHc9PSIsInZhbHVlIjoiUy9tL3drMzZvZzhFbEpEemhwVitCdll5THBNb0Z0VTQyakpCdXF3ZkxTNzBxdnJPUklKVklOVldMVnBSekJqSkdRN3RKZUxCdlpMWFVUeXdGd1Q2MzVsN3pibG5FYTJDTWhnRDh5WmJXbHl6eTRaSmQ1bVRQTzZQMENBckdUeU4iLCJtYWMiOiI2ZTk2MjEwM2M4ZGMzNmM3MWYxMzZjN2I3NWY0NzkwYzE0ZTEwYzAxOTcwODgzNWI3OTEzZDEzYjBiOTViZTk4IiwidGFnIjoiIn0%3D; expires=Mon, 23-Jun-2025 06:53:18 GMT; Max-Age=7200; path=/; httponly; samesite=laxbooking_core_session=eyJpdiI6IllUNFFkeXo3WnFhamphbUs3L2pBNHc9PSIsInZhbHVlIjoiUy9tL3drMzZvZzhFbEpEemhwVitCdll5THBNb0Z0VTQyakpCdXF3ZkxTNzBxdnJPUklKVklOVldMVnBSekJ" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6Ikh2czhKRGdZeStDQUdSdVlwZEdFa1E9PSIsInZhbHVlIjoiOGYwak93VGQ5NStwV0REQWptSU51RXZoeGFkTnFWZzkrcGh5b2gxT2Rqc0N6VFY1c0pPZ016aUxWYkRKOVRjTFBkdGlodUZ2cDJmS08rWmVNOVBnQzdlSGNiazUyd2ZnMm5nVW5LOHhwSiszYTVLbjRRazB5TzJ0bHJxeC9PVlgiLCJtYWMiOiJiMjU5MGEyNzc3NDI4MjRmMGQ3ZTQ2OWEzODJjMzc2NzcyYTdmZGEwY2I0ZjQ3YjMxM2Q0MmNmNDFiNTVjNzJmIiwidGFnIjoiIn0%3D; expires=Mon, 23-Jun-2025 06:53:18 GMT; path=/XSRF-TOKEN=eyJpdiI6Ikh2czhKRGdZeStDQUdSdVlwZEdFa1E9PSIsInZhbHVlIjoiOGYwak93VGQ5NStwV0REQWptSU51RXZoeGFkTnFWZzkrcGh5b2gxT2Rqc0N6VFY1c0pPZ016aUxWYkRKOVRjTFBkdGlod" 1 => "booking_core_session=eyJpdiI6IllUNFFkeXo3WnFhamphbUs3L2pBNHc9PSIsInZhbHVlIjoiUy9tL3drMzZvZzhFbEpEemhwVitCdll5THBNb0Z0VTQyakpCdXF3ZkxTNzBxdnJPUklKVklOVldMVnBSekJqSkdRN3RKZUxCdlpMWFVUeXdGd1Q2MzVsN3pibG5FYTJDTWhnRDh5WmJXbHl6eTRaSmQ1bVRQTzZQMENBckdUeU4iLCJtYWMiOiI2ZTk2MjEwM2M4ZGMzNmM3MWYxMzZjN2I3NWY0NzkwYzE0ZTEwYzAxOTcwODgzNWI3OTEzZDEzYjBiOTViZTk4IiwidGFnIjoiIn0%3D; expires=Mon, 23-Jun-2025 06:53:18 GMT; path=/; httponlybooking_core_session=eyJpdiI6IllUNFFkeXo3WnFhamphbUs3L2pBNHc9PSIsInZhbHVlIjoiUy9tL3drMzZvZzhFbEpEemhwVitCdll5THBNb0Z0VTQyakpCdXF3ZkxTNzBxdnJPUklKVklOVldMVnBSekJ" ] ]
          session_attributes
          0 of 0
          array:3 [ "_token" => "LhVXTZ5VCyEY97XJHWz1KplFzdGRmBPSBqF35zBh" "_previous" => array:1 [ "url" => "http://aarnatours.com/public/ja/tour?location_id=6" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-06-23 04:53:18GET/public/ja/tour?location_id=6262036
          2025-06-23 - 2025-06-24