California

California

Explore the place

California
4.3/5 Very Good 3 Reviews
Start Time: 21:00
1H
from
76.326 ¥
California
5.0/5 Excellent 4 Reviews
Start Time: 21:00
4H
from
76.326 ¥

View More

68%
Pure Luxe in Punta Mita
California
4 Reviews
9H
from
228.979 ¥ 72.292 ¥
19%
Pure Luxe in Punta Mita
California
5 Reviews
6H
from
228.979 ¥ 185.146 ¥

View More

The City Maps

Request history28.2.27PHP Version113msRequest Duration6MBMemory UsageGET egy/location/{slug}RouteAuth status
  • warninglog[15:00:39] LOG.warning: strip_tags(): Passing null to parameter #1 ($string) of type string is depre...
  • Booting (28.74ms)time
  • Application (84.4ms)time
  • 1 x Application (74.59%)
    84.40ms
    1 x Booting (25.4%)
    28.74ms
    29 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 Event::frontend.blocks.list-event.indexindex.blade.php#?blade
    • 2x 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 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.faviconfavicon.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
    • 1x demo_scriptdemo_script.blade.php#?blade
    uri
    GET egy/location/{slug}
    middleware
    web
    controller
    Modules\Location\Controllers\LocationController@detail
    namespace
    Modules\Location\Controllers
    prefix
    egy/location
    where
    as
    location.detail
    file
    modules/Location/Controllers/LocationController.php:21-41
    15 statements were executed, 6 of which were duplicates, 9 unique. Show only duplicated9.39ms
    • select * from `bravo_locations` where `slug` = 'california' and `status` = 'publish' and `bravo_locations`.`deleted_at` is null limit 13.74msxwxrpgte_fulvagoLocationController.php#23
      Bindings
      • 0: california
      • 1: publish
      Hints
      • 0: Use SELECT * only if you need all columns from table
      • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      Backtrace
      • 16. modules/Location/Controllers/LocationController.php:23
      • 17. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 18. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • 19. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • 20. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
    • select * from `bravo_location_translations` where `bravo_location_translations`.`origin_id` = 3 and `bravo_location_translations`.`origin_id` is not null and `locale` = 'egy' limit 1510μsxwxrpgte_fulvagoHasTranslations.php#51
      Bindings
      • 0: 3
      • 1: egy
      Hints
      • 0: Use SELECT * only if you need all columns from table
      • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      Backtrace
      • 21. app/Traits/HasTranslations.php:51
      • 22. modules/Location/Controllers/LocationController.php:27
      • 23. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 24. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • 25. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
    • select * from `bravo_seo` where `object_id` = 3 and `object_model` = 'location_translation_egy' limit 1400μsxwxrpgte_fulvagoBaseModel.php#199
      Bindings
      • 0: 3
      • 1: location_translation_egy
      Hints
      • 0: Use SELECT * only if you need all columns from table
      • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      Backtrace
      • 16. app/BaseModel.php:199
      • 17. app/BaseModel.php:214
      • 18. modules/Location/Controllers/LocationController.php:31
      • 19. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 20. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
    • select `bravo_events`.* from `bravo_events` inner join `bravo_locations` on `bravo_locations`.`id` = `bravo_events`.`location_id` and `bravo_locations`.`_lft` >= 5 and `bravo_locations`.`_rgt` <= 6 where `bravo_events`.`status` = 'publish' and `bravo_events`.`deleted_at` is null limit 81msxwxrpgte_fulvagodetail.blade.php#44
      Bindings
      • 0: 5
      • 1: 6
      • 2: publish
      Hints
      • 0: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      Backtrace
      • 15. view::Location::frontend.detail:44
      • 17. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • 18. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 19. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 20. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `bravo_locations` where `bravo_locations`.`id` in (3) and `bravo_locations`.`deleted_at` is null200μsxwxrpgte_fulvagodetail.blade.php#44
      Hints
      • 0: Use SELECT * only if you need all columns from table
      Backtrace
      • 20. view::Location::frontend.detail:44
      • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 25. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `bravo_location_translations` where `locale` = 'egy' and `bravo_location_translations`.`origin_id` in (3)150μsxwxrpgte_fulvagodetail.blade.php#44
      Bindings
      • 0: egy
      Hints
      • 0: Use SELECT * only if you need all columns from table
      Backtrace
      • 25. view::Location::frontend.detail:44
      • 27. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • 28. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 29. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 30. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select `bravo_tours`.* from `bravo_tours` inner join `bravo_locations` on `bravo_locations`.`id` = `bravo_tours`.`location_id` and `bravo_locations`.`_lft` >= 5 and `bravo_locations`.`_rgt` <= 6 where `bravo_tours`.`status` = 'publish' and `bravo_tours`.`deleted_at` is null limit 8810μsxwxrpgte_fulvagodetail.blade.php#44
      Bindings
      • 0: 5
      • 1: 6
      • 2: publish
      Hints
      • 0: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      Backtrace
      • 15. view::Location::frontend.detail:44
      • 17. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • 18. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 19. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 20. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `bravo_locations` where `bravo_locations`.`id` in (3) and `bravo_locations`.`deleted_at` is null170μsxwxrpgte_fulvagodetail.blade.php#44
      Hints
      • 0: Use SELECT * only if you need all columns from table
      Backtrace
      • 20. view::Location::frontend.detail:44
      • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 25. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `bravo_location_translations` where `locale` = 'egy' and `bravo_location_translations`.`origin_id` in (3)130μsxwxrpgte_fulvagodetail.blade.php#44
      Bindings
      • 0: egy
      Hints
      • 0: Use SELECT * only if you need all columns from table
      Backtrace
      • 25. view::Location::frontend.detail:44
      • 27. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • 28. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 29. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 30. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `bravo_event_translations` where `bravo_event_translations`.`origin_id` = 8 and `bravo_event_translations`.`origin_id` is not null and `locale` = 'egy' and `bravo_event_translations`.`deleted_at` is null limit 1550μsxwxrpgte_fulvagoHasTranslations.php#51
      Bindings
      • 0: 8
      • 1: egy
      Hints
      • 0: Use SELECT * only if you need all columns from table
      • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      Backtrace
      • 21. app/Traits/HasTranslations.php:51
      • 22. view::Event::frontend.layouts.search.loop-grid:2
      • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
    • select * from `bravo_event_translations` where `bravo_event_translations`.`origin_id` = 20 and `bravo_event_translations`.`origin_id` is not null and `locale` = 'egy' and `bravo_event_translations`.`deleted_at` is null limit 1210μsxwxrpgte_fulvagoHasTranslations.php#51
      Bindings
      • 0: 20
      • 1: egy
      Hints
      • 0: Use SELECT * only if you need all columns from table
      • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      Backtrace
      • 21. app/Traits/HasTranslations.php:51
      • 22. view::Event::frontend.layouts.search.loop-grid:2
      • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
    • select * from `bravo_tour_translations` where `bravo_tour_translations`.`origin_id` = 8 and `bravo_tour_translations`.`origin_id` is not null and `locale` = 'egy' limit 1500μsxwxrpgte_fulvagoHasTranslations.php#51
      Bindings
      • 0: 8
      • 1: egy
      Hints
      • 0: Use SELECT * only if you need all columns from table
      • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      Backtrace
      • 21. app/Traits/HasTranslations.php:51
      • 22. view::Tour::frontend.layouts.search.loop-grid:2
      • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
    • select * from `bravo_tour_translations` where `bravo_tour_translations`.`origin_id` = 24 and `bravo_tour_translations`.`origin_id` is not null and `locale` = 'egy' limit 1170μsxwxrpgte_fulvagoHasTranslations.php#51
      Bindings
      • 0: 24
      • 1: egy
      Hints
      • 0: Use SELECT * only if you need all columns from table
      • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      Backtrace
      • 21. app/Traits/HasTranslations.php:51
      • 22. view::Tour::frontend.layouts.search.loop-grid:2
      • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
    • select * from `core_menu_translations` where `core_menu_translations`.`origin_id` = 1 and `core_menu_translations`.`origin_id` is not null and `locale` = 'egy' limit 1610μsxwxrpgte_fulvagoHasTranslations.php#51
      Bindings
      • 0: 1
      • 1: egy
      Hints
      • 0: Use SELECT * only if you need all columns from table
      • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      Backtrace
      • 21. app/Traits/HasTranslations.php:51
      • 22. app/Helpers/AppHelper.php:111
      • 25. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • 26. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 27. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
    • select * from `core_menu_translations` where `core_menu_translations`.`origin_id` = 1 and `core_menu_translations`.`origin_id` is not null and `locale` = 'egy' limit 1240μsxwxrpgte_fulvagoHasTranslations.php#51
      Bindings
      • 0: 1
      • 1: egy
      Hints
      • 0: Use SELECT * only if you need all columns from table
      • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      Backtrace
      • 21. app/Traits/HasTranslations.php:51
      • 22. app/Helpers/AppHelper.php:111
      • 25. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • 26. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 27. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
    Modules\Location\Models\Location
    3Location.php#?
    Modules\Event\Models\Event
    2Event.php#?
    Modules\Tour\Models\Tour
    2Tour.php#?
    Modules\Core\Models\MenuTranslation
    2MenuTranslation.php#?
      web
      null
      sanctum
      null
        _token
        5EZS7Rfj4XHdp7vOgC6PvcL93u64o15T0ecdvpse
        bc_current_currency
        jpy
        _previous
        array:1 [ "url" => "https://fulvago.com/egy/location/california" ]
        _flash
        array:2 [ "old" => [] "new" => [] ]
        path_info
        /egy/location/california
        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:23 [ "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" ] "connection" => array:1 [ 0 => "" ] "content-length" => array:1 [ 0 => "0" ] "cookie" => array:1 [ 0 => "XSRF-TOKEN=eyJpdiI6IlJxNTNrRy9aR1NnT0FoZzhWYXAvSWc9PSIsInZhbHVlIjoiQWFTRkRVanNUOXdTVy9rWGRlcVZMQ25yTUVGWEtBZWs4WEZ0SGFjYm5EY0Z1azFsbW5jZ2t4Vkl4Ykw3YUVQNFUrZ1JtT0M2YzZCeDNwSXM4Unk2VWp4SERyeUFGSXhFWm5GSGdNaU1YRGFUWFJRbGVoR1dzM2QrSWpINDcvWVkiLCJtYWMiOiIwYWI1NzJhNzlmYmI3ZTNhOWVlYWI5NjE3YjI0OTQzYjFmOTQxMjYyOGY0ZDRiNjI2MWZlYTFlOTJkNzhiNDRlIiwidGFnIjoiIn0%3D; fulvago_session=eyJpdiI6IksreVlIUnBoRmFxckdWVU5Xblk1U1E9PSIsInZhbHVlIjoicHhqemhIejdyenFvVEwzcWY4V1drRitXUDQyRjMyTExWdTFWazBSTm00am5yelhPTjM3VWxlMTd3OWJDRUR4QzhQaFZCU1FLaWlXdVdBcU9aS1lJODM3T29QbDBnMW5HSGxBNEhoMGNBT0cwWVQ3VThaNitUTUUxR0d6Q1NOQnYiLCJtYWMiOiI2NGU2NDZiNTk3NDE3MjU0YjAxNjBkNjI2ZmRlODc2ZmZjOGI5MjdmMDQzY2I3MGY5YTUwZWZmYjlhYmU0NzhjIiwidGFnIjoiIn0%3DXSRF-TOKEN=eyJpdiI6IlJxNTNrRy9aR1NnT0FoZzhWYXAvSWc9PSIsInZhbHVlIjoiQWFTRkRVanNUOXdTVy9rWGRlcVZMQ25yTUVGWEtBZWs4WEZ0SGFjYm5EY0Z1azFsbW5jZ2t4Vkl4Ykw3YUVQNFUrZ1JtT" ] "host" => array:1 [ 0 => "fulvago.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 => "3.135.189.40" ] "x-real-ip" => array:1 [ 0 => "3.135.189.40" ] "x-eig-origin" => array:1 [ 0 => "50.6.160.203" ] "x-cache-req" => array:1 [ 0 => "1" ] "sec-ch-ua" => array:1 [ 0 => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" ] "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" ] "x-https" => array:1 [ 0 => "1" ] ]
        request_cookies
        0 of 0
        array:2 [ "XSRF-TOKEN" => "5EZS7Rfj4XHdp7vOgC6PvcL93u64o15T0ecdvpse" "fulvago_session" => "28j8lA0OlypzWGjiERiiDNbfk5r9zVOiOrugCixa" ]
        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 => "Sat, 11 Jan 2025 15:00:39 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IjJiQy94UkRmL2p0eTdsMW8xY2g3NFE9PSIsInZhbHVlIjoiVnJVY040bi9objlUUWQ2MENWOGZpdXBQTUZ2MUhOQm0vS0laVTJZSzBJakZvaTN3WTUzWXFMTzE0ZVBMTFduRXgvNGw4dHJFTmNuTmRGbUJaM0NXeDhZcmFlUzlGZmRGOHMrenUyckJiTjBBNG9tbkw1UEZiTkJRcDNyYUczd1EiLCJtYWMiOiJjNzA4ZjMzMjFmMjRkMTRiNWI3YmZkYjhkNmIxMjg2YzIwZGFlMWEyYjI1YjZlMTNlNDE5M2IwN2YzMDQ1MzhkIiwidGFnIjoiIn0%3D; expires=Sat, 11 Jan 2025 17:00:39 GMT; Max-Age=7200; path=/; secure; samesite=laxXSRF-TOKEN=eyJpdiI6IjJiQy94UkRmL2p0eTdsMW8xY2g3NFE9PSIsInZhbHVlIjoiVnJVY040bi9objlUUWQ2MENWOGZpdXBQTUZ2MUhOQm0vS0laVTJZSzBJakZvaTN3WTUzWXFMTzE0ZVBMTFduRXgvNGw4d" 1 => "fulvago_session=eyJpdiI6IkpIZXFNbDBjb01ta3lTaE0vUVd2dlE9PSIsInZhbHVlIjoibkNZaEVORFFSRVRDTzBGT1VkS1lPQWJZb3BscjJvbURTTXBsUi92WGZLZ0xMUURSYi8zRHAwV2pTd3BoaWdibG5PU0Zmay9IckUxUklSWUlYQ3NNbXlpN0I0Z1pueWRCUlZ4Z3h0QlVLZ0VTblZjTTA5alJQY0l2VXJJaU5qTmQiLCJtYWMiOiJlNTVhOTE5NWRhMDgxZmFlMTEzNjg1YWE3NzgzYjEwMDYzNzYzNzdhZmY2ODlmYTU1NTc3MjYyYTliZjQwZTJjIiwidGFnIjoiIn0%3D; expires=Sat, 11 Jan 2025 17:00:39 GMT; Max-Age=7200; path=/; httponly; samesite=laxfulvago_session=eyJpdiI6IkpIZXFNbDBjb01ta3lTaE0vUVd2dlE9PSIsInZhbHVlIjoibkNZaEVORFFSRVRDTzBGT1VkS1lPQWJZb3BscjJvbURTTXBsUi92WGZLZ0xMUURSYi8zRHAwV2pTd3BoaWdibG5P" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IjJiQy94UkRmL2p0eTdsMW8xY2g3NFE9PSIsInZhbHVlIjoiVnJVY040bi9objlUUWQ2MENWOGZpdXBQTUZ2MUhOQm0vS0laVTJZSzBJakZvaTN3WTUzWXFMTzE0ZVBMTFduRXgvNGw4dHJFTmNuTmRGbUJaM0NXeDhZcmFlUzlGZmRGOHMrenUyckJiTjBBNG9tbkw1UEZiTkJRcDNyYUczd1EiLCJtYWMiOiJjNzA4ZjMzMjFmMjRkMTRiNWI3YmZkYjhkNmIxMjg2YzIwZGFlMWEyYjI1YjZlMTNlNDE5M2IwN2YzMDQ1MzhkIiwidGFnIjoiIn0%3D; expires=Sat, 11-Jan-2025 17:00:39 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6IjJiQy94UkRmL2p0eTdsMW8xY2g3NFE9PSIsInZhbHVlIjoiVnJVY040bi9objlUUWQ2MENWOGZpdXBQTUZ2MUhOQm0vS0laVTJZSzBJakZvaTN3WTUzWXFMTzE0ZVBMTFduRXgvNGw4d" 1 => "fulvago_session=eyJpdiI6IkpIZXFNbDBjb01ta3lTaE0vUVd2dlE9PSIsInZhbHVlIjoibkNZaEVORFFSRVRDTzBGT1VkS1lPQWJZb3BscjJvbURTTXBsUi92WGZLZ0xMUURSYi8zRHAwV2pTd3BoaWdibG5PU0Zmay9IckUxUklSWUlYQ3NNbXlpN0I0Z1pueWRCUlZ4Z3h0QlVLZ0VTblZjTTA5alJQY0l2VXJJaU5qTmQiLCJtYWMiOiJlNTVhOTE5NWRhMDgxZmFlMTEzNjg1YWE3NzgzYjEwMDYzNzYzNzdhZmY2ODlmYTU1NTc3MjYyYTliZjQwZTJjIiwidGFnIjoiIn0%3D; expires=Sat, 11-Jan-2025 17:00:39 GMT; path=/; httponlyfulvago_session=eyJpdiI6IkpIZXFNbDBjb01ta3lTaE0vUVd2dlE9PSIsInZhbHVlIjoibkNZaEVORFFSRVRDTzBGT1VkS1lPQWJZb3BscjJvbURTTXBsUi92WGZLZ0xMUURSYi8zRHAwV2pTd3BoaWdibG5P" ] ]
        session_attributes
        0 of 0
        array:4 [ "_token" => "5EZS7Rfj4XHdp7vOgC6PvcL93u64o15T0ecdvpse" "bc_current_currency" => "jpy" "_previous" => array:1 [ "url" => "https://fulvago.com/egy/location/california" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
        ClearShow all
        Date ↕MethodURLData
        #12025-01-11 15:00:38GET/egy/location/california?set_currency=jpy (stacked)
        #22025-01-11 15:00:39GET/egy/location/california129159