tejarapp
7.4.30PHP Version245msRequest Duration18MBMemory UsageGET shop/search/{id}Route
    • Booting (123ms)
    • Application (119ms)
    • 1 x Booting (50.21%)
      123.12ms
      1 x Application (48.45%)
      118.82ms
      8 templates were rendered
      • shop.search (resources/views/shop/search.blade.php)3blade
        Params
        0
        rows
        1
        cats
        2
        let
      • pagination::bootstrap-4 (resources/views/vendor/pagination/bootstrap-4.blade.php)2blade
        Params
        0
        paginator
        1
        elements
      • shop.layouts.master (resources/views/shop/layouts/master.blade.php)11blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        rows
        5
        cats
        6
        let
        7
        __currentLoopData
        8
        item
        9
        loop
        10
        row
      • shop.layouts.head (resources/views/shop/layouts/head.blade.php)12blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        rows
        5
        cats
        6
        let
        7
        __currentLoopData
        8
        item
        9
        loop
        10
        row
        11
        Category
      • shop.layouts.header (resources/views/shop/layouts/header.blade.php)12blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        rows
        5
        cats
        6
        let
        7
        __currentLoopData
        8
        item
        9
        loop
        10
        row
        11
        Category
      • shop.layouts.message (resources/views/shop/layouts/message.blade.php)12blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        rows
        5
        cats
        6
        let
        7
        __currentLoopData
        8
        item
        9
        loop
        10
        row
        11
        Category
      • site.layouts.footer (resources/views/site/layouts/footer.blade.php)12blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        rows
        5
        cats
        6
        let
        7
        __currentLoopData
        8
        item
        9
        loop
        10
        row
        11
        Category
      • shop.layouts.footer-scripts (resources/views/shop/layouts/footer-scripts.blade.php)12blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        rows
        5
        cats
        6
        let
        7
        __currentLoopData
        8
        item
        9
        loop
        10
        row
        11
        Category
      uri
      GET shop/search/{id}
      middleware
      web
      controller
      App\Http\Controllers\Shop\IndexController@searchCat
      namespace
      App\Http\Controllers
      prefix
      /shop
      where
      as
      shopCategory
      file
      app/Http/Controllers/Shop/IndexController.php:169-198
      43 statements were executed, 12 of which were duplicated, 31 unique24.43ms
      • select id, title from questions_category where parent_id = '127' and status = 14.97mstejarap_new
        Metadata
        Bindings
        • 0. 127
      • select count(*) as aggregate from `products` inner join `questions_category` as `qu` on `products`.`sub_category_id` = `qu`.`id` where `qu`.`parent_id` = '127'1.11mstejarap_new
        Metadata
        Bindings
        • 0. 127
      • select `products`.* from `products` inner join `questions_category` as `qu` on `products`.`sub_category_id` = `qu`.`id` where `qu`.`parent_id` = '127' order by `created_at` desc limit 12 offset 121.15mstejarap_new
        Metadata
        Bindings
        • 0. 127
        Hints
        • Use SELECT * only if you need all columns from table
      • select * from `product_images` where `product_images`.`product_id` in (667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678)780μstejarap_new
        Metadata
        Hints
        • Use SELECT * only if you need all columns from table
      • delete from `discounts` where `expires_at` < '2025-04-16 20:50:48'480μstejarap_new
        Metadata
        Bindings
        • 0. 2025-04-16 20:50:48
      • select * from `discounts` where `product_id` = 678 limit 1440μstejarap_new
        Metadata
        Bindings
        • 0. 678
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select * from `discounts` where `product_id` = 678 and `expires_at` > '2025-04-16 20:50:48' limit 1420μstejarap_new
        Metadata
        Bindings
        • 0. 678
        • 1. 2025-04-16 20:50:48
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • delete from `discounts` where `expires_at` < '2025-04-16 20:50:48'390μstejarap_new
        Metadata
        Bindings
        • 0. 2025-04-16 20:50:48
      • select * from `discounts` where `product_id` = 677 limit 1410μstejarap_new
        Metadata
        Bindings
        • 0. 677
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select * from `discounts` where `product_id` = 677 and `expires_at` > '2025-04-16 20:50:48' limit 1420μstejarap_new
        Metadata
        Bindings
        • 0. 677
        • 1. 2025-04-16 20:50:48
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • delete from `discounts` where `expires_at` < '2025-04-16 20:50:48'290μstejarap_new
        Metadata
        Bindings
        • 0. 2025-04-16 20:50:48
      • select * from `discounts` where `product_id` = 676 limit 1340μstejarap_new
        Metadata
        Bindings
        • 0. 676
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select * from `discounts` where `product_id` = 676 and `expires_at` > '2025-04-16 20:50:48' limit 1430μstejarap_new
        Metadata
        Bindings
        • 0. 676
        • 1. 2025-04-16 20:50:48
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • delete from `discounts` where `expires_at` < '2025-04-16 20:50:48'310μstejarap_new
        Metadata
        Bindings
        • 0. 2025-04-16 20:50:48
      • select * from `discounts` where `product_id` = 675 limit 1370μstejarap_new
        Metadata
        Bindings
        • 0. 675
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select * from `discounts` where `product_id` = 675 and `expires_at` > '2025-04-16 20:50:48' limit 1440μstejarap_new
        Metadata
        Bindings
        • 0. 675
        • 1. 2025-04-16 20:50:48
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • delete from `discounts` where `expires_at` < '2025-04-16 20:50:48'350μstejarap_new
        Metadata
        Bindings
        • 0. 2025-04-16 20:50:48
      • select * from `discounts` where `product_id` = 674 limit 1390μstejarap_new
        Metadata
        Bindings
        • 0. 674
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select * from `discounts` where `product_id` = 674 and `expires_at` > '2025-04-16 20:50:48' limit 1430μstejarap_new
        Metadata
        Bindings
        • 0. 674
        • 1. 2025-04-16 20:50:48
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • delete from `discounts` where `expires_at` < '2025-04-16 20:50:48'360μstejarap_new
        Metadata
        Bindings
        • 0. 2025-04-16 20:50:48
      • select * from `discounts` where `product_id` = 673 limit 1380μstejarap_new
        Metadata
        Bindings
        • 0. 673
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select * from `discounts` where `product_id` = 673 and `expires_at` > '2025-04-16 20:50:48' limit 1420μstejarap_new
        Metadata
        Bindings
        • 0. 673
        • 1. 2025-04-16 20:50:48
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • delete from `discounts` where `expires_at` < '2025-04-16 20:50:48'340μstejarap_new
        Metadata
        Bindings
        • 0. 2025-04-16 20:50:48
      • select * from `discounts` where `product_id` = 672 limit 1420μstejarap_new
        Metadata
        Bindings
        • 0. 672
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select * from `discounts` where `product_id` = 672 and `expires_at` > '2025-04-16 20:50:48' limit 1430μstejarap_new
        Metadata
        Bindings
        • 0. 672
        • 1. 2025-04-16 20:50:48
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • delete from `discounts` where `expires_at` < '2025-04-16 20:50:48'370μstejarap_new
        Metadata
        Bindings
        • 0. 2025-04-16 20:50:48
      • select * from `discounts` where `product_id` = 671 limit 1390μstejarap_new
        Metadata
        Bindings
        • 0. 671
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select * from `discounts` where `product_id` = 671 and `expires_at` > '2025-04-16 20:50:48' limit 1390μstejarap_new
        Metadata
        Bindings
        • 0. 671
        • 1. 2025-04-16 20:50:48
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • delete from `discounts` where `expires_at` < '2025-04-16 20:50:48'370μstejarap_new
        Metadata
        Bindings
        • 0. 2025-04-16 20:50:48
      • select * from `discounts` where `product_id` = 670 limit 1400μstejarap_new
        Metadata
        Bindings
        • 0. 670
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select * from `discounts` where `product_id` = 670 and `expires_at` > '2025-04-16 20:50:48' limit 1410μstejarap_new
        Metadata
        Bindings
        • 0. 670
        • 1. 2025-04-16 20:50:48
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • delete from `discounts` where `expires_at` < '2025-04-16 20:50:48'310μstejarap_new
        Metadata
        Bindings
        • 0. 2025-04-16 20:50:48
      • select * from `discounts` where `product_id` = 669 limit 1390μstejarap_new
        Metadata
        Bindings
        • 0. 669
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select * from `discounts` where `product_id` = 669 and `expires_at` > '2025-04-16 20:50:48' limit 1380μstejarap_new
        Metadata
        Bindings
        • 0. 669
        • 1. 2025-04-16 20:50:48
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • delete from `discounts` where `expires_at` < '2025-04-16 20:50:48'300μstejarap_new
        Metadata
        Bindings
        • 0. 2025-04-16 20:50:48
      • select * from `discounts` where `product_id` = 668 limit 1370μstejarap_new
        Metadata
        Bindings
        • 0. 668
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select * from `discounts` where `product_id` = 668 and `expires_at` > '2025-04-16 20:50:48' limit 1360μstejarap_new
        Metadata
        Bindings
        • 0. 668
        • 1. 2025-04-16 20:50:48
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • delete from `discounts` where `expires_at` < '2025-04-16 20:50:48'380μstejarap_new
        Metadata
        Bindings
        • 0. 2025-04-16 20:50:48
      • select * from `discounts` where `product_id` = 667 limit 1410μstejarap_new
        Metadata
        Bindings
        • 0. 667
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select * from `discounts` where `product_id` = 667 and `expires_at` > '2025-04-16 20:50:48' limit 1430μstejarap_new
        Metadata
        Bindings
        • 0. 667
        • 1. 2025-04-16 20:50:48
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select `title`, `id` from `questions_category` where `parent_id` = 0 and `status` = 1 and `id` <> 59850μstejarap_new
        Metadata
        Bindings
        • 0. 0
        • 1. 1
        • 2. 59
      • select `title`, `id`, `parent_id` as `mid` from `questions_category` where `parent_id` <> 0 and `status` = 1460μstejarap_new
        Metadata
        Bindings
        • 0. 0
        • 1. 1
      • select `types`.`id` as `tid`, `questions_category`.`id` as `id`, `questions_category`.`parent_id` as `mid`, `types`.`title` as `name` from `types` inner join `questions_category` on `questions_category`.`id` = `types`.`qc_id` where `questions_category`.`status` = 11.19mstejarap_new
        Metadata
        Bindings
        • 0. 1
      App\Models\QuestionsCategory
      5
      App\Models\ProductImage
      13
      App\Models\Product
      12
        _token
        GtZLp9LsHKwSwyNnmEvJqWNRXZo6RDKf7tiyva6d
        _previous
        array:1 [ "url" => "https://tejarap.ir/shop/search/M-127?page=2" ]
        _flash
        array:2 [ "old" => [] "new" => [] ]
        PHPDEBUGBAR_STACK_DATA
        []
        path_info
        /shop/search/M-127
        status_code
        200
        
        status_text
        OK
        format
        html
        content_type
        text/html; charset=UTF-8
        request_query
        0 of 0
        array:1 [ "page" => "2" ]
        request_request
        0 of 0
        array:1 [ "page" => "2" ]
        request_headers
        0 of 0
        array:28 [ "cdn-loop" => array:1 [ 0 => "arvancloud; count=1" ] "priority" => array:1 [ 0 => "u=0, i" ] "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" ] "ar-sid" => array:1 [ 0 => "5340" ] "ar-real-country" => array:1 [ 0 => "US" ] "ar-real-ip" => array:1 [ 0 => "3.15.188.114" ] "x-sid" => array:1 [ 0 => "5340" ] "x-country-code" => array:1 [ 0 => "US" ] "x-request-id" => array:1 [ 0 => "4aeea487e8ddf489e6e819b22a69aff7" ] "x-forwarded-for" => array:1 [ 0 => "3.15.188.114" ] "x-forwarded-port" => array:1 [ 0 => "443" ] "x-forwarded-proto" => array:1 [ 0 => "https" ] "true-client-ip" => array:1 [ 0 => "3.15.188.114" ] "x-real-ip" => array:1 [ 0 => "3.15.188.114" ] "connection" => array:1 [ 0 => "close" ] "accept-encoding" => array:1 [ 0 => "gzip, deflate, br, zstd" ] "host" => array:1 [ 0 => "tejarap.ir" ] ]
        request_server
        0 of 0
        array:64 [ "USER" => "tejarap" "HOME" => "/home/tejarap" "SCRIPT_NAME" => "/index.php" "REQUEST_URI" => "/shop/search/M-127?page=2" "QUERY_STRING" => "page=2" "REQUEST_METHOD" => "GET" "SERVER_PROTOCOL" => "HTTP/1.1" "GATEWAY_INTERFACE" => "CGI/1.1" "REDIRECT_QUERY_STRING" => "page=2" "REDIRECT_URL" => "/shop/search/M-127" "REMOTE_PORT" => "60090" "SCRIPT_FILENAME" => "/home/tejarap/domains/tejarap.ir/public_html/public/index.php" "SERVER_ADMIN" => "webmaster@tejarap.ir" "CONTEXT_DOCUMENT_ROOT" => "/home/tejarap/domains/tejarap.ir/public_html/public" "CONTEXT_PREFIX" => "" "REQUEST_SCHEME" => "https" "DOCUMENT_ROOT" => "/home/tejarap/domains/tejarap.ir/public_html/public" "REMOTE_ADDR" => "185.215.232.190" "SERVER_PORT" => "443" "SERVER_ADDR" => "62.210.5.188" "SERVER_NAME" => "tejarap.ir" "SERVER_SOFTWARE" => "Apache/2" "SERVER_SIGNATURE" => "" "PATH" => "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" "HTTP_CDN_LOOP" => "arvancloud; count=1" "HTTP_PRIORITY" => "u=0, i" "HTTP_SEC_FETCH_DEST" => "document" "HTTP_SEC_FETCH_USER" => "?1" "HTTP_SEC_FETCH_MODE" => "navigate" "HTTP_SEC_FETCH_SITE" => "none" "HTTP_ACCEPT" => "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" "HTTP_USER_AGENT" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" "HTTP_UPGRADE_INSECURE_REQUESTS" => "1" "HTTP_SEC_CH_UA_PLATFORM" => ""Windows"" "HTTP_SEC_CH_UA_MOBILE" => "?0" "HTTP_SEC_CH_UA" => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" "HTTP_CACHE_CONTROL" => "no-cache" "HTTP_PRAGMA" => "no-cache" "HTTP_AR_SID" => "5340" "HTTP_AR_REAL_COUNTRY" => "US" "HTTP_AR_REAL_IP" => "3.15.188.114" "HTTP_X_SID" => "5340" "HTTP_X_COUNTRY_CODE" => "US" "HTTP_X_REQUEST_ID" => "4aeea487e8ddf489e6e819b22a69aff7" "HTTP_X_FORWARDED_FOR" => "3.15.188.114" "HTTP_X_FORWARDED_PORT" => "443" "HTTP_X_FORWARDED_PROTO" => "https" "HTTP_TRUE_CLIENT_IP" => "3.15.188.114" "HTTP_X_REAL_IP" => "3.15.188.114" "HTTP_CONNECTION" => "close" "HTTP_ACCEPT_ENCODING" => "gzip, deflate, br, zstd" "HTTP_HOST" => "tejarap.ir" "proxy-nokeepalive" => "1" "SSL_TLS_SNI" => "tejarap.ir" "HTTPS" => "on" "UNIQUE_ID" => "Z__Y3-9GOf9A4OHocdnAVQAAAIM" "REDIRECT_STATUS" => "200" "REDIRECT_SSL_TLS_SNI" => "tejarap.ir" "REDIRECT_HTTPS" => "on" "REDIRECT_UNIQUE_ID" => "Z__Y3-9GOf9A4OHocdnAVQAAAIM" "FCGI_ROLE" => "RESPONDER" "PHP_SELF" => "/index.php" "REQUEST_TIME_FLOAT" => 1744820447.9507 "REQUEST_TIME" => 1744820447 ]
        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 => "Wed, 16 Apr 2025 16:20:48 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IkJDaGd3Um1TUkttWFhqelpOcVlZMWc9PSIsInZhbHVlIjoiSytRajJ4dWtDMFRaa2JvbmtFVVNHWi9NNGFvelVPZTVqTU04MytpaUM2ejV4eFNzQ3BlVGd0N2N2TVNPNEVGUEhaZFVDTWxCeFM2Tk5KUUtzOTdzSWhLeVlEMmlhY1ZVQWRjYjJFb0dLaFNZK1hvNXovVkJVdzNLWVVmdC9NR3ciLCJtYWMiOiI5NjEzNmM2M2EyNGExZDU3YTUzZWVkYjljOTdmODllMTI2NmIxY2IyOTQzMTYyYjE2MjA3NWY1ZTdjZjhkYmU0In0%3D; expires=Thu, 17-Apr-2025 02:20:48 GMT; Max-Age=36000; path=/XSRF-TOKEN=eyJpdiI6IkJDaGd3Um1TUkttWFhqelpOcVlZMWc9PSIsInZhbHVlIjoiSytRajJ4dWtDMFRaa2JvbmtFVVNHWi9NNGFvelVPZTVqTU04MytpaUM2ejV4eFNzQ3BlVGd0N2N2TVNPNEVGUEhaZFVDT" 1 => "laravel_session=eyJpdiI6IlpPeS8wUHI3MmpEaVJvbnlDTlpIcWc9PSIsInZhbHVlIjoiaGZ5UFRwdXVuQjZ1bEk1MDFkYkIwYWs5akhjY3FJaDBzMGljbnVqVjUzOURYa2NSYklYN0c4SlltN20wMHo5L3RBOG1GWXRzRjdDMGVZQTdJMzBKaXc0SGlGNTZSem1ZTWxqdmNtbVB1OS9Ib0ZJeWZGbkxVYU4zeGtHOXgyU3QiLCJtYWMiOiI3ODU1NzNkMDQ3M2RjNzQ4ODBjYTZlMjJkY2E3NzI1ZWFmM2Q0YWYwYzkzNWM5MjI3NWZiYmNjOGQ3MTk2OTk3In0%3D; expires=Thu, 17-Apr-2025 02:20:48 GMT; Max-Age=36000; path=/; httponlylaravel_session=eyJpdiI6IlpPeS8wUHI3MmpEaVJvbnlDTlpIcWc9PSIsInZhbHVlIjoiaGZ5UFRwdXVuQjZ1bEk1MDFkYkIwYWs5akhjY3FJaDBzMGljbnVqVjUzOURYa2NSYklYN0c4SlltN20wMHo5L3RB" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IkJDaGd3Um1TUkttWFhqelpOcVlZMWc9PSIsInZhbHVlIjoiSytRajJ4dWtDMFRaa2JvbmtFVVNHWi9NNGFvelVPZTVqTU04MytpaUM2ejV4eFNzQ3BlVGd0N2N2TVNPNEVGUEhaZFVDTWxCeFM2Tk5KUUtzOTdzSWhLeVlEMmlhY1ZVQWRjYjJFb0dLaFNZK1hvNXovVkJVdzNLWVVmdC9NR3ciLCJtYWMiOiI5NjEzNmM2M2EyNGExZDU3YTUzZWVkYjljOTdmODllMTI2NmIxY2IyOTQzMTYyYjE2MjA3NWY1ZTdjZjhkYmU0In0%3D; expires=Thu, 17-Apr-2025 02:20:48 GMT; path=/XSRF-TOKEN=eyJpdiI6IkJDaGd3Um1TUkttWFhqelpOcVlZMWc9PSIsInZhbHVlIjoiSytRajJ4dWtDMFRaa2JvbmtFVVNHWi9NNGFvelVPZTVqTU04MytpaUM2ejV4eFNzQ3BlVGd0N2N2TVNPNEVGUEhaZFVDT" 1 => "laravel_session=eyJpdiI6IlpPeS8wUHI3MmpEaVJvbnlDTlpIcWc9PSIsInZhbHVlIjoiaGZ5UFRwdXVuQjZ1bEk1MDFkYkIwYWs5akhjY3FJaDBzMGljbnVqVjUzOURYa2NSYklYN0c4SlltN20wMHo5L3RBOG1GWXRzRjdDMGVZQTdJMzBKaXc0SGlGNTZSem1ZTWxqdmNtbVB1OS9Ib0ZJeWZGbkxVYU4zeGtHOXgyU3QiLCJtYWMiOiI3ODU1NzNkMDQ3M2RjNzQ4ODBjYTZlMjJkY2E3NzI1ZWFmM2Q0YWYwYzkzNWM5MjI3NWZiYmNjOGQ3MTk2OTk3In0%3D; expires=Thu, 17-Apr-2025 02:20:48 GMT; path=/; httponlylaravel_session=eyJpdiI6IlpPeS8wUHI3MmpEaVJvbnlDTlpIcWc9PSIsInZhbHVlIjoiaGZ5UFRwdXVuQjZ1bEk1MDFkYkIwYWs5akhjY3FJaDBzMGljbnVqVjUzOURYa2NSYklYN0c4SlltN20wMHo5L3RB" ] ]
        session_attributes
        0 of 0
        array:4 [ "_token" => "GtZLp9LsHKwSwyNnmEvJqWNRXZo6RDKf7tiyva6d" "_previous" => array:1 [ "url" => "https://tejarap.ir/shop/search/M-127?page=2" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]