Surabaya

Surabaya

Explore the place

The City Maps

Leaflet | © OpenStreetMap contributors
Request history8.3.15PHP Version824msRequest Duration28MBMemory UsageGET location/{slug}RouteAuth status
  • warninglog[13:26:21] LOG.warning: strip_tags(): Passing null to parameter #1 ($string) of type string is depre...
  • Booting (322ms)time
  • Application (502ms)time
  • 1 x Application (60.94%)
    502ms
    1 x Booting (39.05%)
    322ms
    25 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 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.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 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
    18 statements were executed, 12 of which were duplicates, 6 unique. Show only duplicated43.94ms
    • select * from `bravo_locations` where `slug` = 'surabaya' and `status` = 'publish' and `bravo_locations`.`deleted_at` is null limit 112.52mscobaotaLocationController.php#23
      Bindings
      • 0: surabaya
      • 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_seo` where `object_id` = 19 and `object_model` = 'location' limit 12.26mscobaotaBaseModel.php#199
      Bindings
      • 0: 19
      • 1: location
      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:212
      • 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` >= 34 and `bravo_locations`.`_rgt` <= 35 where `bravo_events`.`status` = 'publish' and `bravo_events`.`deleted_at` is null limit 87.56mscobaotadetail.blade.php#45
      Bindings
      • 0: 34
      • 1: 35
      • 2: publish
      Hints
      • 0: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      Backtrace
      • 15. view::Location::frontend.detail:45
      • 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 `bravo_tours`.* from `bravo_tours` inner join `bravo_locations` on `bravo_locations`.`id` = `bravo_tours`.`location_id` and `bravo_locations`.`_lft` >= 34 and `bravo_locations`.`_rgt` <= 35 where `bravo_tours`.`status` = 'publish' and `bravo_tours`.`deleted_at` is null limit 88.91mscobaotadetail.blade.php#45
      Bindings
      • 0: 34
      • 1: 35
      • 2: publish
      Hints
      • 0: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      Backtrace
      • 15. view::Location::frontend.detail:45
      • 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 (19) and `bravo_locations`.`deleted_at` is null660μscobaotadetail.blade.php#45
      Hints
      • 0: Use SELECT * only if you need all columns from table
      Backtrace
      • 20. view::Location::frontend.detail:45
      • 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` = 'en' and `bravo_location_translations`.`origin_id` in (19)3.01mscobaotadetail.blade.php#45
      Bindings
      • 0: en
      Hints
      • 0: Use SELECT * only if you need all columns from table
      Backtrace
      • 25. view::Location::frontend.detail:45
      • 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 `core_pages` where `core_pages`.`id` = 1 and `core_pages`.`deleted_at` is null limit 11.62mscobaotaMenuWalker.php#36
      Bindings
      • 0: 1
      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
      • 20. themes/BC/Core/Walkers/MenuWalker.php:36
      • 21. themes/BC/Core/Walkers/MenuWalker.php:19
      • 22. app/Helpers/AppHelper.php:117
      • 25. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • 26. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
    • select * from `core_pages` where `core_pages`.`id` = 11 and `core_pages`.`deleted_at` is null limit 1840μscobaotaMenuWalker.php#36
      Bindings
      • 0: 11
      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
      • 20. themes/BC/Core/Walkers/MenuWalker.php:36
      • 21. themes/BC/Core/Walkers/MenuWalker.php:19
      • 22. app/Helpers/AppHelper.php:117
      • 25. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • 26. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
    • select * from `core_pages` where `core_pages`.`id` = 13 and `core_pages`.`deleted_at` is null limit 1880μscobaotaMenuWalker.php#36
      Bindings
      • 0: 13
      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
      • 20. themes/BC/Core/Walkers/MenuWalker.php:36
      • 21. themes/BC/Core/Walkers/MenuWalker.php:19
      • 22. app/Helpers/AppHelper.php:117
      • 25. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • 26. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
    • select * from `core_pages` where `core_pages`.`id` = 12 and `core_pages`.`deleted_at` is null limit 1720μscobaotaMenuWalker.php#36
      Bindings
      • 0: 12
      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
      • 20. themes/BC/Core/Walkers/MenuWalker.php:36
      • 21. themes/BC/Core/Walkers/MenuWalker.php:19
      • 22. app/Helpers/AppHelper.php:117
      • 25. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • 26. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
    • select * from `core_pages` where `core_pages`.`id` = 9 and `core_pages`.`deleted_at` is null limit 11.13mscobaotaMenuWalker.php#36
      Bindings
      • 0: 9
      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
      • 20. themes/BC/Core/Walkers/MenuWalker.php:36
      • 21. themes/BC/Core/Walkers/MenuWalker.php:19
      • 22. app/Helpers/AppHelper.php:117
      • 25. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • 26. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
    • select * from `core_pages` where `core_pages`.`id` = 10 and `core_pages`.`deleted_at` is null limit 1580μscobaotaMenuWalker.php#36
      Bindings
      • 0: 10
      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
      • 20. themes/BC/Core/Walkers/MenuWalker.php:36
      • 21. themes/BC/Core/Walkers/MenuWalker.php:19
      • 22. app/Helpers/AppHelper.php:117
      • 25. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • 26. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
    • select * from `core_pages` where `core_pages`.`id` = 1 and `core_pages`.`deleted_at` is null limit 1570μscobaotaMenuWalker.php#36
      Bindings
      • 0: 1
      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
      • 20. modules/Core/Walkers/MenuWalker.php:36
      • 21. modules/Core/Walkers/MenuWalker.php:19
      • 22. app/Helpers/AppHelper.php:117
      • 25. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • 26. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
    • select * from `core_pages` where `core_pages`.`id` = 11 and `core_pages`.`deleted_at` is null limit 1490μscobaotaMenuWalker.php#36
      Bindings
      • 0: 11
      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
      • 20. modules/Core/Walkers/MenuWalker.php:36
      • 21. modules/Core/Walkers/MenuWalker.php:19
      • 22. app/Helpers/AppHelper.php:117
      • 25. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • 26. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
    • select * from `core_pages` where `core_pages`.`id` = 13 and `core_pages`.`deleted_at` is null limit 1610μscobaotaMenuWalker.php#36
      Bindings
      • 0: 13
      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
      • 20. modules/Core/Walkers/MenuWalker.php:36
      • 21. modules/Core/Walkers/MenuWalker.php:19
      • 22. app/Helpers/AppHelper.php:117
      • 25. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • 26. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
    • select * from `core_pages` where `core_pages`.`id` = 12 and `core_pages`.`deleted_at` is null limit 1520μscobaotaMenuWalker.php#36
      Bindings
      • 0: 12
      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
      • 20. modules/Core/Walkers/MenuWalker.php:36
      • 21. modules/Core/Walkers/MenuWalker.php:19
      • 22. app/Helpers/AppHelper.php:117
      • 25. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • 26. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
    • select * from `core_pages` where `core_pages`.`id` = 9 and `core_pages`.`deleted_at` is null limit 1430μscobaotaMenuWalker.php#36
      Bindings
      • 0: 9
      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
      • 20. modules/Core/Walkers/MenuWalker.php:36
      • 21. modules/Core/Walkers/MenuWalker.php:19
      • 22. app/Helpers/AppHelper.php:117
      • 25. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • 26. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
    • select * from `core_pages` where `core_pages`.`id` = 10 and `core_pages`.`deleted_at` is null limit 1630μscobaotaMenuWalker.php#36
      Bindings
      • 0: 10
      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
      • 20. modules/Core/Walkers/MenuWalker.php:36
      • 21. modules/Core/Walkers/MenuWalker.php:19
      • 22. app/Helpers/AppHelper.php:117
      • 25. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • 26. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
    Modules\Page\Models\Page
    12Page.php#?
    Modules\Location\Models\Location
    2Location.php#?
    Modules\Core\Models\SEO
    1SEO.php#?
    Modules\Tour\Models\Tour
    1Tour.php#?
      web
      null
      sanctum
      null
        _token
        5ku2ur0z71HMnvr2KzjzXOpnSWHsD0YoghwrgLbI
        bc_current_currency
        idr
        _previous
        array:1 [ "url" => "https://tes.exoticjavatrails.com/location/surabaya" ]
        _flash
        array:2 [ "old" => [] "new" => [] ]
        PHPDEBUGBAR_STACK_DATA
        []
        path_info
        /location/surabaya
        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:16 [ "host" => array:1 [ 0 => "tes.exoticjavatrails.com" ] "priority" => array:1 [ 0 => "u=0, i" ] "cookie" => array:1 [ 0 => "XSRF-TOKEN=eyJpdiI6IlUwblo1TURuNnFDcmRPdW1JTEFlbVE9PSIsInZhbHVlIjoiaDIwclF2Mkk3ZDRDcmd1NVcrdktOb3VlU1JUNTdOVmRCUUxiYmZoL2NyNDErV0JISjFTY1B4T2VEK0hPZUl2NS9rTFVYZXJpaU9aWkQxdzVJbnE3TGJtc21PSzFiNWJXV0tXcEpQZyswN004ek55SXp6NzNFSkdHWnA3Z0tjMU0iLCJtYWMiOiI2NjViMDdmMzE1YWY5YzQxYWQ1NGZhOTViYTgxN2FkNDg5NDhhOTA4YmJjYjljMWM2Mjk5ZmE3ZDY2MjJkOGM0IiwidGFnIjoiIn0%3D; exotic_ota_session=eyJpdiI6ImZDKzdFZWFmREtOVzhzZ3RLdGxsRWc9PSIsInZhbHVlIjoicjR1a3lieEhJS0VpOW9lR1ZMa0hnSWQ0SWk4UXkwUWFod09iMDlqdFlvYWttclRiR1UxZHhKNklDNTh6dlNPZC9UazFYQ0NxSUtNeFhRcDVzR0taQWdIZGhkS0hlTFR5WTR5Rm5haWlJMVYrdlRzLzFtOEt5UjN2eS9FNjhzMUciLCJtYWMiOiI0YWZmNWZiMjdhMTM3ZDljNjllOTBkMGNmYTBjOGRjOTRjMDhkOTExMTZiNzkwNDgwN2FlNjUzMGY0ZDRiMDQyIiwidGFnIjoiIn0%3DXSRF-TOKEN=eyJpdiI6IlUwblo1TURuNnFDcmRPdW1JTEFlbVE9PSIsInZhbHVlIjoiaDIwclF2Mkk3ZDRDcmd1NVcrdktOb3VlU1JUNTdOVmRCUUxiYmZoL2NyNDErV0JISjFTY1B4T2VEK0hPZUl2NS9rTFVYZ" ] "accept-encoding" => array:1 [ 0 => "gzip, deflate, br, zstd" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "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" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "sec-ch-ua-mobile" => array:1 [ 0 => "?0" ] "sec-ch-ua" => array:1 [ 0 => ""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"" ] "cache-control" => array:1 [ 0 => "no-cache" ] "pragma" => array:1 [ 0 => "no-cache" ] ]
        request_cookies
        0 of 0
        array:2 [ "XSRF-TOKEN" => "5ku2ur0z71HMnvr2KzjzXOpnSWHsD0YoghwrgLbI" "exotic_ota_session" => "WIp8KsJt5IKNuTjQPHfy8yhQblBFF1XgD6iVLb6L" ]
        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, 08 Jul 2025 13:26:21 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IjcvRG1kK1ZvakZrTFQwdEVHbDFQaUE9PSIsInZhbHVlIjoicmlES1l4SnIvVXFqNFpJLzUvVnNadjU1NTVRdlpxeXo0Wm5oRzREaHY5VVhUU2k1enJ3Uk40SEpOVnRRaXBoclJaK1U4cHBMUnRHdjY1ZWlYUzg0RGtEQXNnVWdLVFlqeE1XNUpJOThUSkIydzdjTGFKL1lZMmFkdXBsNUcra0siLCJtYWMiOiJiZTUxZDUzNDg4YWQzZmYyZjA5ZTc1YThlMjE2NGUzYWFkNGNhY2M3NjVjZDJmZWY0ZjYxYjEwYzQzZTE0NjQyIiwidGFnIjoiIn0%3D; expires=Tue, 08 Jul 2025 15:26:22 GMT; Max-Age=7200; path=/; secure; samesite=laxXSRF-TOKEN=eyJpdiI6IjcvRG1kK1ZvakZrTFQwdEVHbDFQaUE9PSIsInZhbHVlIjoicmlES1l4SnIvVXFqNFpJLzUvVnNadjU1NTVRdlpxeXo0Wm5oRzREaHY5VVhUU2k1enJ3Uk40SEpOVnRRaXBoclJaK1U4c" 1 => "exotic_ota_session=eyJpdiI6Im5CaURHWlZYVGtkVlA3L1ZFUzREV0E9PSIsInZhbHVlIjoiSExwRTRSSDQ0eDFCRFA5eVRHQVdyUXBJVXJBQzdMWGthR3c0aVVyZEhvUXZVNWwwWW9QendZaDcrOFJ5RVkxcUZPUTF0SDVqSk1CejBTR2xtS3lDQUNVSExVWHZ2UFlid2JWTTc0MlkrZFFscVIyRk5GRjd6WXh3T3NxYUhFUnkiLCJtYWMiOiI4ZGJjM2ExMzVkZGY3M2IzZmQ2YWUxMTYyYjRhZWZkMmI1NDg3NmM0OWIwNzkxMWI5NTg0MjdkMzQzZTljNWQ3IiwidGFnIjoiIn0%3D; expires=Tue, 08 Jul 2025 15:26:22 GMT; Max-Age=7200; path=/; httponly; samesite=laxexotic_ota_session=eyJpdiI6Im5CaURHWlZYVGtkVlA3L1ZFUzREV0E9PSIsInZhbHVlIjoiSExwRTRSSDQ0eDFCRFA5eVRHQVdyUXBJVXJBQzdMWGthR3c0aVVyZEhvUXZVNWwwWW9QendZaDcrOFJ5RVkxc" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IjcvRG1kK1ZvakZrTFQwdEVHbDFQaUE9PSIsInZhbHVlIjoicmlES1l4SnIvVXFqNFpJLzUvVnNadjU1NTVRdlpxeXo0Wm5oRzREaHY5VVhUU2k1enJ3Uk40SEpOVnRRaXBoclJaK1U4cHBMUnRHdjY1ZWlYUzg0RGtEQXNnVWdLVFlqeE1XNUpJOThUSkIydzdjTGFKL1lZMmFkdXBsNUcra0siLCJtYWMiOiJiZTUxZDUzNDg4YWQzZmYyZjA5ZTc1YThlMjE2NGUzYWFkNGNhY2M3NjVjZDJmZWY0ZjYxYjEwYzQzZTE0NjQyIiwidGFnIjoiIn0%3D; expires=Tue, 08-Jul-2025 15:26:22 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6IjcvRG1kK1ZvakZrTFQwdEVHbDFQaUE9PSIsInZhbHVlIjoicmlES1l4SnIvVXFqNFpJLzUvVnNadjU1NTVRdlpxeXo0Wm5oRzREaHY5VVhUU2k1enJ3Uk40SEpOVnRRaXBoclJaK1U4c" 1 => "exotic_ota_session=eyJpdiI6Im5CaURHWlZYVGtkVlA3L1ZFUzREV0E9PSIsInZhbHVlIjoiSExwRTRSSDQ0eDFCRFA5eVRHQVdyUXBJVXJBQzdMWGthR3c0aVVyZEhvUXZVNWwwWW9QendZaDcrOFJ5RVkxcUZPUTF0SDVqSk1CejBTR2xtS3lDQUNVSExVWHZ2UFlid2JWTTc0MlkrZFFscVIyRk5GRjd6WXh3T3NxYUhFUnkiLCJtYWMiOiI4ZGJjM2ExMzVkZGY3M2IzZmQ2YWUxMTYyYjRhZWZkMmI1NDg3NmM0OWIwNzkxMWI5NTg0MjdkMzQzZTljNWQ3IiwidGFnIjoiIn0%3D; expires=Tue, 08-Jul-2025 15:26:22 GMT; path=/; httponlyexotic_ota_session=eyJpdiI6Im5CaURHWlZYVGtkVlA3L1ZFUzREV0E9PSIsInZhbHVlIjoiSExwRTRSSDQ0eDFCRFA5eVRHQVdyUXBJVXJBQzdMWGthR3c0aVVyZEhvUXZVNWwwWW9QendZaDcrOFJ5RVkxc" ] ]
        session_attributes
        0 of 0
        array:5 [ "_token" => "5ku2ur0z71HMnvr2KzjzXOpnSWHsD0YoghwrgLbI" "bc_current_currency" => "idr" "_previous" => array:1 [ "url" => "https://tes.exoticjavatrails.com/location/surabaya" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]
        ClearShow all
        Date ↕MethodURLData
        #12025-07-08 13:26:22GET/location/surabaya1251816