Gezilerde arama

FİLTRE

Fiyat Filtresi

₤422 ₤422422422422422422

Yorum Puanı

Gezi Türü

Gezi Türü

Tesisler

78%
American Parks Trail end Rapid City
5 yorum
2Saat
fiyat
2.000,00₤ 422,00₤
1 - 1 Toplam 1 Gezi gösteriliyor
Request history8.3.19PHP Version771msRequest Duration7MBMemory UsageGET tourRouteAuth status
    • Booting (433ms)time
    • Application (338ms)time
    • 1 x Booting (56.17%)
      433ms
      1 x Application (43.83%)
      338ms
      31 templates were rendered
      • 1x Tour::frontend.searchsearch.blade.php#?blade
      • 1x Tour::frontend.layouts.search.form-searchform-search.blade.php#?blade
      • 1x Tour::frontend.layouts.search.fields.service_nameservice_name.blade.php#?blade
      • 1x Tour::frontend.layouts.search.fields.locationlocation.blade.php#?blade
      • 1x Tour::frontend.layouts.search.fields.datedate.blade.php#?blade
      • 1x Tour::frontend.layouts.search.list-itemlist-item.blade.php#?blade
      • 1x Tour::frontend.layouts.search.filter-searchfilter-search.blade.php#?blade
      • 1x Layout::global.search.filters.attrsattrs.blade.php#?blade
      • 1x Layout::global.search.orderbyorderby.blade.php#?blade
      • 1x Tour::frontend.ajax.search-resultsearch-result.blade.php#?blade
      • 1x Tour::frontend.layouts.search.loop-gridloop-grid.blade.php#?blade
      • 1x pagination::tailwindtailwind.blade.php#?blade
      • 1x vendor.pagination.defaultdefault.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 tour
      middleware
      web
      controller
      \Modules\Tour\Controllers\TourController@index
      namespace
      Modules\Tour\Controllers
      prefix
      /tour
      where
      as
      tour.search
      file
      modules/Tour/Controllers/TourController.php:39-103
      18 statements were executed, 2 of which were duplicates, 16 unique. Show only duplicated24.67ms
      • select * from `bravo_tour_category` where (0 = 1 or 0 = 1 and `status` = 'publish') and `bravo_tour_category`.`deleted_at` is null2.99msaz_azTour.php#1004
        Bindings
        • 0: publish
        Hints
        • 0: Use SELECT * only if you need all columns from table
        Backtrace
        • 15. modules/Tour/Models/Tour.php:1004
        • 16. modules/Tour/Controllers/TourController.php:53
        • 17. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 18. modules/Tour/Controllers/TourController.php:36
        • 19. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • select count(*) as aggregate from (select `bravo_tours`.* from `bravo_tours` where `bravo_tours`.`status` = 'publish' and `bravo_tours`.`deleted_at` is null group by `bravo_tours`.`id`) as `aggregate_table`3.13msaz_azTourController.php#54
        Bindings
        • 0: publish
        Backtrace
        • 16. modules/Tour/Controllers/TourController.php:54
        • 17. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 18. modules/Tour/Controllers/TourController.php:36
        • 19. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 20. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • select `bravo_tours`.* from `bravo_tours` where `bravo_tours`.`status` = 'publish' and `bravo_tours`.`deleted_at` is null group by `bravo_tours`.`id` order by `bravo_tours`.`is_featured` desc, `bravo_tours`.`id` desc limit 9 offset 01.09msaz_azTourController.php#54
        Bindings
        • 0: publish
        Backtrace
        • 16. modules/Tour/Controllers/TourController.php:54
        • 17. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 18. modules/Tour/Controllers/TourController.php:36
        • 19. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 20. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • select * from `bravo_locations` where `bravo_locations`.`id` in (1) and `bravo_locations`.`deleted_at` is null760μsaz_azTourController.php#54
        Hints
        • 0: Use SELECT * only if you need all columns from table
        Backtrace
        • 21. modules/Tour/Controllers/TourController.php:54
        • 22. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 23. modules/Tour/Controllers/TourController.php:36
        • 24. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 25. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • select * from `user_wishlist` where `object_model` = 'tour' and `user_id` = 0 and `user_wishlist`.`object_id` in (1)1.11msaz_azTourController.php#54
        Bindings
        • 0: tour
        • 1: 0
        Hints
        • 0: Use SELECT * only if you need all columns from table
        Backtrace
        • 21. modules/Tour/Controllers/TourController.php:54
        • 22. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 23. modules/Tour/Controllers/TourController.php:36
        • 24. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 25. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • select * from `bravo_tour_translations` where `locale` = 'tr' and `bravo_tour_translations`.`origin_id` in (1)690μsaz_azTourController.php#54
        Bindings
        • 0: tr
        Hints
        • 0: Use SELECT * only if you need all columns from table
        Backtrace
        • 21. modules/Tour/Controllers/TourController.php:54
        • 22. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 23. modules/Tour/Controllers/TourController.php:36
        • 24. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 25. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • select * from `bravo_tour_category` where `status` = 'publish' and `bravo_tour_category`.`deleted_at` is null770μsaz_azTourController.php#86
        Bindings
        • 0: publish
        Hints
        • 0: Use SELECT * only if you need all columns from table
        Backtrace
        • 15. modules/Tour/Controllers/TourController.php:86
        • 16. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 17. modules/Tour/Controllers/TourController.php:36
        • 18. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • select * from `bravo_tour_category_translations` where `locale` = 'tr' and `bravo_tour_category_translations`.`origin_id` in (1, 2, 3, 4, 5, 6)810μsaz_azTourController.php#86
        Bindings
        • 0: tr
        Hints
        • 0: Use SELECT * only if you need all columns from table
        Backtrace
        • 20. modules/Tour/Controllers/TourController.php:86
        • 21. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 22. modules/Tour/Controllers/TourController.php:36
        • 23. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 24. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • select * from `bravo_locations` where `status` = 'publish' and `bravo_locations`.`deleted_at` is null limit 1000940μsaz_azTourController.php#87
        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/Tour/Controllers/TourController.php:87
        • 16. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 17. modules/Tour/Controllers/TourController.php:36
        • 18. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • select * from `bravo_location_translations` where `locale` = 'tr' and `bravo_location_translations`.`origin_id` in (6, 7, 10, 16, 17, 34, 35)840μsaz_azTourController.php#87
        Bindings
        • 0: tr
        Hints
        • 0: Use SELECT * only if you need all columns from table
        Backtrace
        • 20. modules/Tour/Controllers/TourController.php:87
        • 21. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 22. modules/Tour/Controllers/TourController.php:36
        • 23. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 24. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • select MIN( CASE WHEN sale_price > 0 THEN sale_price ELSE ( price ) END ) AS min_price , MAX( CASE WHEN sale_price > 0 THEN sale_price ELSE ( price ) END ) AS max_price from `bravo_tours` where `status` = 'publish' and `bravo_tours`.`deleted_at` is null limit 11.01msaz_azTour.php#696
        Bindings
        • 0: publish
        Hints
        • 0: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 16. modules/Tour/Models/Tour.php:696
        • 17. modules/Tour/Controllers/TourController.php:88
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 19. modules/Tour/Controllers/TourController.php:36
        • 20. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • select * from `bravo_attrs` where `service` = 'tour' and `bravo_attrs`.`deleted_at` is null order by `position` desc870μsaz_azTourController.php#96
        Bindings
        • 0: tour
        Hints
        • 0: Use SELECT * only if you need all columns from table
        Backtrace
        • 15. modules/Tour/Controllers/TourController.php:96
        • 16. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 17. modules/Tour/Controllers/TourController.php:36
        • 18. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • select `bravo_terms`.*, (select count(*) from `bravo_tours` inner join `bravo_tour_term` on `bravo_tours`.`id` = `bravo_tour_term`.`tour_id` where `bravo_terms`.`id` = `bravo_tour_term`.`term_id` and `bravo_tours`.`deleted_at` is null) as `tour_count` from `bravo_terms` where `bravo_terms`.`attr_id` in (1, 2) and `bravo_terms`.`deleted_at` is null3.64msaz_azTourController.php#96
        Backtrace
        • 20. modules/Tour/Controllers/TourController.php:96
        • 21. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 22. modules/Tour/Controllers/TourController.php:36
        • 23. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 24. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • select * from `bravo_terms_translations` where `locale` = 'tr' and `bravo_terms_translations`.`origin_id` in (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14)1.24msaz_azTourController.php#96
        Bindings
        • 0: tr
        Hints
        • 0: Use SELECT * only if you need all columns from table
        Backtrace
        • 25. modules/Tour/Controllers/TourController.php:96
        • 26. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 27. modules/Tour/Controllers/TourController.php:36
        • 28. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 29. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • select * from `bravo_attrs_translations` where `locale` = 'tr' and `bravo_attrs_translations`.`origin_id` in (1, 2)860μsaz_azTourController.php#96
        Bindings
        • 0: tr
        Hints
        • 0: Use SELECT * only if you need all columns from table
        Backtrace
        • 20. modules/Tour/Controllers/TourController.php:96
        • 21. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 22. modules/Tour/Controllers/TourController.php:36
        • 23. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 24. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • select * from `core_menu_translations` where `core_menu_translations`.`origin_id` = 1 and `core_menu_translations`.`origin_id` is not null and `locale` = 'tr' limit 11.2msaz_azHasTranslations.php#51
        Bindings
        • 0: 1
        • 1: tr
        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` = 'tr' limit 11.24msaz_azHasTranslations.php#51
        Bindings
        • 0: 1
        • 1: tr
        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.48msaz_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\Core\Models\Terms
      14Terms.php#?
      Modules\Core\Models\TermsTranslation
      13TermsTranslation.php#?
      Modules\Location\Models\Location
      7Location.php#?
      Modules\Location\Models\LocationTranslation
      7LocationTranslation.php#?
      Modules\Tour\Models\TourCategory
      6TourCategory.php#?
      Modules\Tour\Models\TourCategoryTranslation
      6TourCategoryTranslation.php#?
      Modules\Tour\Models\Tour
      2Tour.php#?
      Modules\Core\Models\Attributes
      2Attributes.php#?
      Modules\Core\Models\AttributesTranslation
      2AttributesTranslation.php#?
      Modules\Core\Models\MenuTranslation
      2MenuTranslation.php#?
      Modules\Page\Models\Page
      1Page.php#?
        web
        null
        sanctum
        null
          _token
          uizpSGseCUAuH8QDTrDgEHaeHgMCn7Yv9xJncVZI
          _previous
          array:1 [ "url" => "https://a-z.tr/tour" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          PHPDEBUGBAR_STACK_DATA
          []
          path_info
          /tour
          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" ] "connection" => array:1 [ 0 => "Keep-Alive" ] "host" => array:1 [ 0 => "a-z.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 => "18.220.171.141" ] "cf-ray" => array:1 [ 0 => "92be90ebcd6c2a2a-ORD" ] "cf-ipcountry" => array:1 [ 0 => "US" ] "priority" => array:1 [ 0 => "u=0, i" ] "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 => "18.220.171.141" ] "cdn-loop" => array:1 [ 0 => "cloudflare; loops=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" ] ]
          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 => "Sun, 06 Apr 2025 04:33:16 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6Inh3MUZ2UjRuN2I2Sm9KMmJITlBoZkE9PSIsInZhbHVlIjoiM0JaWkpMMnRvWENxaUJXSE8wNHIyTm5YbXdUdXlLbExpNlNUcFRucXNuRWFSK1BoTEdFNC9kVmI4YWpYcWppd0JZRFJ5QVBnT21kcVNuS2M4L1NGL2lacGFVWGRuRlV4aE92dktxOVRyRFNFczBUbkI5THRDbmw4SGhxVG8zeEQiLCJtYWMiOiI4MzI2ZjcxNjUzYjZhYjYxYjkyMzMxMDA3YjhiMjVlNTczMGZlYmJhZTEwNzkzYmM4ZjNhZjlmOWYxMTI5Y2NkIiwidGFnIjoiIn0%3D; expires=Sun, 06 Apr 2025 06:33:17 GMT; Max-Age=7200; path=/; secure; samesite=laxXSRF-TOKEN=eyJpdiI6Inh3MUZ2UjRuN2I2Sm9KMmJITlBoZkE9PSIsInZhbHVlIjoiM0JaWkpMMnRvWENxaUJXSE8wNHIyTm5YbXdUdXlLbExpNlNUcFRucXNuRWFSK1BoTEdFNC9kVmI4YWpYcWppd0JZRFJ5Q" 1 => "a_ztr_al_sat_kirala_session=eyJpdiI6IkZFb2QwTTJQcVZESnpTSkRQSTJvYVE9PSIsInZhbHVlIjoiZjZ0NVpQdFpBV2E0VU96enhweE41WFBjdHRwdEdrSDVJb3llaTQwTUhIdjFDM1R0emF1YVRYeXgrK21lRi9yMHd5ZFJEcURzOGE1REFHakpST3JCM3NZcEduZXFkMzNLaDRkS0pxbGxaOUFjWXlkRVg4NkcvYWw5c2tKY0RVRzIiLCJtYWMiOiJlY2EyNzE5MDg1MjJlZGYxMWFhNjAxNDE0YWVkZjgzMmVjMmZhNTNhODY0ZmU0YmIxMjE0ZjllMjk5NzRjN2ExIiwidGFnIjoiIn0%3D; expires=Sun, 06 Apr 2025 06:33:17 GMT; Max-Age=7200; path=/; httponly; samesite=laxa_ztr_al_sat_kirala_session=eyJpdiI6IkZFb2QwTTJQcVZESnpTSkRQSTJvYVE9PSIsInZhbHVlIjoiZjZ0NVpQdFpBV2E0VU96enhweE41WFBjdHRwdEdrSDVJb3llaTQwTUhIdjFDM1R0emF1YVRYeXgr" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6Inh3MUZ2UjRuN2I2Sm9KMmJITlBoZkE9PSIsInZhbHVlIjoiM0JaWkpMMnRvWENxaUJXSE8wNHIyTm5YbXdUdXlLbExpNlNUcFRucXNuRWFSK1BoTEdFNC9kVmI4YWpYcWppd0JZRFJ5QVBnT21kcVNuS2M4L1NGL2lacGFVWGRuRlV4aE92dktxOVRyRFNFczBUbkI5THRDbmw4SGhxVG8zeEQiLCJtYWMiOiI4MzI2ZjcxNjUzYjZhYjYxYjkyMzMxMDA3YjhiMjVlNTczMGZlYmJhZTEwNzkzYmM4ZjNhZjlmOWYxMTI5Y2NkIiwidGFnIjoiIn0%3D; expires=Sun, 06-Apr-2025 06:33:17 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6Inh3MUZ2UjRuN2I2Sm9KMmJITlBoZkE9PSIsInZhbHVlIjoiM0JaWkpMMnRvWENxaUJXSE8wNHIyTm5YbXdUdXlLbExpNlNUcFRucXNuRWFSK1BoTEdFNC9kVmI4YWpYcWppd0JZRFJ5Q" 1 => "a_ztr_al_sat_kirala_session=eyJpdiI6IkZFb2QwTTJQcVZESnpTSkRQSTJvYVE9PSIsInZhbHVlIjoiZjZ0NVpQdFpBV2E0VU96enhweE41WFBjdHRwdEdrSDVJb3llaTQwTUhIdjFDM1R0emF1YVRYeXgrK21lRi9yMHd5ZFJEcURzOGE1REFHakpST3JCM3NZcEduZXFkMzNLaDRkS0pxbGxaOUFjWXlkRVg4NkcvYWw5c2tKY0RVRzIiLCJtYWMiOiJlY2EyNzE5MDg1MjJlZGYxMWFhNjAxNDE0YWVkZjgzMmVjMmZhNTNhODY0ZmU0YmIxMjE0ZjllMjk5NzRjN2ExIiwidGFnIjoiIn0%3D; expires=Sun, 06-Apr-2025 06:33:17 GMT; path=/; httponlya_ztr_al_sat_kirala_session=eyJpdiI6IkZFb2QwTTJQcVZESnpTSkRQSTJvYVE9PSIsInZhbHVlIjoiZjZ0NVpQdFpBV2E0VU96enhweE41WFBjdHRwdEdrSDVJb3llaTQwTUhIdjFDM1R0emF1YVRYeXgr" ] ]
          session_attributes
          0 of 0
          array:4 [ "_token" => "uizpSGseCUAuH8QDTrDgEHaeHgMCn7Yv9xJncVZI" "_previous" => array:1 [ "url" => "https://a-z.tr/tour" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-04-06 07:33:17GET/tour311862
          2025-04-06 - 2025-04-07