Marrakech

Marrakech

Explorer le lieu

THE MEATPACKING SUITES
320Dhs /jour
Marrakech
Non évalué 0 avis
5 9 8 103 pi²
STAY GREENWICH VILLAGE
300Dhs 150Dhs /jour
Marrakech
Non évalué 0 avis
7 8 1 113 pi²

Voir plus

10%
Expérience de Quad de Luxe dans le Désert d’Agafay
Marrakech
0 avis
2H
à partir de
500Dhs 450Dhs

Voir plus

Les cartes de la ville

Request history28.2.27PHP Version423msRequest Duration37MBMemory UsageGET location/{slug}RouteAuth status
  • warninglog[20:10:05] LOG.warning: strip_tags(): Passing null to parameter #1 ($string) of type string is depre...
  • Booting (192ms)time
  • Application (230ms)time
  • 1 x Application (54.52%)
    230ms
    1 x Booting (45.47%)
    192ms
    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 Space::frontend.blocks.list-space.indexindex.blade.php#?blade
    • 2x Space::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 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
    16 statements were executed, 6 of which were duplicates, 10 unique. Show only duplicated32.4ms
    • select * from `bravo_locations` where `slug` = 'marrakech' and `status` = 'publish' and `bravo_locations`.`deleted_at` is null limit 13.71msj72lq_dardarkLocationController.php#23
      Bindings
      • 0: marrakech
      • 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` = 14 and `bravo_location_translations`.`origin_id` is not null and `locale` = 'fr' limit 1670μsj72lq_dardarkHasTranslations.php#51
      Bindings
      • 0: 14
      • 1: fr
      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` = 14 and `object_model` = 'location' limit 1700μsj72lq_dardarkBaseModel.php#199
      Bindings
      • 0: 14
      • 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_spaces`.* from `bravo_spaces` inner join `bravo_locations` on `bravo_locations`.`id` = `bravo_spaces`.`location_id` and `bravo_locations`.`_lft` >= 27 and `bravo_locations`.`_rgt` <= 28 where `bravo_spaces`.`status` = 'publish' and `bravo_spaces`.`deleted_at` is null limit 88.95msj72lq_dardarkdetail.blade.php#45
      Bindings
      • 0: 27
      • 1: 28
      • 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 (14) and `bravo_locations`.`deleted_at` is null6.42msj72lq_dardarkdetail.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` = 'fr' and `bravo_location_translations`.`origin_id` in (14)460μsj72lq_dardarkdetail.blade.php#45
      Bindings
      • 0: fr
      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 `bravo_cars`.* from `bravo_cars` inner join `bravo_locations` on `bravo_locations`.`id` = `bravo_cars`.`location_id` and `bravo_locations`.`_lft` >= 27 and `bravo_locations`.`_rgt` <= 28 where `bravo_cars`.`status` = 'publish' and `bravo_cars`.`deleted_at` is null limit 82.55msj72lq_dardarkdetail.blade.php#45
      Bindings
      • 0: 27
      • 1: 28
      • 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` >= 27 and `bravo_locations`.`_rgt` <= 28 where `bravo_tours`.`status` = 'publish' and `bravo_tours`.`deleted_at` is null limit 8750μsj72lq_dardarkdetail.blade.php#45
      Bindings
      • 0: 27
      • 1: 28
      • 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 (14) and `bravo_locations`.`deleted_at` is null280μsj72lq_dardarkdetail.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` = 'fr' and `bravo_location_translations`.`origin_id` in (14)340μsj72lq_dardarkdetail.blade.php#45
      Bindings
      • 0: fr
      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 `bravo_space_translations` where `bravo_space_translations`.`origin_id` = 6 and `bravo_space_translations`.`origin_id` is not null and `locale` = 'fr' and `bravo_space_translations`.`deleted_at` is null limit 1760μsj72lq_dardarkHasTranslations.php#51
      Bindings
      • 0: 6
      • 1: fr
      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::Space::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_space_translations` where `bravo_space_translations`.`origin_id` = 11 and `bravo_space_translations`.`origin_id` is not null and `locale` = 'fr' and `bravo_space_translations`.`deleted_at` is null limit 1610μsj72lq_dardarkHasTranslations.php#51
      Bindings
      • 0: 11
      • 1: fr
      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::Space::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` = 17 and `bravo_tour_translations`.`origin_id` is not null and `locale` = 'fr' limit 11.08msj72lq_dardarkHasTranslations.php#51
      Bindings
      • 0: 17
      • 1: fr
      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` = 18 and `bravo_tour_translations`.`origin_id` is not null and `locale` = 'fr' limit 1940μsj72lq_dardarkHasTranslations.php#51
      Bindings
      • 0: 18
      • 1: fr
      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` = 'fr' limit 1410μsj72lq_dardarkHasTranslations.php#51
      Bindings
      • 0: 1
      • 1: fr
      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` = 'fr' limit 13.77msj72lq_dardarkHasTranslations.php#51
      Bindings
      • 0: 1
      • 1: fr
      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\Location\Models\LocationTranslation
    3LocationTranslation.php#?
    Modules\Space\Models\Space
    2Space.php#?
    Modules\Tour\Models\Tour
    2Tour.php#?
    Modules\Space\Models\SpaceTranslation
    2SpaceTranslation.php#?
    Modules\Tour\Models\TourTranslation
    2TourTranslation.php#?
    Modules\Core\Models\MenuTranslation
    2MenuTranslation.php#?
    Modules\Core\Models\SEO
    1SEO.php#?
      web
      null
      sanctum
      null
        _token
        xflFpxG3g4XpGqXSt3TswXRQn2sS8TDSekXBYPNJ
        _previous
        array:1 [ "url" => "https://originalstay.com/location/marrakech" ]
        _flash
        array:2 [ "old" => [] "new" => [] ]
        path_info
        /location/marrakech
        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 [ "x-forwarded-proto" => array:1 [ 0 => "https" ] "cookie" => array:1 [ 0 => "XSRF-TOKEN=eyJpdiI6IjFiT3Y2RThWQXdLQ2FhNVNzNlBZWnc9PSIsInZhbHVlIjoiV0h3eG9vOC9TVjhlZ0F0WXpXOEVYLys4U0RiSVBqaHR2TE43SGxwQTE0Q1lVZUxaeHdKd0dEWjlITzB2OXNGYzR1YUg0MmJFV0xoV1h3ZzB0VXFVQ01NREdTTUFVQjR4RU45L2dmQTFQUFZLNWdXQk9oanMxVVNMY2x0eklOeWciLCJtYWMiOiI1NDMwMTcxMTYzZTJjY2JmYmUxMTBiMTlmZDZlYjVhM2JhOWM2ZTRiZWJhODZiMDQ2OTA0MTVkYTFmNmViNTYyIiwidGFnIjoiIn0%3D; booking_core_session=eyJpdiI6InBZaE9CRkkyalVxOWZEKzVubnREK2c9PSIsInZhbHVlIjoieGFMVDRhQ2tDell6dDVjUllFTWZzdjJ2Lytod210QTB1QVRQOFN6d2dvczNVTklpZ3VVUSt2VkFyTUQvb04rTHlNSFRocENJakRkRlVJcEF5eFpvVEZBYW14enJLMzlpYisrQzVEbFlXTFQ2UGlZU1VLNXZWZUNXQXkwcVhKRk0iLCJtYWMiOiI4M2RkNzFkZGUzOWI3ZTU0YmVhMWEyYjMxZTNiZDAxODg4YTllMzBmYjgwNWVlOWY1M2Y2M2I4YzhlYWI2MzA4IiwidGFnIjoiIn0%3DXSRF-TOKEN=eyJpdiI6IjFiT3Y2RThWQXdLQ2FhNVNzNlBZWnc9PSIsInZhbHVlIjoiV0h3eG9vOC9TVjhlZ0F0WXpXOEVYLys4U0RiSVBqaHR2TE43SGxwQTE0Q1lVZUxaeHdKd0dEWjlITzB2OXNGYzR1YUg0M" ] "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 => ""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"" ] "cache-control" => array:1 [ 0 => "no-cache" ] "pragma" => array:1 [ 0 => "no-cache" ] "host" => array:1 [ 0 => "originalstay.com" ] ]
        request_cookies
        0 of 0
        array:2 [ "XSRF-TOKEN" => "xflFpxG3g4XpGqXSt3TswXRQn2sS8TDSekXBYPNJ" "booking_core_session" => "PqrFgbLN6qpHpJS0SSgOeDfvEZt5omspb8KrUlO4" ]
        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 => "Mon, 19 May 2025 19:10:05 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6InFIVzJySXJNMkk0YnVmaDNZeTNzOFE9PSIsInZhbHVlIjoiT1QxWjQ4cGhVeStEaEdjNG02M0QwL2JNYUV2dlFYUnJsZ2RyL2pRekp6ZW5PU1A0WG5FSEFmUThEd3pieWVjSzNUWE1ndFM0eTl6a3NFeExDWklxSmlFcEJpWXN5NmlRaERKQkRmRURBTU9wbjltUjlZMmY3SE5qcXZtTGJYbzMiLCJtYWMiOiI0M2I1MGU5ZGM3MGY5MjcwNjFhYTYwMDgyMmNiOTVlY2FkNTE2MDFjYjlhNTMzMTdiMjc1MTZmOTM1YzY3M2NhIiwidGFnIjoiIn0%3D; expires=Mon, 19 May 2025 21:10:05 GMT; Max-Age=7200; path=/; secure; samesite=laxXSRF-TOKEN=eyJpdiI6InFIVzJySXJNMkk0YnVmaDNZeTNzOFE9PSIsInZhbHVlIjoiT1QxWjQ4cGhVeStEaEdjNG02M0QwL2JNYUV2dlFYUnJsZ2RyL2pRekp6ZW5PU1A0WG5FSEFmUThEd3pieWVjSzNUWE1nd" 1 => "booking_core_session=eyJpdiI6ImlNVndlVHJ0czNlczZMdnZPMFptd0E9PSIsInZhbHVlIjoieGVZWmRYbUVuQmVMSFF6ZFF4bGRueExwa1hIaEJLaFRMR3NVUm9HQkFpMEdpVWNSVXZoSTNqSUcwNnJwdkloNENjdkMzdm13YmFWc0FlWUJuWlRacHRTMGFHZTUyekp5SHRnMkJ0UTU5ZEJrWEM2eVZtSDFycmxGbHJjUjY3bHkiLCJtYWMiOiI3OTdmN2RhYmNkYmJhMTI5NTQ5ZjQzZWYxOWUyMGUxOGMzMTcyOGNiNWY1M2RhMDc2MjFlMjE1OGE3N2VjNzY3IiwidGFnIjoiIn0%3D; expires=Mon, 19 May 2025 21:10:05 GMT; Max-Age=7200; path=/; httponly; samesite=laxbooking_core_session=eyJpdiI6ImlNVndlVHJ0czNlczZMdnZPMFptd0E9PSIsInZhbHVlIjoieGVZWmRYbUVuQmVMSFF6ZFF4bGRueExwa1hIaEJLaFRMR3NVUm9HQkFpMEdpVWNSVXZoSTNqSUcwNnJwdkl" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6InFIVzJySXJNMkk0YnVmaDNZeTNzOFE9PSIsInZhbHVlIjoiT1QxWjQ4cGhVeStEaEdjNG02M0QwL2JNYUV2dlFYUnJsZ2RyL2pRekp6ZW5PU1A0WG5FSEFmUThEd3pieWVjSzNUWE1ndFM0eTl6a3NFeExDWklxSmlFcEJpWXN5NmlRaERKQkRmRURBTU9wbjltUjlZMmY3SE5qcXZtTGJYbzMiLCJtYWMiOiI0M2I1MGU5ZGM3MGY5MjcwNjFhYTYwMDgyMmNiOTVlY2FkNTE2MDFjYjlhNTMzMTdiMjc1MTZmOTM1YzY3M2NhIiwidGFnIjoiIn0%3D; expires=Mon, 19-May-2025 21:10:05 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6InFIVzJySXJNMkk0YnVmaDNZeTNzOFE9PSIsInZhbHVlIjoiT1QxWjQ4cGhVeStEaEdjNG02M0QwL2JNYUV2dlFYUnJsZ2RyL2pRekp6ZW5PU1A0WG5FSEFmUThEd3pieWVjSzNUWE1nd" 1 => "booking_core_session=eyJpdiI6ImlNVndlVHJ0czNlczZMdnZPMFptd0E9PSIsInZhbHVlIjoieGVZWmRYbUVuQmVMSFF6ZFF4bGRueExwa1hIaEJLaFRMR3NVUm9HQkFpMEdpVWNSVXZoSTNqSUcwNnJwdkloNENjdkMzdm13YmFWc0FlWUJuWlRacHRTMGFHZTUyekp5SHRnMkJ0UTU5ZEJrWEM2eVZtSDFycmxGbHJjUjY3bHkiLCJtYWMiOiI3OTdmN2RhYmNkYmJhMTI5NTQ5ZjQzZWYxOWUyMGUxOGMzMTcyOGNiNWY1M2RhMDc2MjFlMjE1OGE3N2VjNzY3IiwidGFnIjoiIn0%3D; expires=Mon, 19-May-2025 21:10:05 GMT; path=/; httponlybooking_core_session=eyJpdiI6ImlNVndlVHJ0czNlczZMdnZPMFptd0E9PSIsInZhbHVlIjoieGVZWmRYbUVuQmVMSFF6ZFF4bGRueExwa1hIaEJLaFRMR3NVUm9HQkFpMEdpVWNSVXZoSTNqSUcwNnJwdkl" ] ]
        session_attributes
        0 of 0
        array:3 [ "_token" => "xflFpxG3g4XpGqXSt3TswXRQn2sS8TDSekXBYPNJ" "_previous" => array:1 [ "url" => "https://originalstay.com/location/marrakech" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
        ClearShow all
        Date ↕MethodURLData
        #12025-05-19 20:10:04GET/ja/location/marrakech?set_lang=fr (stacked)
        #22025-05-19 20:10:05GET/location/marrakech1291617
        BESbswy