We are following CDC safety guidelines
New & Antique Decorative Rugs Since 1904
Developed And Designed By Noblemetric INC
products
filterData
logged_in_user
paginator
elements
__env
app
errors
helper
productTypes
__currentLoopData
single
loop
product
isSoldOut
finalPrice
sale_price
images
queryParams
select count(*) as aggregate from `products` inner join `product_sizes` as `order_table` on `order_table`.`product_id` = `products`.`id` where `products`.`status` = 1 and `is_sale` = 1
- EXPLAIN # 1: `order_table` (SIMPLE)
- EXPLAIN # 1: `products` (SIMPLE)
select `products`.* from `products` inner join `product_sizes` as `order_table` on `order_table`.`product_id` = `products`.`id` where `products`.`status` = 1 and `is_sale` = 1 order by `order_table`.`width` asc, `order_table`.`length` asc limit 102 offset 5610
SELECT *
select `categories`.* from `products` inner join `categories` on `categories`.`id` = `products`.`category_id` where `products`.`type` = 'rug' group by `products`.`category_id` order by `categories`.`category` asc
- EXPLAIN # 1: `categories` (SIMPLE)
select `subcategories`.* from `products` inner join `subcategories` on `subcategories`.`id` = `products`.`subcategory_id` where `products`.`type` = 'rug' group by `products`.`subcategory_id` order by `subcategories`.`subcategory` asc
- EXPLAIN # 1: `subcategories` (SIMPLE)
select `styles`.* from `products` inner join `styles` on `styles`.`id` = `products`.`style_id` where `products`.`type` = 'rug' group by `products`.`style_id` order by `styles`.`name` asc
- EXPLAIN # 1: `styles` (SIMPLE)
select `materials`.* from `products` inner join `materials` on `materials`.`id` = `products`.`material_id` where `products`.`type` = 'rug' group by `products`.`material_id` order by `materials`.`name` asc
- EXPLAIN # 1: `materials` (SIMPLE)
select `weaves`.* from `products` inner join `weaves` on `weaves`.`id` = `products`.`weave_id` where `products`.`type` = 'rug' group by `products`.`weave_id` order by `weaves`.`name` asc
- EXPLAIN # 1: `weaves` (SIMPLE)
select `colors`.* from `products` inner join `colors` on `colors`.`id` = `products`.`color_id` where `products`.`type` = 'rug' group by `products`.`color_id` order by `colors`.`name` asc
- EXPLAIN # 1: `colors` (SIMPLE)
select `products`.`shape` from `products` where `products`.`type` = 'rug' group by `products`.`shape` order by `products`.`shape` asc
select `categories`.* from `products` inner join `categories` on `categories`.`id` = `products`.`category_id` where `products`.`type` = 'lighting' group by `products`.`category_id` order by `categories`.`category` asc
select `subcategories`.* from `products` inner join `subcategories` on `subcategories`.`id` = `products`.`subcategory_id` where `products`.`type` = 'lighting' group by `products`.`subcategory_id` order by `subcategories`.`subcategory` asc
select `styles`.* from `products` inner join `styles` on `styles`.`id` = `products`.`style_id` where `products`.`type` = 'lighting' group by `products`.`style_id` order by `styles`.`name` asc
select `materials`.* from `products` inner join `materials` on `materials`.`id` = `products`.`material_id` where `products`.`type` = 'lighting' group by `products`.`material_id` order by `materials`.`name` asc
select `weaves`.* from `products` inner join `weaves` on `weaves`.`id` = `products`.`weave_id` where `products`.`type` = 'lighting' group by `products`.`weave_id` order by `weaves`.`name` asc
select `colors`.* from `products` inner join `colors` on `colors`.`id` = `products`.`color_id` where `products`.`type` = 'lighting' group by `products`.`color_id` order by `colors`.`name` asc
select `products`.`shape` from `products` where `products`.`type` = 'lighting' group by `products`.`shape` order by `products`.`shape` asc
select `categories`.* from `products` inner join `categories` on `categories`.`id` = `products`.`category_id` where `products`.`type` = 'accessories' group by `products`.`category_id` order by `categories`.`category` asc
select `subcategories`.* from `products` inner join `subcategories` on `subcategories`.`id` = `products`.`subcategory_id` where `products`.`type` = 'accessories' group by `products`.`subcategory_id` order by `subcategories`.`subcategory` asc
select `styles`.* from `products` inner join `styles` on `styles`.`id` = `products`.`style_id` where `products`.`type` = 'accessories' group by `products`.`style_id` order by `styles`.`name` asc
select `materials`.* from `products` inner join `materials` on `materials`.`id` = `products`.`material_id` where `products`.`type` = 'accessories' group by `products`.`material_id` order by `materials`.`name` asc
select `weaves`.* from `products` inner join `weaves` on `weaves`.`id` = `products`.`weave_id` where `products`.`type` = 'accessories' group by `products`.`weave_id` order by `weaves`.`name` asc
select `colors`.* from `products` inner join `colors` on `colors`.`id` = `products`.`color_id` where `products`.`type` = 'accessories' group by `products`.`color_id` order by `colors`.`name` asc
select `products`.`shape` from `products` where `products`.`type` = 'accessories' group by `products`.`shape` order by `products`.`shape` asc
select `categories`.* from `products` inner join `categories` on `categories`.`id` = `products`.`category_id` where `products`.`type` = 'furniture' group by `products`.`category_id` order by `categories`.`category` asc
select `subcategories`.* from `products` inner join `subcategories` on `subcategories`.`id` = `products`.`subcategory_id` where `products`.`type` = 'furniture' group by `products`.`subcategory_id` order by `subcategories`.`subcategory` asc
select `styles`.* from `products` inner join `styles` on `styles`.`id` = `products`.`style_id` where `products`.`type` = 'furniture' group by `products`.`style_id` order by `styles`.`name` asc
select `materials`.* from `products` inner join `materials` on `materials`.`id` = `products`.`material_id` where `products`.`type` = 'furniture' group by `products`.`material_id` order by `materials`.`name` asc
select `weaves`.* from `products` inner join `weaves` on `weaves`.`id` = `products`.`weave_id` where `products`.`type` = 'furniture' group by `products`.`weave_id` order by `weaves`.`name` asc
select `colors`.* from `products` inner join `colors` on `colors`.`id` = `products`.`color_id` where `products`.`type` = 'furniture' group by `products`.`color_id` order by `colors`.`name` asc
select `products`.`shape` from `products` where `products`.`type` = 'furniture' group by `products`.`shape` order by `products`.`shape` asc
select * from `settings`
SELECT
WHERE
- EXPLAIN # 1: `settings` (SIMPLE)
select * from `cart_storage` where `cart_storage`.`id` = '9795_cart_items' limit 1
LIMIT
ORDER BY
- EXPLAIN # 1: `` (SIMPLE)
select * from `product_sizes` where `product_sizes`.`product_id` = 2211 and `product_sizes`.`product_id` is not null
- EXPLAIN # 1: `product_sizes` (SIMPLE)
select * from `product_sizes` where `product_sizes`.`product_id` = 2982 and `product_sizes`.`product_id` is not null
select * from `product_sizes` where `product_sizes`.`product_id` = 1824 and `product_sizes`.`product_id` is not null
select * from `product_sizes` where `product_sizes`.`product_id` = 1603 and `product_sizes`.`product_id` is not null
select * from `product_sizes` where `product_sizes`.`product_id` = 1198 and `product_sizes`.`product_id` is not null
select * from `product_sizes` where `product_sizes`.`product_id` = 5612 and `product_sizes`.`product_id` is not null
select * from `product_sizes` where `product_sizes`.`product_id` = 4467 and `product_sizes`.`product_id` is not null
select * from `product_sizes` where `product_sizes`.`product_id` = 2981 and `product_sizes`.`product_id` is not null
select * from `product_sizes` where `product_sizes`.`product_id` = 3793 and `product_sizes`.`product_id` is not null
select * from `product_sizes` where `product_sizes`.`product_id` = 491 and `product_sizes`.`product_id` is not null
select * from `product_sizes` where `product_sizes`.`product_id` = 1189 and `product_sizes`.`product_id` is not null
select * from `product_sizes` where `product_sizes`.`product_id` = 4886 and `product_sizes`.`product_id` is not null
select * from `product_sizes` where `product_sizes`.`product_id` = 5373 and `product_sizes`.`product_id` is not null
select * from `product_sizes` where `product_sizes`.`product_id` = 5924 and `product_sizes`.`product_id` is not null
select * from `product_sizes` where `product_sizes`.`product_id` = 6036 and `product_sizes`.`product_id` is not null
select * from `product_sizes` where `product_sizes`.`product_id` = 1721 and `product_sizes`.`product_id` is not null
select * from `product_sizes` where `product_sizes`.`product_id` = 2039 and `product_sizes`.`product_id` is not null
select * from `product_sizes` where `product_sizes`.`product_id` = 5599 and `product_sizes`.`product_id` is not null
select * from `product_sizes` where `product_sizes`.`product_id` = 798 and `product_sizes`.`product_id` is not null
select * from `product_sizes` where `product_sizes`.`product_id` = 1199 and `product_sizes`.`product_id` is not null
select * from `product_sizes` where `product_sizes`.`product_id` = 5636 and `product_sizes`.`product_id` is not null
select * from `product_sizes` where `product_sizes`.`product_id` = 1838 and `product_sizes`.`product_id` is not null
select * from `product_sizes` where `product_sizes`.`product_id` = 2980 and `product_sizes`.`product_id` is not null
select * from `product_sizes` where `product_sizes`.`product_id` = 4339 and `product_sizes`.`product_id` is not null
select * from `product_sizes` where `product_sizes`.`product_id` = 3764 and `product_sizes`.`product_id` is not null
select * from `product_sizes` where `product_sizes`.`product_id` = 4699 and `product_sizes`.`product_id` is not null
select * from `product_sizes` where `product_sizes`.`product_id` = 4688 and `product_sizes`.`product_id` is not null
select * from `product_sizes` where `product_sizes`.`product_id` = 4759 and `product_sizes`.`product_id` is not null
select * from `product_sizes` where `product_sizes`.`product_id` = 507 and `product_sizes`.`product_id` is not null
select * from `product_sizes` where `product_sizes`.`product_id` = 987 and `product_sizes`.`product_id` is not null
select * from `product_sizes` where `product_sizes`.`product_id` = 5493 and `product_sizes`.`product_id` is not null
select * from `product_sizes` where `product_sizes`.`product_id` = 534 and `product_sizes`.`product_id` is not null
select * from `product_sizes` where `product_sizes`.`product_id` = 4780 and `product_sizes`.`product_id` is not null
select * from `product_sizes` where `product_sizes`.`product_id` = 3374 and `product_sizes`.`product_id` is not null
select * from `product_sizes` where `product_sizes`.`product_id` = 4311 and `product_sizes`.`product_id` is not null
select * from `product_sizes` where `product_sizes`.`product_id` = 3442 and `product_sizes`.`product_id` is not null
select * from `product_sizes` where `product_sizes`.`product_id` = 485 and `product_sizes`.`product_id` is not null
select * from `product_sizes` where `product_sizes`.`product_id` = 1931 and `product_sizes`.`product_id` is not null
select * from `product_sizes` where `product_sizes`.`product_id` = 4216 and `product_sizes`.`product_id` is not null
select * from `product_sizes` where `product_sizes`.`product_id` = 1837 and `product_sizes`.`product_id` is not null
select * from `product_sizes` where `product_sizes`.`product_id` = 5663 and `product_sizes`.`product_id` is not null
select * from `product_sizes` where `product_sizes`.`product_id` = 5668 and `product_sizes`.`product_id` is not null
select * from `product_sizes` where `product_sizes`.`product_id` = 6002 and `product_sizes`.`product_id` is not null
select * from `product_sizes` where `product_sizes`.`product_id` = 5608 and `product_sizes`.`product_id` is not null
select * from `product_sizes` where `product_sizes`.`product_id` = 1645 and `product_sizes`.`product_id` is not null
select * from `product_sizes` where `product_sizes`.`product_id` = 492 and `product_sizes`.`product_id` is not null
select * from `product_sizes` where `product_sizes`.`product_id` = 5629 and `product_sizes`.`product_id` is not null
select * from `product_sizes` where `product_sizes`.`product_id` = 710 and `product_sizes`.`product_id` is not null
select * from `product_sizes` where `product_sizes`.`product_id` = 2984 and `product_sizes`.`product_id` is not null
select * from `product_sizes` where `product_sizes`.`product_id` = 4687 and `product_sizes`.`product_id` is not null
select * from `product_sizes` where `product_sizes`.`product_id` = 5518 and `product_sizes`.`product_id` is not null
select * from `product_sizes` where `product_sizes`.`product_id` = 1648 and `product_sizes`.`product_id` is not null
select * from `product_sizes` where `product_sizes`.`product_id` = 2063 and `product_sizes`.`product_id` is not null
select * from `product_sizes` where `product_sizes`.`product_id` = 5633 and `product_sizes`.`product_id` is not null
select * from `product_sizes` where `product_sizes`.`product_id` = 7034 and `product_sizes`.`product_id` is not null
select * from `product_sizes` where `product_sizes`.`product_id` = 5970 and `product_sizes`.`product_id` is not null
select * from `product_sizes` where `product_sizes`.`product_id` = 3180 and `product_sizes`.`product_id` is not null
select * from `product_sizes` where `product_sizes`.`product_id` = 3733 and `product_sizes`.`product_id` is not null
select * from `product_sizes` where `product_sizes`.`product_id` = 1734 and `product_sizes`.`product_id` is not null
select * from `product_sizes` where `product_sizes`.`product_id` = 4211 and `product_sizes`.`product_id` is not null
select * from `product_sizes` where `product_sizes`.`product_id` = 3380 and `product_sizes`.`product_id` is not null
select * from `product_sizes` where `product_sizes`.`product_id` = 6696 and `product_sizes`.`product_id` is not null
select * from `product_sizes` where `product_sizes`.`product_id` = 4847 and `product_sizes`.`product_id` is not null
select * from `product_sizes` where `product_sizes`.`product_id` = 1498 and `product_sizes`.`product_id` is not null
select * from `product_sizes` where `product_sizes`.`product_id` = 4708 and `product_sizes`.`product_id` is not null
select * from `product_sizes` where `product_sizes`.`product_id` = 1628 and `product_sizes`.`product_id` is not null
select * from `product_sizes` where `product_sizes`.`product_id` = 1647 and `product_sizes`.`product_id` is not null
select * from `product_sizes` where `product_sizes`.`product_id` = 4766 and `product_sizes`.`product_id` is not null
select * from `product_sizes` where `product_sizes`.`product_id` = 4783 and `product_sizes`.`product_id` is not null
select * from `product_sizes` where `product_sizes`.`product_id` = 2496 and `product_sizes`.`product_id` is not null
select * from `product_sizes` where `product_sizes`.`product_id` = 4240 and `product_sizes`.`product_id` is not null
select * from `product_sizes` where `product_sizes`.`product_id` = 539 and `product_sizes`.`product_id` is not null
select * from `product_sizes` where `product_sizes`.`product_id` = 5233 and `product_sizes`.`product_id` is not null
select * from `product_sizes` where `product_sizes`.`product_id` = 6037 and `product_sizes`.`product_id` is not null
select * from `product_sizes` where `product_sizes`.`product_id` = 2747 and `product_sizes`.`product_id` is not null
select * from `product_sizes` where `product_sizes`.`product_id` = 3919 and `product_sizes`.`product_id` is not null
select * from `product_sizes` where `product_sizes`.`product_id` = 4104 and `product_sizes`.`product_id` is not null
select * from `product_sizes` where `product_sizes`.`product_id` = 2545 and `product_sizes`.`product_id` is not null
select * from `product_sizes` where `product_sizes`.`product_id` = 4091 and `product_sizes`.`product_id` is not null
select * from `product_sizes` where `product_sizes`.`product_id` = 109 and `product_sizes`.`product_id` is not null
select * from `product_sizes` where `product_sizes`.`product_id` = 1100 and `product_sizes`.`product_id` is not null
select * from `product_sizes` where `product_sizes`.`product_id` = 889 and `product_sizes`.`product_id` is not null
select * from `product_sizes` where `product_sizes`.`product_id` = 6077 and `product_sizes`.`product_id` is not null
select * from `product_sizes` where `product_sizes`.`product_id` = 3549 and `product_sizes`.`product_id` is not null
select * from `product_sizes` where `product_sizes`.`product_id` = 570 and `product_sizes`.`product_id` is not null
select * from `product_sizes` where `product_sizes`.`product_id` = 1951 and `product_sizes`.`product_id` is not null
select * from `product_sizes` where `product_sizes`.`product_id` = 1495 and `product_sizes`.`product_id` is not null
select * from `product_sizes` where `product_sizes`.`product_id` = 5067 and `product_sizes`.`product_id` is not null
select * from `product_sizes` where `product_sizes`.`product_id` = 4266 and `product_sizes`.`product_id` is not null
select * from `product_sizes` where `product_sizes`.`product_id` = 1790 and `product_sizes`.`product_id` is not null
select * from `product_sizes` where `product_sizes`.`product_id` = 6058 and `product_sizes`.`product_id` is not null
select * from `product_sizes` where `product_sizes`.`product_id` = 2534 and `product_sizes`.`product_id` is not null
select * from `product_sizes` where `product_sizes`.`product_id` = 4215 and `product_sizes`.`product_id` is not null
select * from `product_sizes` where `product_sizes`.`product_id` = 1782 and `product_sizes`.`product_id` is not null
select * from `product_sizes` where `product_sizes`.`product_id` = 1789 and `product_sizes`.`product_id` is not null
select * from `product_sizes` where `product_sizes`.`product_id` = 1791 and `product_sizes`.`product_id` is not null
select * from `product_sizes` where `product_sizes`.`product_id` = 1244 and `product_sizes`.`product_id` is not null
select * from `product_sizes` where `product_sizes`.`product_id` = 2409 and `product_sizes`.`product_id` is not null
select * from `product_sizes` where `product_sizes`.`product_id` = 5506 and `product_sizes`.`product_id` is not null
select * from `product_sizes` where `product_sizes`.`product_id` = 1513 and `product_sizes`.`product_id` is not null
select * from `product_sizes` where `product_sizes`.`product_id` = 1646 and `product_sizes`.`product_id` is not null
select * from `product_sizes` where `product_sizes`.`product_id` = 3908 and `product_sizes`.`product_id` is not null
200
0 of 0 array:1 [▶ "page" => "56" ]
0 of 0 array:15 [▶ "host" => array:1 [▶ 0 => "www.pasargad.com" ] "connection" => array:1 [▶ 0 => "keep-alive" ] "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" ] "user-agent" => array:1 [▶ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "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" ] "sec-fetch-site" => array:1 [▶ 0 => "none" ] "sec-fetch-mode" => array:1 [▶ 0 => "navigate" ] "sec-fetch-user" => array:1 [▶ 0 => "?1" ] "sec-fetch-dest" => array:1 [▶ 0 => "document" ] "accept-encoding" => array:1 [▶ 0 => "gzip, deflate, br, zstd" ] ]
0 of 0 array:72 [▶ "REDIRECT_HTTPS" => "on" "REDIRECT_SSL_TLS_SNI" => "www.pasargad.com" "REDIRECT_STATUS" => "200" "HTTPS" => "on" "SSL_TLS_SNI" => "www.pasargad.com" "SSL_SERVER_S_DN_CN" => "pasargad.com" "SSL_SERVER_I_DN_C" => "GB" "SSL_SERVER_I_DN_ST" => "Greater Manchester" "SSL_SERVER_I_DN_L" => "Salford" "SSL_SERVER_I_DN_O" => "Sectigo Limited" "SSL_SERVER_I_DN_CN" => "Sectigo RSA Domain Validation Secure Server CA" "SSL_SERVER_SAN_DNS_0" => "pasargad.com" "SSL_SERVER_SAN_DNS_1" => "www.pasargad.com" "SSL_VERSION_INTERFACE" => "mod_ssl/2.4.61" "SSL_VERSION_LIBRARY" => "OpenSSL/1.0.2k-fips" "SSL_PROTOCOL" => "TLSv1.2" "SSL_SECURE_RENEG" => "true" "SSL_COMPRESS_METHOD" => "NULL" "SSL_CIPHER" => "ECDHE-RSA-AES256-GCM-SHA384" "SSL_CIPHER_EXPORT" => "false" "SSL_CIPHER_USEKEYSIZE" => "256" "SSL_CIPHER_ALGKEYSIZE" => "256" "SSL_CLIENT_VERIFY" => "NONE" "SSL_SERVER_M_VERSION" => "3" "SSL_SERVER_M_SERIAL" => "3478FEF50BD9E58CBAB269F74C65E144" "SSL_SERVER_V_START" => "Sep 17 00:00:00 2024 GMT" "SSL_SERVER_V_END" => "Sep 17 23:59:59 2025 GMT" "SSL_SERVER_S_DN" => "CN=pasargad.com" "SSL_SERVER_I_DN" => "CN=Sectigo RSA Domain Validation Secure Server CA,O=Sectigo Limited,L=Salford,ST=Greater Manchester,C=GB" "SSL_SERVER_A_KEY" => "******" "SSL_SERVER_A_SIG" => "sha256WithRSAEncryption" "SSL_SESSION_RESUMED" => "Initial" "HTTP_HOST" => "www.pasargad.com" "HTTP_CONNECTION" => "keep-alive" "HTTP_PRAGMA" => "no-cache" "HTTP_CACHE_CONTROL" => "no-cache" "HTTP_SEC_CH_UA" => ""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"" "HTTP_SEC_CH_UA_MOBILE" => "?0" "HTTP_SEC_CH_UA_PLATFORM" => ""Windows"" "HTTP_UPGRADE_INSECURE_REQUESTS" => "1" "HTTP_USER_AGENT" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" "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_SEC_FETCH_SITE" => "none" "HTTP_SEC_FETCH_MODE" => "navigate" "HTTP_SEC_FETCH_USER" => "?1" "HTTP_SEC_FETCH_DEST" => "document" "HTTP_ACCEPT_ENCODING" => "gzip, deflate, br, zstd" "PATH" => "/sbin:/usr/sbin:/bin:/usr/bin" "SERVER_SIGNATURE" => "" "SERVER_SOFTWARE" => "Apache/2.4.61 (Amazon) OpenSSL/1.0.2k-fips PHP/7.3.23" "SERVER_NAME" => "www.pasargad.com" "SERVER_ADDR" => "172.31.30.213" "SERVER_PORT" => "443" "REMOTE_ADDR" => "216.73.216.24" "DOCUMENT_ROOT" => "/var/www/html/public" "REQUEST_SCHEME" => "https" "CONTEXT_PREFIX" => "" "CONTEXT_DOCUMENT_ROOT" => "/var/www/html/public" "SERVER_ADMIN" => "root@localhost" "SCRIPT_FILENAME" => "/var/www/html/public/index.php" "REMOTE_PORT" => "62142" "REDIRECT_URL" => "/products/sale" "REDIRECT_QUERY_STRING" => "page=56" "GATEWAY_INTERFACE" => "CGI/1.1" "SERVER_PROTOCOL" => "HTTP/1.1" "REQUEST_METHOD" => "GET" "QUERY_STRING" => "page=56" "REQUEST_URI" => "/products/sale?page=56" "SCRIPT_NAME" => "/index.php" "PHP_SELF" => "/index.php" "REQUEST_TIME_FLOAT" => 1755129587.3913 "REQUEST_TIME" => 1755129587 ]
[]
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, 13 Aug 2025 23:59:47 GMT" ] "set-cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6IjV1ZkJCaFgrRXpuOTEvUnBNSzA0V1E9PSIsInZhbHVlIjoiN3pvU3hma25LR3NTamN6Y3BuZlRxc2RuMnY5ZXJWQm4zVzhKei9OVlpITXNwRVliQ2hFZ2JZV1NKSzR6aHdCbVdkaTc1c0djeWpWUDh6NFRXUTkrcGFYR3Q0VUEza0tQZ1dWU1VZK0NUem5vb0Y1bjhDSFpYT2Q1Z0h1M3hoMTciLCJtYWMiOiJhZTMzZjYzZjBlYjU4MzRhNTUwZjczZDBiZDI0OWE4MzZmNmY2YWJhNWFlZDc5NzY3OGFmYTlmNjE3NzA5ZTdkIn0%3D; expires=Thu, 25-Nov-2027 07:59:50 GMT; Max-Age=72000000; path=/ ◀XSRF-TOKEN=eyJpdiI6IjV1ZkJCaFgrRXpuOTEvUnBNSzA0V1E9PSIsInZhbHVlIjoiN3pvU3hma25LR3NTamN6Y3BuZlRxc2RuMnY5ZXJWQm4zVzhKei9OVlpITXNwRVliQ2hFZ2JZV1NKSzR6aHdCbVdkaTc1c ▶" 1 => "laravel_session=eyJpdiI6Im1QelFMRldFaFZLUHhUQTltU3h6a0E9PSIsInZhbHVlIjoieUVKN0pxNUxhc2JLNjYyWUxNV1ppWWQ3Zk5pRE1wSVkrNHlvRFNZemprUEpLZ293TXh0R0thbk8rMkd2dWRjeWJSek1HaFJhUmt2RHRCRGg3WnpBTU1SMmJpb29LZHVmbDQ4NUVZTytkMXZ1YkFia3MxWGZPOHoybnhPM2kvdXgiLCJtYWMiOiJhZDkwNGMwZTZjMDlkZWFlNjRlZTQ0N2E2Nzg4NzVkYTk4ZDE2NzhkM2RiNjQ1ZjI5NjQ0MjQ1MGVhMDhhOWU4In0%3D; expires=Thu, 25-Nov-2027 07:59:50 GMT; Max-Age=72000000; path=/; httponly ◀laravel_session=eyJpdiI6Im1QelFMRldFaFZLUHhUQTltU3h6a0E9PSIsInZhbHVlIjoieUVKN0pxNUxhc2JLNjYyWUxNV1ppWWQ3Zk5pRE1wSVkrNHlvRFNZemprUEpLZ293TXh0R0thbk8rMkd2dWRjeWJS ▶" ] "Set-Cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6IjV1ZkJCaFgrRXpuOTEvUnBNSzA0V1E9PSIsInZhbHVlIjoiN3pvU3hma25LR3NTamN6Y3BuZlRxc2RuMnY5ZXJWQm4zVzhKei9OVlpITXNwRVliQ2hFZ2JZV1NKSzR6aHdCbVdkaTc1c0djeWpWUDh6NFRXUTkrcGFYR3Q0VUEza0tQZ1dWU1VZK0NUem5vb0Y1bjhDSFpYT2Q1Z0h1M3hoMTciLCJtYWMiOiJhZTMzZjYzZjBlYjU4MzRhNTUwZjczZDBiZDI0OWE4MzZmNmY2YWJhNWFlZDc5NzY3OGFmYTlmNjE3NzA5ZTdkIn0%3D; expires=Thu, 25-Nov-2027 07:59:50 GMT; path=/ ◀XSRF-TOKEN=eyJpdiI6IjV1ZkJCaFgrRXpuOTEvUnBNSzA0V1E9PSIsInZhbHVlIjoiN3pvU3hma25LR3NTamN6Y3BuZlRxc2RuMnY5ZXJWQm4zVzhKei9OVlpITXNwRVliQ2hFZ2JZV1NKSzR6aHdCbVdkaTc1c ▶" 1 => "laravel_session=eyJpdiI6Im1QelFMRldFaFZLUHhUQTltU3h6a0E9PSIsInZhbHVlIjoieUVKN0pxNUxhc2JLNjYyWUxNV1ppWWQ3Zk5pRE1wSVkrNHlvRFNZemprUEpLZ293TXh0R0thbk8rMkd2dWRjeWJSek1HaFJhUmt2RHRCRGg3WnpBTU1SMmJpb29LZHVmbDQ4NUVZTytkMXZ1YkFia3MxWGZPOHoybnhPM2kvdXgiLCJtYWMiOiJhZDkwNGMwZTZjMDlkZWFlNjRlZTQ0N2E2Nzg4NzVkYTk4ZDE2NzhkM2RiNjQ1ZjI5NjQ0MjQ1MGVhMDhhOWU4In0%3D; expires=Thu, 25-Nov-2027 07:59:50 GMT; path=/; httponly ◀laravel_session=eyJpdiI6Im1QelFMRldFaFZLUHhUQTltU3h6a0E9PSIsInZhbHVlIjoieUVKN0pxNUxhc2JLNjYyWUxNV1ppWWQ3Zk5pRE1wSVkrNHlvRFNZemprUEpLZ293TXh0R0thbk8rMkd2dWRjeWJS ▶" ] ]
0 of 0 array:5 [▶ "_token" => "5NFROsGdgzN7pc3H9gnbhDS68BJvnHwIBErt0KqK" "cartSessionId" => 9795 "_previous" => array:1 [▶ "url" => "https://www.pasargad.com/products/sale?page=56" ] "_flash" => array:2 [▶ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]