San Francisco

San Francisco

Explore the place

San Francisco
4 Auto 3 4
from
$199 /day

View More

Event of Washington, D.C. Highlights
42%
San Francisco
4.3/5 Very Good 4 Reviews
Start Time: 17:00
3H
from
$2.100 $1.209

View More

32%
Segway Tour of Washington, D.C. Highlights
San Francisco
3 Reviews
3H
from
$2.100 $1.425
56%
San Francisco Express Never Ceases
San Francisco
3 Reviews
2H
from
$2.100 $914

View More

San Francisco
4.3/5 Very Good 3 Reviews
13 2 19m 27km/h
from
$230

View More

The City Maps

Request history8.0.30PHP Version1.4sRequest Duration36MBMemory UsageGET location/{slug}RouteAuth status
    • Booting (582ms)time
    • Application (822ms)time
    • 1 x Application (58.54%)
      822ms
      1 x Booting (41.45%)
      582ms
      30 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 Car::frontend.blocks.list-car.indexindex.blade.php#?blade
      • 1x Car::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
      • 2x Tour::frontend.layouts.search.loop-gridloop-grid.blade.php#?blade
      • 1x Boat::frontend.blocks.list-boat.indexindex.blade.php#?blade
      • 1x Boat::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 location/{slug}
      middleware
      web
      controller
      Modules\Location\Controllers\LocationController@detail
      namespace
      Modules\Location\Controllers
      prefix
      /location
      where
      as
      location.detail
      file
      modules/Location/Controllers/LocationController.php:21-41
      25 statements were executed (10 duplicates)Show only duplicates19.75ms
      • LocationController.php#23aarnatours290425_abhi_tNt3.16msselect * from `bravo_locations` where `slug` = 'san-francisco' and `status` = 'publish' and `bravo_locations`.`deleted_at` is null limit 1
        Bindings
        • 0: san-francisco
        • 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_tNt530μsselect * from `bravo_location_translations` where `bravo_location_translations`.`origin_id` = 7 and `bravo_location_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/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_tNt510μsselect * from `bravo_seo` where `object_id` = 7 and `object_model` = 'location' limit 1
        Bindings
        • 0: 7
        • 1: location
        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/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_tNt810μsselect `bravo_hotels`.* from `bravo_hotels` inner join `bravo_locations` on `bravo_locations`.`id` = `bravo_hotels`.`location_id` and `bravo_locations`.`_lft` >= 13 and `bravo_locations`.`_rgt` <= 14 where `bravo_hotels`.`status` = 'publish' and `bravo_hotels`.`deleted_at` is null limit 8
        Bindings
        • 0: 13
        • 1: 14
        • 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.25msselect `bravo_spaces`.* from `bravo_spaces` inner join `bravo_locations` on `bravo_locations`.`id` = `bravo_spaces`.`location_id` and `bravo_locations`.`_lft` >= 13 and `bravo_locations`.`_rgt` <= 14 where `bravo_spaces`.`status` = 'publish' and `bravo_spaces`.`deleted_at` is null limit 8
        Bindings
        • 0: 13
        • 1: 14
        • 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.08msselect `bravo_cars`.* from `bravo_cars` inner join `bravo_locations` on `bravo_locations`.`id` = `bravo_cars`.`location_id` and `bravo_locations`.`_lft` >= 13 and `bravo_locations`.`_rgt` <= 14 where `bravo_cars`.`status` = 'publish' and `bravo_cars`.`deleted_at` is null limit 8
        Bindings
        • 0: 13
        • 1: 14
        • 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 (7) 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_tNt430μsselect * from `bravo_location_translations` where `locale` = 'en' and `bravo_location_translations`.`origin_id` in (7)
        Bindings
        • 0: en
        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_tNt790μsselect `bravo_events`.* from `bravo_events` inner join `bravo_locations` on `bravo_locations`.`id` = `bravo_events`.`location_id` and `bravo_locations`.`_lft` >= 13 and `bravo_locations`.`_rgt` <= 14 where `bravo_events`.`status` = 'publish' and `bravo_events`.`deleted_at` is null limit 8
        Bindings
        • 0: 13
        • 1: 14
        • 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_tNt470μsselect * from `bravo_locations` where `bravo_locations`.`id` in (7) 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_tNt420μsselect * from `bravo_location_translations` where `locale` = 'en' and `bravo_location_translations`.`origin_id` in (7)
        Bindings
        • 0: en
        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_tNt960μsselect `bravo_tours`.* from `bravo_tours` inner join `bravo_locations` on `bravo_locations`.`id` = `bravo_tours`.`location_id` and `bravo_locations`.`_lft` >= 13 and `bravo_locations`.`_rgt` <= 14 where `bravo_tours`.`status` = 'publish' and `bravo_tours`.`deleted_at` is null limit 8
        Bindings
        • 0: 13
        • 1: 14
        • 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_tNt560μsselect * from `bravo_locations` where `bravo_locations`.`id` in (7) 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_tNt420μsselect * from `bravo_location_translations` where `locale` = 'en' and `bravo_location_translations`.`origin_id` in (7)
        Bindings
        • 0: en
        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_tNt810μsselect `bravo_boats`.* from `bravo_boats` inner join `bravo_locations` on `bravo_locations`.`id` = `bravo_boats`.`location_id` and `bravo_locations`.`_lft` >= 13 and `bravo_locations`.`_rgt` <= 14 where `bravo_boats`.`status` = 'publish' and `bravo_boats`.`deleted_at` is null limit 8
        Bindings
        • 0: 13
        • 1: 14
        • 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_tNt470μsselect * from `bravo_locations` where `bravo_locations`.`id` in (7) 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_tNt410μsselect * from `bravo_location_translations` where `locale` = 'en' and `bravo_location_translations`.`origin_id` in (7)
        Bindings
        • 0: en
        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
      • HasTranslations.php#51aarnatours290425_abhi_tNt830μsselect * from `bravo_car_translations` where `bravo_car_translations`.`origin_id` = 10 and `bravo_car_translations`.`origin_id` is not null and `locale` = 'en' and `bravo_car_translations`.`deleted_at` is null limit 1
        Bindings
        • 0: 10
        • 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::Car::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_tNt730μsselect * from `bravo_event_translations` where `bravo_event_translations`.`origin_id` = 12 and `bravo_event_translations`.`origin_id` is not null and `locale` = 'en' and `bravo_event_translations`.`deleted_at` is null limit 1
        Bindings
        • 0: 12
        • 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::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_tNt680μsselect * from `bravo_tour_translations` where `bravo_tour_translations`.`origin_id` = 12 and `bravo_tour_translations`.`origin_id` is not null and `locale` = 'en' limit 1
        Bindings
        • 0: 12
        • 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.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` = 14 and `bravo_tour_translations`.`origin_id` is not null and `locale` = 'en' limit 1
        Bindings
        • 0: 14
        • 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.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_tNt660μsselect * from `bravo_boat_translations` where `bravo_boat_translations`.`origin_id` = 10 and `bravo_boat_translations`.`origin_id` is not null and `locale` = 'en' and `bravo_boat_translations`.`deleted_at` is null limit 1
        Bindings
        • 0: 10
        • 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::Boat::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_tNt770μsselect * from `core_menu_translations` where `core_menu_translations`.`origin_id` = 1 and `core_menu_translations`.`origin_id` is not null and `locale` = 'en' limit 1
        Bindings
        • 0: 1
        • 1: en
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • app/Traits/HasTranslations.php:51
        • app/Helpers/AppHelper.php:111
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • HasTranslations.php#51aarnatours290425_abhi_tNt950μ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_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
      5Location.php#?
      Modules\Tour\Models\Tour
      2Tour.php#?
      Modules\Car\Models\Car
      1Car.php#?
      Modules\Event\Models\Event
      1Event.php#?
      Modules\Boat\Models\Boat
      1Boat.php#?
        web
        null
        sanctum
        null
          _token
          jTzXiyf4EbfxwWYjMeTlJZJvsfqfghDowgmMwSqb
          _previous
          array:1 [ "url" => "https://aarnatours.com/location/san-francisco" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          path_info
          /location/san-francisco
          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=eyJpdiI6IlZjK0c5ZGtsak5LMFB5NmttbGdhMVE9PSIsInZhbHVlIjoiUW5LZm5iQ0MyYStyTVpHLzl6S1ZXK2dTUERDMlhzTTZWT0l3NC8yeTVSbEFVQjhJcElMb3BldEhoMk1iNlZvZnpWS0JtM1plaUsvR1UvMVJKMXM4RVNrSzFnOXJLblRRaVNuZmJoNGdVM0tuY3BQMVBDMW1pTzg3Z2dLL00rS0QiLCJtYWMiOiI2MmY5YTY2ZGI2ZTlhMDQ3YTU0NjI0YTNjNjZhYzAwYWNlZTJmNTgzNTFmZmZhZDIxNzMzNGMyNTU0M2ZhMTM4IiwidGFnIjoiIn0%3D; booking_core_session=eyJpdiI6IldVYk1aVWJtaXlXSlRFczAxUW5xZEE9PSIsInZhbHVlIjoiaXRBMGVuOGZqb3hwWjQwSlhDdndqWmp1Y3FRQXYzZU9ZZk5QNU5sM2VlcHFwY1EyamI0dnhYaFgyVVpYS05qSFJrbE9LMWZERytHQnB5S01MSER5dXo3ekpZd2JPeXY1VmMvM2MzRlROUVcyYjFVWGZJUTZHRVZlemFoT0FVelkiLCJtYWMiOiI5M2VkY2ZiMGU1MzYwZjAyNTgwYzMxMTlkNWY3OGQzNzQyN2RlYjMzODQ3MGM3Y2RjMWFjYjIzNzU5Y2ZhNjFmIiwidGFnIjoiIn0%3DXSRF-TOKEN=eyJpdiI6IlZjK0c5ZGtsak5LMFB5NmttbGdhMVE9PSIsInZhbHVlIjoiUW5LZm5iQ0MyYStyTVpHLzl6S1ZXK2dTUERDMlhzTTZWT0l3NC8yeTVSbEFVQjhJcElMb3BldEhoMk1iNlZvZnpWS0JtM" ] "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" => "jTzXiyf4EbfxwWYjMeTlJZJvsfqfghDowgmMwSqb" "booking_core_session" => "1bKFwbxjHd3XaifXWx2XQGcUoFNV41Xn6MY2pnNS" ]
          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, 17 Jun 2025 03:04:28 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IjF2Ti9qbE5nOGp3aEJXNTc0YU10S1E9PSIsInZhbHVlIjoiOVFXc1pzbDB0M05GZFFjR2JEUXlpc3BBMTBWbUhKNkZFZURrbXE0L0l2M3g5dDZvT3dBWEZtckdwMlp1cTBqbE5ZRk4xMGdaeUNhQUFIUUp5T3RmbW8yelJvRmt2WG1PcGRTaWR2b08zam5ILzVtVk5qNm41TUxMSkdhb1IrWnciLCJtYWMiOiJmNjU1ZTE3MDYxZmVkMGNjMzU4YTViM2FkNmY0ZjY4Y2M5MmQ2ZDQxMDU1NTIwOGI5Njc2YjhkNDRhYjdiYWI2IiwidGFnIjoiIn0%3D; expires=Tue, 17-Jun-2025 05:04:29 GMT; Max-Age=7200; path=/; samesite=laxXSRF-TOKEN=eyJpdiI6IjF2Ti9qbE5nOGp3aEJXNTc0YU10S1E9PSIsInZhbHVlIjoiOVFXc1pzbDB0M05GZFFjR2JEUXlpc3BBMTBWbUhKNkZFZURrbXE0L0l2M3g5dDZvT3dBWEZtckdwMlp1cTBqbE5ZRk4xM" 1 => "booking_core_session=eyJpdiI6IjJGVUN0SWJkeXk5MS9ORWdNUTVZeHc9PSIsInZhbHVlIjoiNGJSRndVcFdyYVdEMisvYW9yODY3UzRJM1RncitlYklUL0hrTnFUZ0ZMTzgrSG8xL3pteUhidnhCRWlpaVdSU2pnb2h3M3BhSjdHaDFsV3pydzR5Q2Y2Uk56aTJWMHA5L3lPOCtYUEt0dGFjd0Y0R0JqK25ha203Zzd2dEN2MzkiLCJtYWMiOiJmZDdlMDkyNDMzZGVkMGQzNjVmNGRjZTIzNTJjYTNlMjI0MGQzNzIzMTMyMWY4MzEzZmI0OTEwMmFlNjE2ODRkIiwidGFnIjoiIn0%3D; expires=Tue, 17-Jun-2025 05:04:29 GMT; Max-Age=7200; path=/; httponly; samesite=laxbooking_core_session=eyJpdiI6IjJGVUN0SWJkeXk5MS9ORWdNUTVZeHc9PSIsInZhbHVlIjoiNGJSRndVcFdyYVdEMisvYW9yODY3UzRJM1RncitlYklUL0hrTnFUZ0ZMTzgrSG8xL3pteUhidnhCRWlpaVd" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IjF2Ti9qbE5nOGp3aEJXNTc0YU10S1E9PSIsInZhbHVlIjoiOVFXc1pzbDB0M05GZFFjR2JEUXlpc3BBMTBWbUhKNkZFZURrbXE0L0l2M3g5dDZvT3dBWEZtckdwMlp1cTBqbE5ZRk4xMGdaeUNhQUFIUUp5T3RmbW8yelJvRmt2WG1PcGRTaWR2b08zam5ILzVtVk5qNm41TUxMSkdhb1IrWnciLCJtYWMiOiJmNjU1ZTE3MDYxZmVkMGNjMzU4YTViM2FkNmY0ZjY4Y2M5MmQ2ZDQxMDU1NTIwOGI5Njc2YjhkNDRhYjdiYWI2IiwidGFnIjoiIn0%3D; expires=Tue, 17-Jun-2025 05:04:29 GMT; path=/XSRF-TOKEN=eyJpdiI6IjF2Ti9qbE5nOGp3aEJXNTc0YU10S1E9PSIsInZhbHVlIjoiOVFXc1pzbDB0M05GZFFjR2JEUXlpc3BBMTBWbUhKNkZFZURrbXE0L0l2M3g5dDZvT3dBWEZtckdwMlp1cTBqbE5ZRk4xM" 1 => "booking_core_session=eyJpdiI6IjJGVUN0SWJkeXk5MS9ORWdNUTVZeHc9PSIsInZhbHVlIjoiNGJSRndVcFdyYVdEMisvYW9yODY3UzRJM1RncitlYklUL0hrTnFUZ0ZMTzgrSG8xL3pteUhidnhCRWlpaVdSU2pnb2h3M3BhSjdHaDFsV3pydzR5Q2Y2Uk56aTJWMHA5L3lPOCtYUEt0dGFjd0Y0R0JqK25ha203Zzd2dEN2MzkiLCJtYWMiOiJmZDdlMDkyNDMzZGVkMGQzNjVmNGRjZTIzNTJjYTNlMjI0MGQzNzIzMTMyMWY4MzEzZmI0OTEwMmFlNjE2ODRkIiwidGFnIjoiIn0%3D; expires=Tue, 17-Jun-2025 05:04:29 GMT; path=/; httponlybooking_core_session=eyJpdiI6IjJGVUN0SWJkeXk5MS9ORWdNUTVZeHc9PSIsInZhbHVlIjoiNGJSRndVcFdyYVdEMisvYW9yODY3UzRJM1RncitlYklUL0hrTnFUZ0ZMTzgrSG8xL3pteUhidnhCRWlpaVd" ] ]
          session_attributes
          0 of 0
          array:3 [ "_token" => "jTzXiyf4EbfxwWYjMeTlJZJvsfqfghDowgmMwSqb" "_previous" => array:1 [ "url" => "https://aarnatours.com/location/san-francisco" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-06-17 03:04:29GET/location/san-francisco302510