United States

United States

Explore the place

BEST OF WEST VILLAGE
€886,13 /day
United States
4.3/5 とても良い 4 復習
8 9 6 191 sqft

View More

Northern Lights Event Planners
25%
United States
5.0/5 優秀な 1 復習
Start Time: 20:00
2H
から
€886,13 €664,59

View More

38%
Tastes and Sounds of the South 2019
United States
4 復習
6H
から
€2.326,08 €1.441,06

View More

The City Maps

Request history8.0.30PHP Version1.33sRequest Duration36MBMemory UsageGET ja/location/{slug}RouteAuth status
    • Booting (608ms)time
    • Application (723ms)time
    • 1 x Application (54.31%)
      723ms
      1 x Booting (45.69%)
      608ms
      27 templates were rendered
      • 1x Location::frontend.detaildetail.blade.php#?blade
      • 1x Location::frontend.layouts.details.location-bannerlocation-banner.blade.php#?blade
      • 1x Location::frontend.layouts.details.location-overviewlocation-overview.blade.php#?blade
      • 1x Space::frontend.blocks.list-space.indexindex.blade.php#?blade
      • 1x Space::frontend.layouts.search.loop-gridloop-grid.blade.php#?blade
      • 1x Event::frontend.blocks.list-event.indexindex.blade.php#?blade
      • 1x Event::frontend.layouts.search.loop-gridloop-grid.blade.php#?blade
      • 1x Tour::frontend.blocks.list-tour.indexindex.blade.php#?blade
      • 1x Tour::frontend.blocks.list-tour.style-normalstyle-normal.blade.php#?blade
      • 1x Tour::frontend.layouts.search.loop-gridloop-grid.blade.php#?blade
      • 1x Location::frontend.layouts.details.location-maplocation-map.blade.php#?blade
      • 1x Location::frontend.layouts.details.location-trip-idealocation-trip-idea.blade.php#?blade
      • 1x layouts.appapp.blade.php#?blade
      • 1x Layout::appapp.blade.php#?blade
      • 1x Layout::parts.seo-metaseo-meta.blade.php#?blade
      • 1x Layout::parts.global-scriptglobal-script.blade.php#?blade
      • 1x Layout::parts.topbartopbar.blade.php#?blade
      • 2x Core::frontend.currency-switchercurrency-switcher.blade.php#?blade
      • 2x Language::frontend.switcherswitcher.blade.php#?blade
      • 1x Layout::parts.headerheader.blade.php#?blade
      • 1x Layout::parts.footerfooter.blade.php#?blade
      • 1x Layout::parts.login-register-modallogin-register-modal.blade.php#?blade
      • 1x Layout::auth.login-formlogin-form.blade.php#?blade
      • 1x Layout::auth.register-formregister-form.blade.php#?blade
      • 1x Popup::frontend.popuppopup.blade.php#?blade
      uri
      GET ja/location/{slug}
      middleware
      web
      controller
      Modules\Location\Controllers\LocationController@detail
      namespace
      Modules\Location\Controllers
      prefix
      ja/location
      where
      as
      location.detail
      file
      modules/Location/Controllers/LocationController.php:21-41
      21 statements were executed (8 duplicates)Show only duplicates17.88ms
      • LocationController.php#23aarnatours290425_abhi_tNt3.09msselect * from `bravo_locations` where `slug` = 'united-states' and `status` = 'publish' and `bravo_locations`.`deleted_at` is null limit 1
        Bindings
        • 0: united-states
        • 1: publish
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • modules/Location/Controllers/LocationController.php:23
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • HasTranslations.php#51aarnatours290425_abhi_tNt600μsselect * from `bravo_location_translations` where `bravo_location_translations`.`origin_id` = 4 and `bravo_location_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
        • modules/Location/Controllers/LocationController.php:27
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • BaseModel.php#199aarnatours290425_abhi_tNt520μsselect * from `bravo_seo` where `object_id` = 4 and `object_model` = 'location_translation_ja' limit 1
        Bindings
        • 0: 4
        • 1: location_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/Location/Controllers/LocationController.php:31
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • detail.blade.php#45aarnatours290425_abhi_tNt1msselect `bravo_hotels`.* from `bravo_hotels` inner join `bravo_locations` on `bravo_locations`.`id` = `bravo_hotels`.`location_id` and `bravo_locations`.`_lft` >= 7 and `bravo_locations`.`_rgt` <= 8 where `bravo_hotels`.`status` = 'publish' and `bravo_hotels`.`deleted_at` is null limit 8
        Bindings
        • 0: 7
        • 1: 8
        • 2: publish
        Hints
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • view::Location::frontend.detail:45
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • detail.blade.php#45aarnatours290425_abhi_tNt850μsselect `bravo_spaces`.* from `bravo_spaces` inner join `bravo_locations` on `bravo_locations`.`id` = `bravo_spaces`.`location_id` and `bravo_locations`.`_lft` >= 7 and `bravo_locations`.`_rgt` <= 8 where `bravo_spaces`.`status` = 'publish' and `bravo_spaces`.`deleted_at` is null limit 8
        Bindings
        • 0: 7
        • 1: 8
        • 2: publish
        Hints
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • view::Location::frontend.detail:45
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • detail.blade.php#45aarnatours290425_abhi_tNt500μsselect * from `bravo_locations` where `bravo_locations`.`id` in (4) and `bravo_locations`.`deleted_at` is null
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • view::Location::frontend.detail:45
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • detail.blade.php#45aarnatours290425_abhi_tNt510μsselect * from `bravo_location_translations` where `locale` = 'ja' and `bravo_location_translations`.`origin_id` in (4)
        Bindings
        • 0: ja
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • view::Location::frontend.detail:45
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • detail.blade.php#45aarnatours290425_abhi_tNt1.01msselect `bravo_cars`.* from `bravo_cars` inner join `bravo_locations` on `bravo_locations`.`id` = `bravo_cars`.`location_id` and `bravo_locations`.`_lft` >= 7 and `bravo_locations`.`_rgt` <= 8 where `bravo_cars`.`status` = 'publish' and `bravo_cars`.`deleted_at` is null limit 8
        Bindings
        • 0: 7
        • 1: 8
        • 2: publish
        Hints
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • view::Location::frontend.detail:45
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • detail.blade.php#45aarnatours290425_abhi_tNt1.01msselect `bravo_events`.* from `bravo_events` inner join `bravo_locations` on `bravo_locations`.`id` = `bravo_events`.`location_id` and `bravo_locations`.`_lft` >= 7 and `bravo_locations`.`_rgt` <= 8 where `bravo_events`.`status` = 'publish' and `bravo_events`.`deleted_at` is null limit 8
        Bindings
        • 0: 7
        • 1: 8
        • 2: publish
        Hints
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • view::Location::frontend.detail:45
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • detail.blade.php#45aarnatours290425_abhi_tNt540μsselect * from `bravo_locations` where `bravo_locations`.`id` in (4) and `bravo_locations`.`deleted_at` is null
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • view::Location::frontend.detail:45
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • detail.blade.php#45aarnatours290425_abhi_tNt510μsselect * from `bravo_location_translations` where `locale` = 'ja' and `bravo_location_translations`.`origin_id` in (4)
        Bindings
        • 0: ja
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • view::Location::frontend.detail:45
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • detail.blade.php#45aarnatours290425_abhi_tNt930μsselect `bravo_tours`.* from `bravo_tours` inner join `bravo_locations` on `bravo_locations`.`id` = `bravo_tours`.`location_id` and `bravo_locations`.`_lft` >= 7 and `bravo_locations`.`_rgt` <= 8 where `bravo_tours`.`status` = 'publish' and `bravo_tours`.`deleted_at` is null limit 8
        Bindings
        • 0: 7
        • 1: 8
        • 2: publish
        Hints
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • view::Location::frontend.detail:45
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • detail.blade.php#45aarnatours290425_abhi_tNt640μsselect * from `bravo_locations` where `bravo_locations`.`id` in (4) and `bravo_locations`.`deleted_at` is null
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • view::Location::frontend.detail:45
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • detail.blade.php#45aarnatours290425_abhi_tNt550μsselect * from `bravo_location_translations` where `locale` = 'ja' and `bravo_location_translations`.`origin_id` in (4)
        Bindings
        • 0: ja
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • view::Location::frontend.detail:45
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • detail.blade.php#45aarnatours290425_abhi_tNt1.15msselect `bravo_boats`.* from `bravo_boats` inner join `bravo_locations` on `bravo_locations`.`id` = `bravo_boats`.`location_id` and `bravo_locations`.`_lft` >= 7 and `bravo_locations`.`_rgt` <= 8 where `bravo_boats`.`status` = 'publish' and `bravo_boats`.`deleted_at` is null limit 8
        Bindings
        • 0: 7
        • 1: 8
        • 2: publish
        Hints
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • view::Location::frontend.detail:45
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • HasTranslations.php#51aarnatours290425_abhi_tNt770μsselect * from `bravo_space_translations` where `bravo_space_translations`.`origin_id` = 4 and `bravo_space_translations`.`origin_id` is not null and `locale` = 'ja' and `bravo_space_translations`.`deleted_at` is null 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::Space::frontend.layouts.search.loop-grid:2
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • HasTranslations.php#51aarnatours290425_abhi_tNt880μsselect * from `bravo_event_translations` where `bravo_event_translations`.`origin_id` = 9 and `bravo_event_translations`.`origin_id` is not null and `locale` = 'ja' and `bravo_event_translations`.`deleted_at` is null limit 1
        Bindings
        • 0: 9
        • 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::Event::frontend.layouts.search.loop-grid:2
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • HasTranslations.php#51aarnatours290425_abhi_tNt830μsselect * from `bravo_tour_translations` where `bravo_tour_translations`.`origin_id` = 9 and `bravo_tour_translations`.`origin_id` is not null and `locale` = 'ja' limit 1
        Bindings
        • 0: 9
        • 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.layouts.search.loop-grid:2
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • HasTranslations.php#51aarnatours290425_abhi_tNt650μsselect * from `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_tNt760μ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_tNt580μ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
      4Location.php#?
      Modules\Core\Models\MenuTranslation
      2MenuTranslation.php#?
      Modules\Space\Models\Space
      1Space.php#?
      Modules\Event\Models\Event
      1Event.php#?
      Modules\Tour\Models\Tour
      1Tour.php#?
        web
        null
        sanctum
        null
          _token
          DoW0Dou1iqmr2ey7YheAMAvObjbKR5t6QGKURUdx
          bc_current_currency
          eur
          _previous
          array:1 [ "url" => "http://aarnatours.com/public/ja/location/united-states" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          path_info
          /ja/location/united-states
          status_code
          200
          
          status_text
          OK
          format
          html
          content_type
          text/html; charset=UTF-8
          request_query
          []
          
          request_request
          []
          
          request_headers
          0 of 0
          array:12 [ "accept" => array:1 [ 0 => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" ] "accept-encoding" => array:1 [ 0 => "gzip, deflate" ] "connection" => array:1 [ 0 => "keep-alive" ] "content-length" => array:1 [ 0 => "0" ] "cookie" => array:1 [ 0 => "XSRF-TOKEN=eyJpdiI6IkY2K21xc3R6V0huZ1lZZmN2TGtMbnc9PSIsInZhbHVlIjoiczZJRitLOVlBOC9GdVBrNUxNVWs0OHBlRENjVDlyQ0ZSTG9URXpJU0czVVFtVzB1eDlMOUFKTXpld3BFZzUxcVpreXcyMHhLTWY4Nmc1ZytDMHlVTmZNelFNbkw1aE5PL0Z3bnlHMWpsQ3hBTzZ0cEFnU2RLcG1uN2k4cXZyLzgiLCJtYWMiOiJkYTdhMWY4YWEyNjU1MGYxMjY4OGFhZjQyZDM0Y2UzZmYwNWE0OGI2NWQxMDYzNTZiNDVlMjg2YWU1YWJiZWU0IiwidGFnIjoiIn0%3D; booking_core_session=eyJpdiI6IitURFVxbnhFY3QvNXUzdzBCWThucXc9PSIsInZhbHVlIjoiRlJmNVFla29qdGVWRFhqWDJpWEpPNytvRUJyTFNXSXl1UTFhUHZpamRsVk9jT0IzYWNVWGZMdGhpbm9vRmFaaWYzUmRIMGZKME92WjVHS1RHMzE0Y2kwVHM2ZFR6R3Z5VklraG9xaFZ5L3cyRzNoNlV4eHUvUWpHNlN0a0RMeGoiLCJtYWMiOiI1NzllYTYzYzhhMzFmYzNlNGZjN2M4ZDM1N2U5ZTE2ZDNlN2EyMzEyNGViNTI4MGY4NjExMjE5YmY1ZWIwYWFkIiwidGFnIjoiIn0%3DXSRF-TOKEN=eyJpdiI6IkY2K21xc3R6V0huZ1lZZmN2TGtMbnc9PSIsInZhbHVlIjoiczZJRitLOVlBOC9GdVBrNUxNVWs0OHBlRENjVDlyQ0ZSTG9URXpJU0czVVFtVzB1eDlMOUFKTXpld3BFZzUxcVpreXcyM" ] "host" => array:1 [ 0 => "aarnatours.com" ] "pragma" => array:1 [ 0 => "no-cache" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "cache-control" => array:1 [ 0 => "no-cache" ] "x-forwarded-for" => array:1 [ 0 => "10.1.227.251" ] "via" => array:1 [ 0 => "1.1 squid-proxy-5b5d847c96-7nh7w (squid/6.10)" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] ]
          request_cookies
          0 of 0
          array:2 [ "XSRF-TOKEN" => "DoW0Dou1iqmr2ey7YheAMAvObjbKR5t6QGKURUdx" "booking_core_session" => "WucSRKsHorFgxRlI5ECsUYu3QqaS60dX3M9nOF2C" ]
          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, 15 Jul 2025 12:20:56 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6Ikt3L1JNOUFSamNEMDJyWDdCcXFwNkE9PSIsInZhbHVlIjoiWjE1Y0JFd1BMdDRhNFBBcGhycWpUc2dBSEttLzZyMlQ3M25uTWZaTkpIaTdVR3FMYUI0c3NDTlJ2LzA2YmY3d0pFWHhIa082ZkJHRUREMmV3NzVWWHRZaFIwSFN5VjVTMS9SU05GSWUxWEtLSWF2cC9KRHV0bFR0dGJjZllUOTUiLCJtYWMiOiI1OTEyNDAzZDFlODk4M2JmNmRlMTMwN2NhMzUyZTcyZTZjNDQ3YmI4MGM5OTE4YzBhZjA0OGQ2MWZjMWRmMTdlIiwidGFnIjoiIn0%3D; expires=Tue, 15-Jul-2025 14:20:56 GMT; Max-Age=7200; path=/; samesite=laxXSRF-TOKEN=eyJpdiI6Ikt3L1JNOUFSamNEMDJyWDdCcXFwNkE9PSIsInZhbHVlIjoiWjE1Y0JFd1BMdDRhNFBBcGhycWpUc2dBSEttLzZyMlQ3M25uTWZaTkpIaTdVR3FMYUI0c3NDTlJ2LzA2YmY3d0pFWHhIa" 1 => "booking_core_session=eyJpdiI6ImR5QnVkbktYQ2t4K3FNckhGSE9iSWc9PSIsInZhbHVlIjoieFRDTUR0T2d1b3d5K0VLcHFnOXVqajRXc1N2Yjhtek1YVy9OVGRBZG9rV0M0ejRjR21tUDZxZkxPUmlzNFMyRytFdDVGczlIalhVckg2em8vNU9jaUtQdWVvdkliS2ExTmV5Z1d4b0ZKelZ6bkZManpKTWpXMjZhc3U0UjlZM0QiLCJtYWMiOiI4MTg1ZDQ3OGM0OTY1ZDM0MmVmYWZlYmE0M2Q3NmFhZTM5MjM2ZjVjMTEwMjY4OTQxNTFjZDJmNGZjY2ZiZWU2IiwidGFnIjoiIn0%3D; expires=Tue, 15-Jul-2025 14:20:56 GMT; Max-Age=7200; path=/; httponly; samesite=laxbooking_core_session=eyJpdiI6ImR5QnVkbktYQ2t4K3FNckhGSE9iSWc9PSIsInZhbHVlIjoieFRDTUR0T2d1b3d5K0VLcHFnOXVqajRXc1N2Yjhtek1YVy9OVGRBZG9rV0M0ejRjR21tUDZxZkxPUmlzNFM" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6Ikt3L1JNOUFSamNEMDJyWDdCcXFwNkE9PSIsInZhbHVlIjoiWjE1Y0JFd1BMdDRhNFBBcGhycWpUc2dBSEttLzZyMlQ3M25uTWZaTkpIaTdVR3FMYUI0c3NDTlJ2LzA2YmY3d0pFWHhIa082ZkJHRUREMmV3NzVWWHRZaFIwSFN5VjVTMS9SU05GSWUxWEtLSWF2cC9KRHV0bFR0dGJjZllUOTUiLCJtYWMiOiI1OTEyNDAzZDFlODk4M2JmNmRlMTMwN2NhMzUyZTcyZTZjNDQ3YmI4MGM5OTE4YzBhZjA0OGQ2MWZjMWRmMTdlIiwidGFnIjoiIn0%3D; expires=Tue, 15-Jul-2025 14:20:56 GMT; path=/XSRF-TOKEN=eyJpdiI6Ikt3L1JNOUFSamNEMDJyWDdCcXFwNkE9PSIsInZhbHVlIjoiWjE1Y0JFd1BMdDRhNFBBcGhycWpUc2dBSEttLzZyMlQ3M25uTWZaTkpIaTdVR3FMYUI0c3NDTlJ2LzA2YmY3d0pFWHhIa" 1 => "booking_core_session=eyJpdiI6ImR5QnVkbktYQ2t4K3FNckhGSE9iSWc9PSIsInZhbHVlIjoieFRDTUR0T2d1b3d5K0VLcHFnOXVqajRXc1N2Yjhtek1YVy9OVGRBZG9rV0M0ejRjR21tUDZxZkxPUmlzNFMyRytFdDVGczlIalhVckg2em8vNU9jaUtQdWVvdkliS2ExTmV5Z1d4b0ZKelZ6bkZManpKTWpXMjZhc3U0UjlZM0QiLCJtYWMiOiI4MTg1ZDQ3OGM0OTY1ZDM0MmVmYWZlYmE0M2Q3NmFhZTM5MjM2ZjVjMTEwMjY4OTQxNTFjZDJmNGZjY2ZiZWU2IiwidGFnIjoiIn0%3D; expires=Tue, 15-Jul-2025 14:20:56 GMT; path=/; httponlybooking_core_session=eyJpdiI6ImR5QnVkbktYQ2t4K3FNckhGSE9iSWc9PSIsInZhbHVlIjoieFRDTUR0T2d1b3d5K0VLcHFnOXVqajRXc1N2Yjhtek1YVy9OVGRBZG9rV0M0ejRjR21tUDZxZkxPUmlzNFM" ] ]
          session_attributes
          0 of 0
          array:4 [ "_token" => "DoW0Dou1iqmr2ey7YheAMAvObjbKR5t6QGKURUdx" "bc_current_currency" => "eur" "_previous" => array:1 [ "url" => "http://aarnatours.com/public/ja/location/united-states" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-07-15 12:20:56GET/public/ja/location/united-states27219