Kahramanmaraş 2023

# Süre Yerleş. Şekli Dil Öğrt. Şekli Yurt Taban Puan 2023 Y.Dilim
4 Yıl Sınavlı DGR Karma - 474.3983
Kahramanmaraş / Onikişubat
Proje Okulu
Fen Lisesi Fen Lisesi
4 Yıl Sınavlı DGR Karma - 465.8121
Kahramanmaraş / Onikişubat
Proje Okulu
Fen Lisesi Fen Lisesi
4 Yıl Sınavlı DGR Karma - 445.0204
Kahramanmaraş / Elbistan
Proje Okulu
Fen Lisesi Fen Lisesi
4 Yıl Sınavlı DGR Karma - 392.3836
Kahramanmaraş / Onikişubat
Proje Okulu
Anadolu İmam Hatip Lisesi Anadolu İmam Hatip Lisesi
4 Yıl Sınavlı DGR Karma - 392.2299
Kahramanmaraş / Afşin
Proje Okulu
Fen Lisesi Fen Lisesi
4 Yıl Sınavlı DGR Karma - 391.8504
Kahramanmaraş / Göksun
Proje Okulu
Fen Lisesi Fen Lisesi
4 Yıl Sınavlı DGR Karma - 373.936
Kahramanmaraş / Pazarcık
Proje Okulu
Fen Lisesi Fen Lisesi
4 Yıl Sınavlı DGR Karma - 368.5236
Kahramanmaraş / Onikişubat
Proje Okulu
Sosyal Bilimler Liseleri Sosyal Bilimler Liseleri
4 Yıl Sınavlı DGR Karma - 339.2886
Kahramanmaraş / Onikişubat
Proje Okulu
Anadolu İmam Hatip Lisesi Anadolu İmam Hatip Lisesi
4 Yıl Sınavlı DGR Karma Var 271.425
Kahramanmaraş / Dulkadiroğlu
Proje Okulu
Anadolu İmam Hatip Lisesi Anadolu İmam Hatip Lisesi
8.2.19PHP Version113msRequest Duration3MBMemory UsageGET listele/{city?}/{type?}/{placement?}/{page?}Route
  • warninglog[08:32:26] LOG.warning: mb_strlen(): Passing null to parameter #1 ($string) of type string is deprec...
  • warninglog[08:32:26] LOG.warning: mb_strlen(): Passing null to parameter #1 ($string) of type string is deprec...
  • Booting (20.57ms)time
  • Application (92.19ms)time
  • 1 x Application (81.75%)
    92.19ms
    1 x Booting (18.24%)
    20.57ms
    8 templates were rendered
    • site.listinglisting.blade.phpblade
    • pagination::tailwindtailwind.blade.phpblade
    • components.site.sidebarsidebar.blade.phpblade
    • layouts.sitesite.blade.phpblade
    • components.site.headerheader.blade.phpblade
    • components.site.topbar-searchtopbar-search.blade.phpblade
    • components.site.mobile-navbarmobile-navbar.blade.phpblade
    • components.site.footerfooter.blade.phpblade
    uri
    GET listele/{city?}/{type?}/{placement?}/{page?}
    middleware
    web
    controller
    App\Http\Controllers\Site\ListingController@index
    namespace
    prefix
    where
    as
    site.listing.index
    file
    app/Http/Controllers/Site/ListingController.php:12-127
    22 statements were executed62.64ms
    • select * from `cities` where `slug` = 'kahramanmaras' limit 1
      1.38msdashcode_laravelListingController.php#18
      Bindings
      • 0: kahramanmaras
      Backtrace
      • 16. app/Http/Controllers/Site/ListingController.php:18
      • 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 max(`year`) as aggregate from `school_settlements`
      3.47msdashcode_laravelListingController.php#41
      Backtrace
      • 19. app/Http/Controllers/Site/ListingController.php:41
      • 20. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 21. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • 22. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • 23. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
    • select count(*) as aggregate from `schools` inner join `school_branches` on `schools`.`id` = `school_branches`.`school_id` inner join `school_settlements` on `school_branches`.`id` = `school_settlements`.`school_branch_id` where `schools`.`type_id` = 1 and `school_settlements`.`year` = 2023 and `city_id` = 46
      14.37msdashcode_laravelQueryBuilder.php#105
      Bindings
      • 0: 1
      • 1: 2023
      • 2: 46
      Backtrace
      • 17. vendor/spatie/laravel-query-builder/src/QueryBuilder.php:105
      • 18. app/Http/Controllers/Site/ListingController.php:89
      • 19. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 20. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • 21. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
    • select `schools`.* from `schools` inner join `school_branches` on `schools`.`id` = `school_branches`.`school_id` inner join `school_settlements` on `school_branches`.`id` = `school_settlements`.`school_branch_id` where `schools`.`type_id` = 1 and `school_settlements`.`year` = 2023 and `city_id` = 46 order by `school_settlements`.`min_score` desc limit 10 offset 0
      8.93msdashcode_laravelQueryBuilder.php#105
      Bindings
      • 0: 1
      • 1: 2023
      • 2: 46
      Backtrace
      • 17. vendor/spatie/laravel-query-builder/src/QueryBuilder.php:105
      • 18. app/Http/Controllers/Site/ListingController.php:89
      • 19. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 20. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • 21. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
    • select * from `cities` where `cities`.`id` in (46)
      260μsdashcode_laravelQueryBuilder.php#105
      Backtrace
      • 22. vendor/spatie/laravel-query-builder/src/QueryBuilder.php:105
      • 23. app/Http/Controllers/Site/ListingController.php:89
      • 24. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 25. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • 26. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
    • select * from `districts` where `districts`.`id` in (514, 517, 519, 520, 522, 523)
      260μsdashcode_laravelQueryBuilder.php#105
      Backtrace
      • 22. vendor/spatie/laravel-query-builder/src/QueryBuilder.php:105
      • 23. app/Http/Controllers/Site/ListingController.php:89
      • 24. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 25. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • 26. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
    • select * from `school_images` where `school_images`.`school_id` in (128, 1355, 1747, 2057, 2317, 2319, 2321, 3340, 3341, 3442)
      230μsdashcode_laravelQueryBuilder.php#105
      Backtrace
      • 22. vendor/spatie/laravel-query-builder/src/QueryBuilder.php:105
      • 23. app/Http/Controllers/Site/ListingController.php:89
      • 24. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 25. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • 26. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
    • select * from `school_branches` where `school_branches`.`school_id` in (128, 1355, 1747, 2057, 2317, 2319, 2321, 3340, 3341, 3442)
      1.4msdashcode_laravelQueryBuilder.php#105
      Backtrace
      • 22. vendor/spatie/laravel-query-builder/src/QueryBuilder.php:105
      • 23. app/Http/Controllers/Site/ListingController.php:89
      • 24. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 25. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • 26. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
    • select * from `school_settlements` where `school_settlements`.`school_branch_id` in (124, 1321, 1704, 2012, 2266, 2268, 2270, 3274, 3275, 3375) and `year` = 2023
      6.67msdashcode_laravelQueryBuilder.php#105
      Bindings
      • 0: 2023
      Backtrace
      • 27. vendor/spatie/laravel-query-builder/src/QueryBuilder.php:105
      • 28. app/Http/Controllers/Site/ListingController.php:89
      • 29. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 30. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • 31. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
    • select count(*) as aggregate from `branches` where `type_id` = 1
      310μsdashcode_laravelSiteSidebar.php#26
      Bindings
      • 0: 1
      Backtrace
      • 16. app/View/Components/SiteSidebar.php:26
      • 17. vendor/laravel/framework/src/Illuminate/Cache/Repository.php:397
      • 18. vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
      • 20. app/View/Components/SiteSidebar.php:25
      • 21. vendor/laravel/framework/src/Illuminate/View/Component.php:135
    • select count(*) as aggregate from `school_branches` where `faculty` LIKE '%Fen%'
      2.1msdashcode_laravelSiteSidebar.php#35
      Bindings
      • 0: %Fen%
      Backtrace
      • 16. app/View/Components/SiteSidebar.php:35
      • 17. vendor/laravel/framework/src/Illuminate/Cache/Repository.php:397
      • 18. vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
      • 20. app/View/Components/SiteSidebar.php:34
      • 21. vendor/laravel/framework/src/Illuminate/View/Component.php:135
    • select count(*) as aggregate from `school_branches` where `faculty` LIKE '%Sosyal%'
      2.27msdashcode_laravelSiteSidebar.php#35
      Bindings
      • 0: %Sosyal%
      Backtrace
      • 16. app/View/Components/SiteSidebar.php:35
      • 17. vendor/laravel/framework/src/Illuminate/Cache/Repository.php:397
      • 18. vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
      • 20. app/View/Components/SiteSidebar.php:34
      • 21. vendor/laravel/framework/src/Illuminate/View/Component.php:135
    • select count(*) as aggregate from `school_branches` where `faculty` LIKE '%Anadolu Lisesi%'
      2.77msdashcode_laravelSiteSidebar.php#35
      Bindings
      • 0: %Anadolu Lisesi%
      Backtrace
      • 16. app/View/Components/SiteSidebar.php:35
      • 17. vendor/laravel/framework/src/Illuminate/Cache/Repository.php:397
      • 18. vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
      • 20. app/View/Components/SiteSidebar.php:34
      • 21. vendor/laravel/framework/src/Illuminate/View/Component.php:135
    • select count(*) as aggregate from `school_branches` where `faculty` LIKE '%mam Hatip%'
      2.14msdashcode_laravelSiteSidebar.php#35
      Bindings
      • 0: %mam Hatip%
      Backtrace
      • 16. app/View/Components/SiteSidebar.php:35
      • 17. vendor/laravel/framework/src/Illuminate/Cache/Repository.php:397
      • 18. vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
      • 20. app/View/Components/SiteSidebar.php:34
      • 21. vendor/laravel/framework/src/Illuminate/View/Component.php:135
    • select count(*) as aggregate from `school_branches` where `faculty` LIKE '%Teknik%'
      2.01msdashcode_laravelSiteSidebar.php#35
      Bindings
      • 0: %Teknik%
      Backtrace
      • 16. app/View/Components/SiteSidebar.php:35
      • 17. vendor/laravel/framework/src/Illuminate/Cache/Repository.php:397
      • 18. vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
      • 20. app/View/Components/SiteSidebar.php:34
      • 21. vendor/laravel/framework/src/Illuminate/View/Component.php:135
    • select count(*) as aggregate from `school_branches` where `faculty` LIKE '%Mesleki%'
      1.92msdashcode_laravelSiteSidebar.php#35
      Bindings
      • 0: %Mesleki%
      Backtrace
      • 16. app/View/Components/SiteSidebar.php:35
      • 17. vendor/laravel/framework/src/Illuminate/Cache/Repository.php:397
      • 18. vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
      • 20. app/View/Components/SiteSidebar.php:34
      • 21. vendor/laravel/framework/src/Illuminate/View/Component.php:135
    • select count(*) as aggregate from `school_branches` where `faculty` LIKE '%Çok Programlı%'
      2.03msdashcode_laravelSiteSidebar.php#35
      Bindings
      • 0: %Çok Programlı%
      Backtrace
      • 16. app/View/Components/SiteSidebar.php:35
      • 17. vendor/laravel/framework/src/Illuminate/Cache/Repository.php:397
      • 18. vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
      • 20. app/View/Components/SiteSidebar.php:34
      • 21. vendor/laravel/framework/src/Illuminate/View/Component.php:135
    • select count(*) as aggregate from `school_branches` where `faculty` LIKE '%Spor%'
      2.18msdashcode_laravelSiteSidebar.php#35
      Bindings
      • 0: %Spor%
      Backtrace
      • 16. app/View/Components/SiteSidebar.php:35
      • 17. vendor/laravel/framework/src/Illuminate/Cache/Repository.php:397
      • 18. vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
      • 20. app/View/Components/SiteSidebar.php:34
      • 21. vendor/laravel/framework/src/Illuminate/View/Component.php:135
    • select count(*) as aggregate from `schools` where `condition` = 1 and `type_id` = 1
      2.16msdashcode_laravelSiteSidebar.php#41
      Bindings
      • 0: 1
      • 1: 1
      Backtrace
      • 16. app/View/Components/SiteSidebar.php:41
      • 17. vendor/laravel/framework/src/Illuminate/Cache/Repository.php:397
      • 18. vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
      • 20. app/View/Components/SiteSidebar.php:40
      • 21. vendor/laravel/framework/src/Illuminate/View/Component.php:135
    • select count(*) as aggregate from `schools` where `condition` = 2 and `type_id` = 1
      2.14msdashcode_laravelSiteSidebar.php#45
      Bindings
      • 0: 2
      • 1: 1
      Backtrace
      • 16. app/View/Components/SiteSidebar.php:45
      • 17. vendor/laravel/framework/src/Illuminate/Cache/Repository.php:397
      • 18. vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
      • 20. app/View/Components/SiteSidebar.php:44
      • 21. vendor/laravel/framework/src/Illuminate/View/Component.php:135
    • select count(*) as aggregate from `schools` where `condition` = 3 and `type_id` = 1
      1.8msdashcode_laravelSiteSidebar.php#49
      Bindings
      • 0: 3
      • 1: 1
      Backtrace
      • 16. app/View/Components/SiteSidebar.php:49
      • 17. vendor/laravel/framework/src/Illuminate/Cache/Repository.php:397
      • 18. vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
      • 20. app/View/Components/SiteSidebar.php:48
      • 21. vendor/laravel/framework/src/Illuminate/View/Component.php:135
    • select count(*) as aggregate from `schools` where `condition` = 4 and `type_id` = 1
      1.84msdashcode_laravelSiteSidebar.php#52
      Bindings
      • 0: 4
      • 1: 1
      Backtrace
      • 16. app/View/Components/SiteSidebar.php:52
      • 17. vendor/laravel/framework/src/Illuminate/Cache/Repository.php:397
      • 18. vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
      • 20. app/View/Components/SiteSidebar.php:51
      • 21. vendor/laravel/framework/src/Illuminate/View/Component.php:135
    App\Models\School
    10
    App\Models\SchoolBranch
    10
    App\Models\SchoolSettlement
    10
    App\Models\District
    6
    App\Models\City
    2
        _token
        kscFVyT8qMSur3exHLDbwBH1Jmc3eYRLzsWOMfAH
        _previous
        array:1 [ "url" => "http://tercihbot.evvelcevap.com/listele/kahramanmaras/tumu/span%5B" ]
        _flash
        array:2 [ "old" => [] "new" => [] ]
        PHPDEBUGBAR_STACK_DATA
        []
        path_info
        /listele/kahramanmaras/tumu/span%5B
        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:24 [ "host" => array:1 [ 0 => "tercihbot.evvelcevap.com" ] "x-real-ip" => array:1 [ 0 => "172.70.126.45" ] "x-forwarded-for" => array:1 [ 0 => "3.148.106.46, 172.70.126.45" ] "x-forwarded-proto" => array:1 [ 0 => "http" ] "connection" => array:1 [ 0 => "close" ] "cf-ray" => array:1 [ 0 => "94851ee3db980042-ORD" ] "priority" => array:1 [ 0 => "u=0, i" ] "accept-encoding" => array:1 [ 0 => "gzip, br" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "cdn-loop" => array:1 [ 0 => "cloudflare; loops=1" ] "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.148.106.46" ] "cf-ipcountry" => array:1 [ 0 => "US" ] "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)" ] "pragma" => array:1 [ 0 => "no-cache" ] "cache-control" => array:1 [ 0 => "no-cache" ] "sec-ch-ua" => array:1 [ 0 => ""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"" ] "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:7 [ "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [ 0 => "private, must-revalidate" ] "date" => array:1 [ 0 => "Sat, 31 May 2025 08:32:26 GMT" ] "pragma" => array:1 [ 0 => "no-cache" ] "expires" => array:1 [ 0 => "-1" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IjZCemZHTWppNGFwUGRDYUowRnJ0eHc9PSIsInZhbHVlIjoiSUorSGRNUHFPUTR5UlN0eWFGTjFVY3RMc1J4VmFhc0NlTk9Id3YxU0RMMWg4NnR0bjQ3RWlKaERwZnNDcUNkazJ6Vm52bHEzZlg4OTBoNVhhdzhqVS84VHJIMGZxYkNrQU1DOWV0OEM4OVJaWWh3NXVaSEV5TmtzVi9FSk5BekciLCJtYWMiOiIyYWE5NmY2YTRlNDg5NzAwMjVhYzdmZGU0YTZmYjYyNzljZGYzYTkyNWU2Mjg2Mzk4ODJlMTljNTg4YTcxNTZjIiwidGFnIjoiIn0%3D; expires=Sat, 31 May 2025 10:32:26 GMT; Max-Age=7200; path=/; samesite=laxXSRF-TOKEN=eyJpdiI6IjZCemZHTWppNGFwUGRDYUowRnJ0eHc9PSIsInZhbHVlIjoiSUorSGRNUHFPUTR5UlN0eWFGTjFVY3RMc1J4VmFhc0NlTk9Id3YxU0RMMWg4NnR0bjQ3RWlKaERwZnNDcUNkazJ6Vm52b" 1 => "evvelcevap_tercihbot_session=eyJpdiI6InR0M2VoRFY5bDhGVEFlOGFUWFBpelE9PSIsInZhbHVlIjoiR1BYS1RJMytrWVpySngxVThiN282NE5RSUVzQkg1V1Mzb3hFejQxT0VJQUw2aVJ2bVBZNlMyZmwzdGIvNTUvYmVXcXBnaFlEK2JYZ3czVDlqSGJ6SEdoekg3ME9zeTUyTTFkQ1FMN1ZhTEdsSTA0RjhYcm4wQ3UvNmpkU0RpenciLCJtYWMiOiI1YjRlOGY2OTE0Yzc5NWY3NzE2ZTYzNzZiMGNkZDA3M2IyODZhMzFhYjJiMWVjZGNkZjQ4ODIyYTMzZDU3MDI3IiwidGFnIjoiIn0%3D; expires=Sat, 31 May 2025 10:32:26 GMT; Max-Age=7200; path=/; httponly; samesite=laxevvelcevap_tercihbot_session=eyJpdiI6InR0M2VoRFY5bDhGVEFlOGFUWFBpelE9PSIsInZhbHVlIjoiR1BYS1RJMytrWVpySngxVThiN282NE5RSUVzQkg1V1Mzb3hFejQxT0VJQUw2aVJ2bVBZNlMyZmw" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IjZCemZHTWppNGFwUGRDYUowRnJ0eHc9PSIsInZhbHVlIjoiSUorSGRNUHFPUTR5UlN0eWFGTjFVY3RMc1J4VmFhc0NlTk9Id3YxU0RMMWg4NnR0bjQ3RWlKaERwZnNDcUNkazJ6Vm52bHEzZlg4OTBoNVhhdzhqVS84VHJIMGZxYkNrQU1DOWV0OEM4OVJaWWh3NXVaSEV5TmtzVi9FSk5BekciLCJtYWMiOiIyYWE5NmY2YTRlNDg5NzAwMjVhYzdmZGU0YTZmYjYyNzljZGYzYTkyNWU2Mjg2Mzk4ODJlMTljNTg4YTcxNTZjIiwidGFnIjoiIn0%3D; expires=Sat, 31-May-2025 10:32:26 GMT; path=/XSRF-TOKEN=eyJpdiI6IjZCemZHTWppNGFwUGRDYUowRnJ0eHc9PSIsInZhbHVlIjoiSUorSGRNUHFPUTR5UlN0eWFGTjFVY3RMc1J4VmFhc0NlTk9Id3YxU0RMMWg4NnR0bjQ3RWlKaERwZnNDcUNkazJ6Vm52b" 1 => "evvelcevap_tercihbot_session=eyJpdiI6InR0M2VoRFY5bDhGVEFlOGFUWFBpelE9PSIsInZhbHVlIjoiR1BYS1RJMytrWVpySngxVThiN282NE5RSUVzQkg1V1Mzb3hFejQxT0VJQUw2aVJ2bVBZNlMyZmwzdGIvNTUvYmVXcXBnaFlEK2JYZ3czVDlqSGJ6SEdoekg3ME9zeTUyTTFkQ1FMN1ZhTEdsSTA0RjhYcm4wQ3UvNmpkU0RpenciLCJtYWMiOiI1YjRlOGY2OTE0Yzc5NWY3NzE2ZTYzNzZiMGNkZDA3M2IyODZhMzFhYjJiMWVjZGNkZjQ4ODIyYTMzZDU3MDI3IiwidGFnIjoiIn0%3D; expires=Sat, 31-May-2025 10:32:26 GMT; path=/; httponlyevvelcevap_tercihbot_session=eyJpdiI6InR0M2VoRFY5bDhGVEFlOGFUWFBpelE9PSIsInZhbHVlIjoiR1BYS1RJMytrWVpySngxVThiN282NE5RSUVzQkg1V1Mzb3hFejQxT0VJQUw2aVJ2bVBZNlMyZmw" ] ]
        session_attributes
        0 of 0
        array:4 [ "_token" => "kscFVyT8qMSur3exHLDbwBH1Jmc3eYRLzsWOMfAH" "_previous" => array:1 [ "url" => "http://tercihbot.evvelcevap.com/listele/kahramanmaras/tumu/span%5B" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]