Find your next rental

Book incredible things to do around the world.

Top Destinations
It is a long established fact that a reader
Rental Listing
Homes highly rated for thoughtful design
LUXURY STUDIO
300,00₤ /día
5.0/5 Excelente 1 Revisión
9 6 2 178 m2
Know your city?
Join 2000+ locals & 1200+ contributors from 3000 cities
Request history8.3.20PHP Version847msRequest Duration9MBMemory UsageGET es_ES/page/{slug?}RouteAuth status
  • warninglog[20:08:19] LOG.warning: strip_tags(): Passing null to parameter #1 ($string) of type string is depre...
  • Booting (420ms)time
  • Application (427ms)time
  • 1 x Application (50.38%)
    427ms
    1 x Booting (49.61%)
    420ms
    38 templates were rendered
    • 1x Page::frontend.detaildetail.blade.php#?blade
    • 1x Space::frontend.blocks.form-search-space.indexindex.blade.php#?blade
    • 1x Space::frontend.layouts.search.form-searchform-search.blade.php#?blade
    • 1x Space::frontend.layouts.search.fields.locationlocation.blade.php#?blade
    • 1x Space::frontend.layouts.search.fields.datedate.blade.php#?blade
    • 1x Space::frontend.layouts.search.fields.guestsguests.blade.php#?blade
    • 2x Space::frontend.blocks.list-space.indexindex.blade.php#?blade
    • 2x Space::frontend.layouts.search.loop-gridloop-grid.blade.php#?blade
    • 1x Space::frontend.blocks.term-featured-box.indexindex.blade.php#?blade
    • 1x Location::frontend.blocks.list-locations.indexindex.blade.php#?blade
    • 6x Location::frontend.blocks.list-locations.looploop.blade.php#?blade
    • 1x Template::frontend.blocks.call-to-action.indexindex.blade.php#?blade
    • 1x Template::frontend.blocks.call-to-action.style-normalstyle-normal.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 Layout::parts.cookie-consent-initcookie-consent-init.blade.php#?blade
    • 1x demo_scriptdemo_script.blade.php#?blade
    uri
    GET es_ES/page/{slug?}
    middleware
    web
    controller
    Modules\Page\Controllers\PageController@detail
    namespace
    Modules\Page\Controllers
    prefix
    es_ES/page
    where
    as
    page.detail
    file
    modules/Page/Controllers/PageController.php:29-53
    24 statements were executed, 10 of which were duplicates, 14 unique. Show only duplicated25.97ms
    • select * from `core_pages` where `slug` = 'space' and `core_pages`.`deleted_at` is null limit 12.09msaz_azPageController.php#37
      Bindings
      • 0: space
      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/Page/Controllers/PageController.php:37
      • 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 `core_page_translations` where `core_page_translations`.`origin_id` = 3 and `core_page_translations`.`origin_id` is not null and `locale` = 'es_ES' limit 1410μsaz_azHasTranslations.php#51
      Bindings
      • 0: 3
      • 1: es_ES
      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/Page/Controllers/PageController.php:42
      • 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` = 'page_translation_es_ES' limit 1490μsaz_azBaseModel.php#199
      Bindings
      • 0: 3
      • 1: page_translation_es_ES
      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/Page/Controllers/PageController.php:46
      • 19. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 20. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
    • select * from `core_templates` where `core_templates`.`id` = 3 and `core_templates`.`id` is not null limit 1550μsaz_azPage.php#79
      Bindings
      • 0: 3
      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. modules/Page/Models/Page.php:79
      • 22. view::Page::frontend.detail:5
      • 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_template_translations` where `core_template_translations`.`origin_id` = 3 and `core_template_translations`.`origin_id` is not null and `locale` = 'es_ES' limit 1460μsaz_azHasTranslations.php#51
      Bindings
      • 0: 3
      • 1: es_ES
      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/Page/Models/Page.php:81
      • 23. view::Page::frontend.detail:5
      • 25. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • 26. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
    • select * from `bravo_locations` where `status` = 'publish' and `bravo_locations`.`deleted_at` is null limit 10001.61msaz_azFormSearchSpace.php#73
      Bindings
      • 0: 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/Space/Blocks/FormSearchSpace.php:73
      • 18. modules/Template/Blocks/RootBlock.php:10
      • 21. modules/Page/Models/Page.php:82
      • 22. view::Page::frontend.detail:5
      • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • select * from `bravo_location_translations` where `locale` = 'es_ES' and `bravo_location_translations`.`origin_id` in (6, 7, 10, 16, 17, 34, 35)520μsaz_azFormSearchSpace.php#73
      Bindings
      • 0: es_ES
      Hints
      • 0: Use SELECT * only if you need all columns from table
      Backtrace
      • 20. modules/Space/Blocks/FormSearchSpace.php:73
      • 23. modules/Template/Blocks/RootBlock.php:10
      • 26. modules/Page/Models/Page.php:82
      • 27. view::Page::frontend.detail:5
      • 29. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • select count(*) as aggregate from (select `bravo_spaces`.* from `bravo_spaces` where `bravo_spaces`.`status` = 'publish' and `bravo_spaces`.`deleted_at` is null group by `bravo_spaces`.`id`) as `aggregate_table`2.12msaz_azListSpace.php#156
      Bindings
      • 0: publish
      Backtrace
      • 16. modules/Space/Blocks/ListSpace.php:156
      • 17. modules/Space/Blocks/ListSpace.php:133
      • 20. modules/Template/Blocks/RootBlock.php:10
      • 23. modules/Page/Models/Page.php:82
      • 24. view::Page::frontend.detail:5
    • select `bravo_spaces`.* from `bravo_spaces` where `bravo_spaces`.`status` = 'publish' and `bravo_spaces`.`deleted_at` is null group by `bravo_spaces`.`id` order by `bravo_spaces`.`id` asc limit 5 offset 0850μsaz_azListSpace.php#156
      Bindings
      • 0: publish
      Backtrace
      • 16. modules/Space/Blocks/ListSpace.php:156
      • 17. modules/Space/Blocks/ListSpace.php:133
      • 20. modules/Template/Blocks/RootBlock.php:10
      • 23. modules/Page/Models/Page.php:82
      • 24. view::Page::frontend.detail:5
    • select * from `bravo_locations` where `bravo_locations`.`id` in (2) and `bravo_locations`.`deleted_at` is null690μsaz_azListSpace.php#156
      Hints
      • 0: Use SELECT * only if you need all columns from table
      Backtrace
      • 21. modules/Space/Blocks/ListSpace.php:156
      • 22. modules/Space/Blocks/ListSpace.php:133
      • 25. modules/Template/Blocks/RootBlock.php:10
      • 28. modules/Page/Models/Page.php:82
      • 29. view::Page::frontend.detail:5
    • select * from `user_wishlist` where `object_model` = 'space' and `user_id` = 0 and `user_wishlist`.`object_id` in (1)550μsaz_azListSpace.php#156
      Bindings
      • 0: space
      • 1: 0
      Hints
      • 0: Use SELECT * only if you need all columns from table
      Backtrace
      • 21. modules/Space/Blocks/ListSpace.php:156
      • 22. modules/Space/Blocks/ListSpace.php:133
      • 25. modules/Template/Blocks/RootBlock.php:10
      • 28. modules/Page/Models/Page.php:82
      • 29. view::Page::frontend.detail:5
    • select * from `bravo_space_translations` where `locale` = 'es_ES' and `bravo_space_translations`.`origin_id` in (1) and `bravo_space_translations`.`deleted_at` is null490μsaz_azListSpace.php#156
      Bindings
      • 0: es_ES
      Hints
      • 0: Use SELECT * only if you need all columns from table
      Backtrace
      • 21. modules/Space/Blocks/ListSpace.php:156
      • 22. modules/Space/Blocks/ListSpace.php:133
      • 25. modules/Template/Blocks/RootBlock.php:10
      • 28. modules/Page/Models/Page.php:82
      • 29. view::Page::frontend.detail:5
    • select * from `bravo_terms` where `id` in ('26', '27', '28', '29', '30', '31') and `bravo_terms`.`deleted_at` is null1.77msaz_azSpaceTermFeaturedBox.php#57
      Bindings
      • 0: 26
      • 1: 27
      • 2: 28
      • 3: 29
      • 4: 30
      • 5: 31
      Hints
      • 0: Use SELECT * only if you need all columns from table
      Backtrace
      • 15. modules/Space/Blocks/SpaceTermFeaturedBox.php:57
      • 18. modules/Template/Blocks/RootBlock.php:10
      • 21. modules/Page/Models/Page.php:82
      • 22. view::Page::frontend.detail:5
      • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • select * from `bravo_terms_translations` where `locale` = 'es_ES' and `bravo_terms_translations`.`origin_id` in (26, 27, 28, 29, 30, 31)1.12msaz_azSpaceTermFeaturedBox.php#57
      Bindings
      • 0: es_ES
      Hints
      • 0: Use SELECT * only if you need all columns from table
      Backtrace
      • 20. modules/Space/Blocks/SpaceTermFeaturedBox.php:57
      • 23. modules/Template/Blocks/RootBlock.php:10
      • 26. modules/Page/Models/Page.php:82
      • 27. view::Page::frontend.detail:5
      • 29. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
    • select * from `bravo_locations` where `status` = 'publish' and `bravo_locations`.`deleted_at` is null order by `id` desc limit 61.25msaz_azListLocations.php#168
      Bindings
      • 0: publish
      Hints
      • 0: Use SELECT * only if you need all columns from table
      Backtrace
      • 15. modules/Location/Blocks/ListLocations.php:168
      • 16. modules/Location/Blocks/ListLocations.php:132
      • 19. modules/Template/Blocks/RootBlock.php:10
      • 22. modules/Page/Models/Page.php:82
      • 23. view::Page::frontend.detail:5
    • select * from `bravo_location_translations` where `locale` = 'es_ES' and `bravo_location_translations`.`origin_id` in (7, 10, 16, 17, 34, 35)1.04msaz_azListLocations.php#168
      Bindings
      • 0: es_ES
      Hints
      • 0: Use SELECT * only if you need all columns from table
      Backtrace
      • 20. modules/Location/Blocks/ListLocations.php:168
      • 21. modules/Location/Blocks/ListLocations.php:132
      • 24. modules/Template/Blocks/RootBlock.php:10
      • 27. modules/Page/Models/Page.php:82
      • 28. view::Page::frontend.detail:5
    • select count(*) as aggregate from (select `bravo_spaces`.* from `bravo_spaces` where `bravo_spaces`.`status` = 'publish' and `bravo_spaces`.`deleted_at` is null group by `bravo_spaces`.`id`) as `aggregate_table`3.11msaz_azListSpace.php#156
      Bindings
      • 0: publish
      Backtrace
      • 16. modules/Space/Blocks/ListSpace.php:156
      • 17. modules/Space/Blocks/ListSpace.php:133
      • 20. modules/Template/Blocks/RootBlock.php:10
      • 23. modules/Page/Models/Page.php:82
      • 24. view::Page::frontend.detail:5
    • select `bravo_spaces`.* from `bravo_spaces` where `bravo_spaces`.`status` = 'publish' and `bravo_spaces`.`deleted_at` is null group by `bravo_spaces`.`id` order by `bravo_spaces`.`id` desc limit 4 offset 01.11msaz_azListSpace.php#156
      Bindings
      • 0: publish
      Backtrace
      • 16. modules/Space/Blocks/ListSpace.php:156
      • 17. modules/Space/Blocks/ListSpace.php:133
      • 20. modules/Template/Blocks/RootBlock.php:10
      • 23. modules/Page/Models/Page.php:82
      • 24. view::Page::frontend.detail:5
    • select * from `bravo_locations` where `bravo_locations`.`id` in (2) and `bravo_locations`.`deleted_at` is null680μsaz_azListSpace.php#156
      Hints
      • 0: Use SELECT * only if you need all columns from table
      Backtrace
      • 21. modules/Space/Blocks/ListSpace.php:156
      • 22. modules/Space/Blocks/ListSpace.php:133
      • 25. modules/Template/Blocks/RootBlock.php:10
      • 28. modules/Page/Models/Page.php:82
      • 29. view::Page::frontend.detail:5
    • select * from `user_wishlist` where `object_model` = 'space' and `user_id` = 0 and `user_wishlist`.`object_id` in (1)940μsaz_azListSpace.php#156
      Bindings
      • 0: space
      • 1: 0
      Hints
      • 0: Use SELECT * only if you need all columns from table
      Backtrace
      • 21. modules/Space/Blocks/ListSpace.php:156
      • 22. modules/Space/Blocks/ListSpace.php:133
      • 25. modules/Template/Blocks/RootBlock.php:10
      • 28. modules/Page/Models/Page.php:82
      • 29. view::Page::frontend.detail:5
    • select * from `bravo_space_translations` where `locale` = 'es_ES' and `bravo_space_translations`.`origin_id` in (1) and `bravo_space_translations`.`deleted_at` is null770μsaz_azListSpace.php#156
      Bindings
      • 0: es_ES
      Hints
      • 0: Use SELECT * only if you need all columns from table
      Backtrace
      • 21. modules/Space/Blocks/ListSpace.php:156
      • 22. modules/Space/Blocks/ListSpace.php:133
      • 25. modules/Template/Blocks/RootBlock.php:10
      • 28. modules/Page/Models/Page.php:82
      • 29. view::Page::frontend.detail:5
    • select * from `core_menu_translations` where `core_menu_translations`.`origin_id` = 1 and `core_menu_translations`.`origin_id` is not null and `locale` = 'es_ES' limit 11.14msaz_azHasTranslations.php#51
      Bindings
      • 0: 1
      • 1: es_ES
      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:112
      • 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` = 'es_ES' limit 1970μsaz_azHasTranslations.php#51
      Bindings
      • 0: 1
      • 1: es_ES
      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:112
      • 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_pages` where `core_pages`.`id` = '14' and `core_pages`.`deleted_at` is null limit 11.24msaz_azAppHelper.php#629
      Bindings
      • 0: 14
      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/Helpers/AppHelper.php:629
      • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 26. vendor/laravel/framework/src/Illuminate/View/View.php:207
    Modules\Location\Models\Location
    13Location.php#?
    Modules\Core\Models\Terms
    6Terms.php#?
    Modules\Page\Models\Page
    2Page.php#?
    Modules\Space\Models\Space
    2Space.php#?
    Modules\Template\Models\Template
    1Template.php#?
      web
      null
      sanctum
      null
        _token
        ZLFKu8l09KKqeaStvtpzHFesfbQgD01WWw2EWkso
        _previous
        array:1 [ "url" => "https://a-z.com.tr/es_ES/page/space" ]
        _flash
        array:2 [ "old" => [] "new" => [] ]
        PHPDEBUGBAR_STACK_DATA
        []
        path_info
        /es_ES/page/space
        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, br" ] "cookie" => array:1 [ 0 => "XSRF-TOKEN=eyJpdiI6IlFKRTV0bGdMQXBIMkErazlkU08vZWc9PSIsInZhbHVlIjoiamtwRUxNSmhJOWJaWVp3QXBQT0pHY00yVS8xYzEyRC9mWUZxZmR1WmdaZW83dUZwWEpTKzM0eHd0REpnWWJYZllua052R2swdC8rbUNoWlYyWFBpK29uMjV1L2E5Q3k0VU5RdW1FRnpMTzkxTVY0Qnh4VzBuYkRkTitOcmVDWE8iLCJtYWMiOiJkNTQ4YTM2YTRkNDczMTU5YjRhMDAwODFhOGZlOGZkMDM5MWI3Zjk4YzI3NWNlOGJjNmE0MDllZmFiOGQ0NWY4IiwidGFnIjoiIn0%3D; a_ztr_al_sat_kirala_session=eyJpdiI6Im4yU2p5c2VzS3NBQklSWHlDZU5wTXc9PSIsInZhbHVlIjoiWmhoelgrZnBwa0FESVkrcUdmR001WTRNUFoxbmwrc0RBWmJpUlBNaG81L0kvaGVkN2Y2OVViUUtrd0lSbm9FcDlER3RXQk5tWGljNVQyc3hFVTJuY3JEWEZReTZwRUlwM1kzYzRmeklaKysweEpoaFR3TGxCbWVGb2xka21uVEsiLCJtYWMiOiJkNGE4M2JjNDhmNWM0NDMwMGU0YjQwNWQ2ZTM2YjNlNDI0MDMzZTMwYWUyZDNkM2VjNTU1NGIyMTM3N2QwMzRhIiwidGFnIjoiIn0%3DXSRF-TOKEN=eyJpdiI6IlFKRTV0bGdMQXBIMkErazlkU08vZWc9PSIsInZhbHVlIjoiamtwRUxNSmhJOWJaWVp3QXBQT0pHY00yVS8xYzEyRC9mWUZxZmR1WmdaZW83dUZwWEpTKzM0eHd0REpnWWJYZllua052R" ] "host" => array:1 [ 0 => "a-z.com.tr" ] "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.133.160.6" ] "cf-ray" => array:1 [ 0 => "935f7110b898e450-ORD" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] "priority" => array:1 [ 0 => "u=0, i" ] "cdn-loop" => array:1 [ 0 => "cloudflare; loops=1" ] "x-forwarded-proto" => array:1 [ 0 => "https" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "cf-visitor" => array:1 [ 0 => "{"scheme":"https"}" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "cf-connecting-ip" => array:1 [ 0 => "3.133.160.6" ] "cf-ipcountry" => array:1 [ 0 => "US" ] "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"" ] ]
        request_cookies
        0 of 0
        array:2 [ "XSRF-TOKEN" => "ZLFKu8l09KKqeaStvtpzHFesfbQgD01WWw2EWkso" "a_ztr_al_sat_kirala_session" => "J5gCjlyaCpsmMMMjUwY5aLw6Jziwy9z78EJeJqOH" ]
        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, 25 Apr 2025 17:08:19 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6Im9Qdkt4dm1zS2JBaXR6cnRERGkzZ2c9PSIsInZhbHVlIjoibVpCZmVad1B6eFp4VGcrNW1SY2NmMWpxQ2F4QWhsRWZRT2J1a2tDdmlMT0UwR29OdzE2K1VwYjBEVnRHUzNWVzY3SVRsNGI1UXBHUGxjSjM5cUlFTlUrTWNXQitJeWc0SHRIRWxkOG1HVzdDVWNQZHJnRGJSbmpHaHpIa0F0eWMiLCJtYWMiOiIyY2UwNDNiNjA4Mjc0YWI0Nzg2Y2JkMDMxNTMyYWVmMjExNzRlNDEzM2RjOTk1MjM2OTQwM2E1YTkzNjlkMzUzIiwidGFnIjoiIn0%3D; expires=Fri, 25 Apr 2025 19:08:19 GMT; Max-Age=7200; path=/; secure; samesite=laxXSRF-TOKEN=eyJpdiI6Im9Qdkt4dm1zS2JBaXR6cnRERGkzZ2c9PSIsInZhbHVlIjoibVpCZmVad1B6eFp4VGcrNW1SY2NmMWpxQ2F4QWhsRWZRT2J1a2tDdmlMT0UwR29OdzE2K1VwYjBEVnRHUzNWVzY3SVRsN" 1 => "a_ztr_al_sat_kirala_session=eyJpdiI6Ik1hNkVBVjRrbWNRWEJKOWRlZTEwWkE9PSIsInZhbHVlIjoickVjT0NNM29TVmkrMllTRkRaczZ2Rkx5Zm5yeDIxV0JxUjREZVp6NGpXaFJBd1I2eWxFS2VJa3gxK3BHRGxZaHZOT1FBa0tiTGk0SlIwdHdYWCszWFdSV2Fla1A5SE9CT3pjTkVUcDhvYmdyRWlpN05EU0ZUZFprM0dpSlhqa2EiLCJtYWMiOiJkMzM1NWVlYTgxZGMyZmVhNTUzNjEzZDY0NzQ0ZjhkYzJkMmFmYzgzZjk0NGZlYzUwNDE5YTBhNWExNWEyN2I4IiwidGFnIjoiIn0%3D; expires=Fri, 25 Apr 2025 19:08:19 GMT; Max-Age=7200; path=/; httponly; samesite=laxa_ztr_al_sat_kirala_session=eyJpdiI6Ik1hNkVBVjRrbWNRWEJKOWRlZTEwWkE9PSIsInZhbHVlIjoickVjT0NNM29TVmkrMllTRkRaczZ2Rkx5Zm5yeDIxV0JxUjREZVp6NGpXaFJBd1I2eWxFS2VJa3gx" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6Im9Qdkt4dm1zS2JBaXR6cnRERGkzZ2c9PSIsInZhbHVlIjoibVpCZmVad1B6eFp4VGcrNW1SY2NmMWpxQ2F4QWhsRWZRT2J1a2tDdmlMT0UwR29OdzE2K1VwYjBEVnRHUzNWVzY3SVRsNGI1UXBHUGxjSjM5cUlFTlUrTWNXQitJeWc0SHRIRWxkOG1HVzdDVWNQZHJnRGJSbmpHaHpIa0F0eWMiLCJtYWMiOiIyY2UwNDNiNjA4Mjc0YWI0Nzg2Y2JkMDMxNTMyYWVmMjExNzRlNDEzM2RjOTk1MjM2OTQwM2E1YTkzNjlkMzUzIiwidGFnIjoiIn0%3D; expires=Fri, 25-Apr-2025 19:08:19 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6Im9Qdkt4dm1zS2JBaXR6cnRERGkzZ2c9PSIsInZhbHVlIjoibVpCZmVad1B6eFp4VGcrNW1SY2NmMWpxQ2F4QWhsRWZRT2J1a2tDdmlMT0UwR29OdzE2K1VwYjBEVnRHUzNWVzY3SVRsN" 1 => "a_ztr_al_sat_kirala_session=eyJpdiI6Ik1hNkVBVjRrbWNRWEJKOWRlZTEwWkE9PSIsInZhbHVlIjoickVjT0NNM29TVmkrMllTRkRaczZ2Rkx5Zm5yeDIxV0JxUjREZVp6NGpXaFJBd1I2eWxFS2VJa3gxK3BHRGxZaHZOT1FBa0tiTGk0SlIwdHdYWCszWFdSV2Fla1A5SE9CT3pjTkVUcDhvYmdyRWlpN05EU0ZUZFprM0dpSlhqa2EiLCJtYWMiOiJkMzM1NWVlYTgxZGMyZmVhNTUzNjEzZDY0NzQ0ZjhkYzJkMmFmYzgzZjk0NGZlYzUwNDE5YTBhNWExNWEyN2I4IiwidGFnIjoiIn0%3D; expires=Fri, 25-Apr-2025 19:08:19 GMT; path=/; httponlya_ztr_al_sat_kirala_session=eyJpdiI6Ik1hNkVBVjRrbWNRWEJKOWRlZTEwWkE9PSIsInZhbHVlIjoickVjT0NNM29TVmkrMllTRkRaczZ2Rkx5Zm5yeDIxV0JxUjREZVp6NGpXaFJBd1I2eWxFS2VJa3gx" ] ]
        session_attributes
        0 of 0
        array:4 [ "_token" => "ZLFKu8l09KKqeaStvtpzHFesfbQgD01WWw2EWkso" "_previous" => array:1 [ "url" => "https://a-z.com.tr/es_ES/page/space" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]
        ClearShow all
        Date ↕MethodURLData
        #12025-04-25 20:08:19GET/es_ES/page/space1382424
        2025-04-25 - 2025-04-26