Lombok

Welcome to Lombok

Lombok is an Indonesian island east of Bali and west of Sumbawa, part of the Lesser Sunda Island chain. It's known for beaches and surfing spots, particularly at Kuta and Banko Banko (in south Lombok). The motor-vehicle-free Gili Islands (Gili Trawangan, Gili Air and Gili Meno), off Lombok’s west coast, offer more beaches, reefs for diving and snorkeling, and a sea turtle hatchery

Read More
8.1.2PHP Version110msRequest Duration6MBMemory UsageGET location/{slug}RouteAuth status
    • Booting (42.33ms)time
    • Application (67.9ms)time
    • 1 x Application (61.6%)
      67.90ms
      1 x Booting (38.4%)
      42.33ms
      23 templates were rendered
      • 1x Location::frontend.detaildetail.blade.phpblade
      • 1x Location::frontend.layouts.details.location-bannerlocation-banner.blade.phpblade
      • 1x Hotel::frontend.blocks.list-hotel.location_wiselocation_wise.blade.phpblade
      • 1x Tour::frontend.blocks.list-tour.location_wiselocation_wise.blade.phpblade
      • 1x Location::frontend.layouts.details.location-trip-idealocation-trip-idea.blade.phpblade
      • 1x Location::frontend.layouts.details.location-maplocation-map.blade.phpblade
      • 1x layouts.appapp.blade.phpblade
      • 1x Layout::appapp.blade.phpblade
      • 1x Layout::parts.seo-metaseo-meta.blade.phpblade
      • 1x Layout::parts.global-scriptglobal-script.blade.phpblade
      • 1x Layout::parts.headerheader.blade.phpblade
      • 1x Layout::parts.topbartopbar.blade.phpblade
      • 1x Language::frontend.switcherswitcher.blade.phpblade
      • 1x Core::frontend.currency-switchercurrency-switcher.blade.phpblade
      • 1x Layout::parts.notificationnotification.blade.phpblade
      • 1x Core::frontend.currency-switcher-dropdowncurrency-switcher-dropdown.blade.phpblade
      • 1x Language::frontend.switcher-dropdownswitcher-dropdown.blade.phpblade
      • 1x Layout::parts.footerfooter.blade.phpblade
      • 1x Layout::parts.login-register-modallogin-register-modal.blade.phpblade
      • 1x Layout::auth.login-formlogin-form.blade.phpblade
      • 1x Layout::auth.register-formregister-form.blade.phpblade
      • 1x Popup::frontend.popuppopup.blade.phpblade
      • 1x demo_scriptdemo_script.blade.phpblade
      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:28-50
      19 statements were executed, 6 of which were duplicates, 13 unique. Show only duplicated12.58ms
      • select * from `bravo_locations` where `slug` = 'lombok' and `status` = 'publish' and `bravo_locations`.`deleted_at` is null limit 12.33msrilxLocationController.php#30
        Bindings
        • 0: lombok
        • 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
        • 15. modules/Location/Controllers/LocationController.php:30
        • 16. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 17. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `bravo_location_translations` where `bravo_location_translations`.`origin_id` = 265 and `bravo_location_translations`.`origin_id` is not null and `locale` = 'en' limit 1490μsrilxHasTranslations.php#51
        Bindings
        • 0: 265
        • 1: en
        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. app/Traits/HasTranslations.php:51
        • 21. modules/Location/Controllers/LocationController.php:34
        • 22. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 23. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 24. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • select * from `bravo_locations` where `parent_id` = 265 and `status` = 'publish' and `bravo_locations`.`deleted_at` is null710μsrilxLocationController.php#35
        Bindings
        • 0: 265
        • 1: publish
        Hints
        • 0: Use SELECT * only if you need all columns from table
        Backtrace
        • 14. modules/Location/Controllers/LocationController.php:35
        • 15. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 16. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 17. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `bravo_seo` where `object_id` = 265 and `object_model` = 'location' limit 11msrilxBaseModel.php#199
        Bindings
        • 0: 265
        • 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
        • 15. app/BaseModel.php:199
        • 16. app/BaseModel.php:212
        • 17. modules/Location/Controllers/LocationController.php:40
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 19. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • select `bravo_activities`.* from `bravo_activities` inner join `bravo_locations` on `bravo_locations`.`id` = `bravo_activities`.`location_id` and `bravo_locations`.`_lft` >= 218 and `bravo_locations`.`_rgt` <= 219 where `bravo_activities`.`status` = 'publish' and `bravo_activities`.`deleted_at` is null limit 8800μsrilxdetail.blade.php#89
        Bindings
        • 0: 218
        • 1: 219
        • 2: publish
        Hints
        • 0: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 14. view::Location::frontend.detail:89
        • 16. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 17. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 19. vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select `bravo_hotels`.* from `bravo_hotels` inner join `bravo_locations` on `bravo_locations`.`id` = `bravo_hotels`.`location_id` and `bravo_locations`.`_lft` >= 218 and `bravo_locations`.`_rgt` <= 219 where `bravo_hotels`.`status` = 'publish' and `bravo_hotels`.`deleted_at` is null limit 8590μsrilxdetail.blade.php#89
        Bindings
        • 0: 218
        • 1: 219
        • 2: publish
        Hints
        • 0: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 14. view::Location::frontend.detail:89
        • 16. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 17. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 19. vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `bravo_locations` where `bravo_locations`.`id` in (265) and `bravo_locations`.`deleted_at` is null320μsrilxdetail.blade.php#89
        Hints
        • 0: Use SELECT * only if you need all columns from table
        Backtrace
        • 19. view::Location::frontend.detail:89
        • 21. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 22. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 24. vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `bravo_location_translations` where `locale` = 'en' and `bravo_location_translations`.`origin_id` in (265)260μsrilxdetail.blade.php#89
        Bindings
        • 0: en
        Hints
        • 0: Use SELECT * only if you need all columns from table
        Backtrace
        • 24. view::Location::frontend.detail:89
        • 26. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 27. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 28. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 29. vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `bravo_hotel_translations` where `bravo_hotel_translations`.`origin_id` = 21 and `bravo_hotel_translations`.`origin_id` is not null and `locale` = 'en' and `bravo_hotel_translations`.`deleted_at` is null limit 1520μsrilxHasTranslations.php#51
        Bindings
        • 0: 21
        • 1: en
        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. app/Traits/HasTranslations.php:51
        • 21. view::Hotel::frontend.blocks.list-hotel.location_wise:6
        • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select `bravo_cars`.* from `bravo_cars` inner join `bravo_locations` on `bravo_locations`.`id` = `bravo_cars`.`location_id` and `bravo_locations`.`_lft` >= 218 and `bravo_locations`.`_rgt` <= 219 where `bravo_cars`.`status` = 'publish' and `bravo_cars`.`deleted_at` is null limit 8700μsrilxdetail.blade.php#89
        Bindings
        • 0: 218
        • 1: 219
        • 2: publish
        Hints
        • 0: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 14. view::Location::frontend.detail:89
        • 16. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 17. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 19. vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select `bravo_events`.* from `bravo_events` inner join `bravo_locations` on `bravo_locations`.`id` = `bravo_events`.`location_id` and `bravo_locations`.`_lft` >= 218 and `bravo_locations`.`_rgt` <= 219 where `bravo_events`.`status` = 'publish' and `bravo_events`.`deleted_at` is null limit 8820μsrilxdetail.blade.php#89
        Bindings
        • 0: 218
        • 1: 219
        • 2: publish
        Hints
        • 0: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 14. view::Location::frontend.detail:89
        • 16. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 17. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 19. vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select `bravo_tours`.* from `bravo_tours` inner join `bravo_locations` on `bravo_locations`.`id` = `bravo_tours`.`location_id` and `bravo_locations`.`_lft` >= 218 and `bravo_locations`.`_rgt` <= 219 where `bravo_tours`.`status` = 'publish' and `bravo_tours`.`deleted_at` is null limit 81.11msrilxdetail.blade.php#89
        Bindings
        • 0: 218
        • 1: 219
        • 2: publish
        Hints
        • 0: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 14. view::Location::frontend.detail:89
        • 16. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 17. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 19. vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `bravo_locations` where `bravo_locations`.`id` in (265) and `bravo_locations`.`deleted_at` is null550μsrilxdetail.blade.php#89
        Hints
        • 0: Use SELECT * only if you need all columns from table
        Backtrace
        • 19. view::Location::frontend.detail:89
        • 21. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 22. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 24. vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `bravo_location_translations` where `locale` = 'en' and `bravo_location_translations`.`origin_id` in (265)410μsrilxdetail.blade.php#89
        Bindings
        • 0: en
        Hints
        • 0: Use SELECT * only if you need all columns from table
        Backtrace
        • 24. view::Location::frontend.detail:89
        • 26. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 27. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 28. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 29. vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `bravo_tour_translations` where `bravo_tour_translations`.`origin_id` = 55 and `bravo_tour_translations`.`origin_id` is not null and `locale` = 'en' limit 1510μsrilxHasTranslations.php#51
        Bindings
        • 0: 55
        • 1: en
        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. app/Traits/HasTranslations.php:51
        • 21. view::Tour::frontend.blocks.list-tour.location_wise:6
        • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select `bravo_boats`.* from `bravo_boats` inner join `bravo_locations` on `bravo_locations`.`id` = `bravo_boats`.`location_id` and `bravo_locations`.`_lft` >= 218 and `bravo_locations`.`_rgt` <= 219 where `bravo_boats`.`status` = 'publish' and `bravo_boats`.`deleted_at` is null limit 8650μsrilxdetail.blade.php#89
        Bindings
        • 0: 218
        • 1: 219
        • 2: publish
        Hints
        • 0: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 14. view::Location::frontend.detail:89
        • 16. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 17. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 19. vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `core_menu_translations` where `core_menu_translations`.`origin_id` = 1 and `core_menu_translations`.`origin_id` is not null and `locale` = 'en' limit 1310μsrilxHasTranslations.php#51
        Bindings
        • 0: 1
        • 1: en
        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. app/Traits/HasTranslations.php:51
        • 21. app/Helpers/AppHelper.php:111
        • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select * from `core_menu_translations` where `core_menu_translations`.`origin_id` = 1 and `core_menu_translations`.`origin_id` is not null and `locale` = 'en' limit 1220μsrilxHasTranslations.php#51
        Bindings
        • 0: 1
        • 1: en
        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. app/Traits/HasTranslations.php:51
        • 21. app/Helpers/AppHelper.php:111
        • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select * from `core_pages` where `core_pages`.`id` = '9' and `core_pages`.`deleted_at` is null limit 1280μsrilxAppHelper.php#625
        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
        • 19. app/Helpers/AppHelper.php:625
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 25. vendor/laravel/framework/src/Illuminate/View/View.php:195
      Modules\Location\Models\Location
      3Location.php
      Modules\Location\Models\LocationTranslation
      3LocationTranslation.php
      Modules\Core\Models\MenuTranslation
      2MenuTranslation.php
      Modules\Core\Models\SEO
      1SEO.php
      Themes\Mytravel\Hotel\Models\MytravelHotel
      1MytravelHotel.php
      Modules\Tour\Models\Tour
      1Tour.php
      Modules\Page\Models\Page
      1Page.php
        web
        null
        sanctum
        null
          _token
          8jhusg5tzYdtCskckmxRCtvhlks3lOeFBej8bTFt
          _previous
          array:1 [ "url" => "https://rilx.ch/public/location/lombok" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          PHPDEBUGBAR_STACK_DATA
          []
          path_info
          /location/lombok
          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:15 [ "host" => array:1 [ 0 => "rilx.ch" ] "priority" => array:1 [ 0 => "u=0, i" ] "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 => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" ] "cache-control" => array:1 [ 0 => "no-cache" ] "pragma" => array:1 [ 0 => "no-cache" ] ]
          request_cookies
          []
          
          response_headers
          0 of 0
          array:5 [ "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [ 0 => "no-cache, private" ] "date" => array:1 [ 0 => "Fri, 10 Jan 2025 15:26:20 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6ImVxQnlwUkV6WTFMWVpIdTNtU1hUa1E9PSIsInZhbHVlIjoiU0lPWW8vVlEvSVBxWVQ4UnpZaERvOG1GbDNMSFloUTNaSEhxUnBESEw3dTJma29pODhQWkdXek9tUXFBZkNtamtSdmpQRWcvRmhZUE5mRFlsWWlscW1lZllWY21ZOGo3VW41NGYzUkwvS2lzS01xeFd1OXNjV0ZxWFBKVnJQeCsiLCJtYWMiOiJlYTVhZGVkYWRlYjBkOWQ4ZGNjNjJkOGY4MmI1MTIzOTUxN2IwNmNlOTM0NmRmY2U1MmMxYjhiYjU2MjYwOGFhIiwidGFnIjoiIn0%3D; expires=Fri, 10 Jan 2025 17:26:20 GMT; Max-Age=7200; path=/; samesite=laxXSRF-TOKEN=eyJpdiI6ImVxQnlwUkV6WTFMWVpIdTNtU1hUa1E9PSIsInZhbHVlIjoiU0lPWW8vVlEvSVBxWVQ4UnpZaERvOG1GbDNMSFloUTNaSEhxUnBESEw3dTJma29pODhQWkdXek9tUXFBZkNtamtSdmpQR" 1 => "rilx_session=eyJpdiI6Im96L1NqN3M3dDZYRXdCR01sbmtWL2c9PSIsInZhbHVlIjoiRFN2RUZuem03M1FNcDZYb1VZUW94a1g4K0RZY1BtMWlodHdIYUZzZGRVWWxyWDZEeTJxMEcvMVFzQmh3M25Wck03MjYwVWFPb2M2QVhtd0tUUU9nellPL0lxWEZibUtUc3NzenNIMnZZeEtUNzhqcmhiRS9KRG8zYlBlci9qdGkiLCJtYWMiOiJkZTMwYjk1NzE3ZjEyMGY0NGY0MGU3YjdmYjI4NzYyZTMxNGM3ZmIwZGVkNTIxN2RjMGY2ZWIxMDBiNTQxYWRmIiwidGFnIjoiIn0%3D; expires=Fri, 10 Jan 2025 17:26:20 GMT; Max-Age=7200; path=/; httponly; samesite=laxrilx_session=eyJpdiI6Im96L1NqN3M3dDZYRXdCR01sbmtWL2c9PSIsInZhbHVlIjoiRFN2RUZuem03M1FNcDZYb1VZUW94a1g4K0RZY1BtMWlodHdIYUZzZGRVWWxyWDZEeTJxMEcvMVFzQmh3M25Wck03MjY" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6ImVxQnlwUkV6WTFMWVpIdTNtU1hUa1E9PSIsInZhbHVlIjoiU0lPWW8vVlEvSVBxWVQ4UnpZaERvOG1GbDNMSFloUTNaSEhxUnBESEw3dTJma29pODhQWkdXek9tUXFBZkNtamtSdmpQRWcvRmhZUE5mRFlsWWlscW1lZllWY21ZOGo3VW41NGYzUkwvS2lzS01xeFd1OXNjV0ZxWFBKVnJQeCsiLCJtYWMiOiJlYTVhZGVkYWRlYjBkOWQ4ZGNjNjJkOGY4MmI1MTIzOTUxN2IwNmNlOTM0NmRmY2U1MmMxYjhiYjU2MjYwOGFhIiwidGFnIjoiIn0%3D; expires=Fri, 10-Jan-2025 17:26:20 GMT; path=/XSRF-TOKEN=eyJpdiI6ImVxQnlwUkV6WTFMWVpIdTNtU1hUa1E9PSIsInZhbHVlIjoiU0lPWW8vVlEvSVBxWVQ4UnpZaERvOG1GbDNMSFloUTNaSEhxUnBESEw3dTJma29pODhQWkdXek9tUXFBZkNtamtSdmpQR" 1 => "rilx_session=eyJpdiI6Im96L1NqN3M3dDZYRXdCR01sbmtWL2c9PSIsInZhbHVlIjoiRFN2RUZuem03M1FNcDZYb1VZUW94a1g4K0RZY1BtMWlodHdIYUZzZGRVWWxyWDZEeTJxMEcvMVFzQmh3M25Wck03MjYwVWFPb2M2QVhtd0tUUU9nellPL0lxWEZibUtUc3NzenNIMnZZeEtUNzhqcmhiRS9KRG8zYlBlci9qdGkiLCJtYWMiOiJkZTMwYjk1NzE3ZjEyMGY0NGY0MGU3YjdmYjI4NzYyZTMxNGM3ZmIwZGVkNTIxN2RjMGY2ZWIxMDBiNTQxYWRmIiwidGFnIjoiIn0%3D; expires=Fri, 10-Jan-2025 17:26:20 GMT; path=/; httponlyrilx_session=eyJpdiI6Im96L1NqN3M3dDZYRXdCR01sbmtWL2c9PSIsInZhbHVlIjoiRFN2RUZuem03M1FNcDZYb1VZUW94a1g4K0RZY1BtMWlodHdIYUZzZGRVWWxyWDZEeTJxMEcvMVFzQmh3M25Wck03MjY" ] ]
          session_attributes
          0 of 0
          array:4 [ "_token" => "8jhusg5tzYdtCskckmxRCtvhlks3lOeFBej8bTFt" "_previous" => array:1 [ "url" => "https://rilx.ch/public/location/lombok" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]
          BESbswy