₹ 2,900.00
₹ 2,465.00
₹ 2,900.00
₹ 2,465.00
1 x Booting (78.46%) | 361.81ms |
1 x Application (21.5%) | 99.16ms |
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
select * from information_schema.tables where table_schema = 'new_amazkart' and table_name = 'general_settings' and table_type = 'BASE TABLE'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from information_schema.tables where table_schema = 'new_amazkart' and table_name = 'users' and table_type = 'BASE TABLE'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `general_settings` limit 1
Metadata | |
---|---|
Backtrace |
|
select * from `themes` where `is_active` = 1 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `maintenance_status`, `maintenance_title`, `maintenance_subtitle`, `maintenance_banner` from `general_settings` limit 1
Metadata | |
---|---|
Backtrace |
|
select * from `categories` where `slug` = 'gadgets' limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `categories` where `parent_id` = 81 and `status` = 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `categories` where `id` = 81 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `category_images` where `category_images`.`category_id` in (81)
Metadata | |
---|---|
Backtrace |
|
select * from `categories` where `categories`.`id` in (77)
Metadata | |
---|---|
Backtrace |
|
select * from `categories` where `categories`.`parent_id` in (81)
Metadata | |
---|---|
Backtrace |
|
select * from `categories` where `parent_id` = 81 and `status` = 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select distinct `brands`.* from `brands` inner join (`products` inner join `category_product` on `category_product`.`product_id` = `products`.`id` and category_product.category_id in('81')) on `products`.`brand_id` = `brands`.`id` where `brands`.`status` = 1 limit 20
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select count(distinct `seller_products`.`id`) as aggregate from `seller_products` inner join (`products` inner join (`category_product` inner join `categories` on `category_product`.`category_id` = `categories`.`id` or `category_product`.`category_id` = `categories`.`parent_id`) on `products`.`id` = `category_product`.`product_id` and `category_product`.`category_id` = 81) on `products`.`id` = `seller_products`.`product_id` and `products`.`status` = 1 where `seller_products`.`status` = 1 and `seller_products`.`user_id` = 1 and exists (select * from `products` where `seller_products`.`product_id` = `products`.`id` and `products`.`status` = 1) and `seller_products`.`status` = 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select distinct `seller_products`.* from `seller_products` inner join (`products` inner join (`category_product` inner join `categories` on `category_product`.`category_id` = `categories`.`id` or `category_product`.`category_id` = `categories`.`parent_id`) on `products`.`id` = `category_product`.`product_id` and `category_product`.`category_id` = 81) on `products`.`id` = `seller_products`.`product_id` and `products`.`status` = 1 where `seller_products`.`status` = 1 and `seller_products`.`user_id` = 1 and exists (select * from `products` where `seller_products`.`product_id` = `products`.`id` and `products`.`status` = 1) and `seller_products`.`status` = 1 order by `created_at` desc limit 9 offset 0
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `flash_deal_products` where exists (select * from `flash_deals` where `flash_deal_products`.`flash_deal_id` = `flash_deals`.`id` and `status` = 1) and `flash_deal_products`.`seller_product_id` in (410, 411, 412, 413, 414, 415, 417, 418, 419)
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `seller_product_s_k_us` where `seller_product_s_k_us`.`product_id` in (410, 411, 412, 413, 414, 415, 417, 418, 419)
Metadata | |
---|---|
Backtrace |
|
select * from `products` where `products`.`id` in (414, 415, 416, 417, 418, 419, 421, 422, 423)
Metadata | |
---|---|
Backtrace |
|
select min(`selling_price`) as aggregate from `seller_product_s_k_us` where product_id in ('419','418','417','415','414','413','412','411','410')
Metadata | |
---|---|
Backtrace |
|
select max(`selling_price`) as aggregate from `seller_product_s_k_us` where product_id in ('419','418','417','415','414','413','412','411','410')
Metadata | |
---|---|
Backtrace |
|
select `product_sku_id` from `seller_product_s_k_us` where exists (select * from `products` inner join `seller_products` on `seller_products`.`product_id` = `products`.`id` where `seller_products`.`id` = `seller_product_s_k_us`.`product_id` and exists (select * from `categories` inner join `category_product` on `categories`.`id` = `category_product`.`category_id` where `products`.`id` = `category_product`.`product_id` and (`category_id` = 81 or exists (select * from `categories` as `laravel_reserved_0` where `categories`.`id` = `laravel_reserved_0`.`parent_id` and id in ('81')) and `category_id` = 81)))
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `attribute_id` from `product_variations` where product_sku_id in ('409','410','411','412','413','414','415','417','418','419') and `attribute_id` != 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `attributes` where id in ('') and `status` = 1 limit 20
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `product_sku_id` from `seller_product_s_k_us` where exists (select * from `products` inner join `seller_products` on `seller_products`.`product_id` = `products`.`id` where `seller_products`.`id` = `seller_product_s_k_us`.`product_id` and exists (select * from `categories` inner join `category_product` on `categories`.`id` = `category_product`.`category_id` where `products`.`id` = `category_product`.`product_id` and (`category_id` = 81 or exists (select * from `categories` as `laravel_reserved_1` where `categories`.`id` = `laravel_reserved_1`.`parent_id` and id in ('81')) and `category_id` = 81)))
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `attribute_id` from `product_variations` where product_sku_id in ('409','410','411','412','413','414','415','417','418','419') and `attribute_id` = 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `attributes` where id in ('') and `status` = 1 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `users` where `users`.`id` = 1 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `wishlists` where `wishlists`.`seller_product_id` = 419 and `wishlists`.`seller_product_id` is not null and `type` = 'product' and `user_id` = 0 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `product_reviews` where `product_reviews`.`product_id` = 419 and `product_reviews`.`product_id` is not null and `type` = 'product' and `status` = 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `brands`.* from `brands` inner join `products` on `products`.`brand_id` = `brands`.`id` where `products`.`id` = 423 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `users` where `users`.`id` = 1 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `wishlists` where `wishlists`.`seller_product_id` = 418 and `wishlists`.`seller_product_id` is not null and `type` = 'product' and `user_id` = 0 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `product_reviews` where `product_reviews`.`product_id` = 418 and `product_reviews`.`product_id` is not null and `type` = 'product' and `status` = 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `brands`.* from `brands` inner join `products` on `products`.`brand_id` = `brands`.`id` where `products`.`id` = 422 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `users` where `users`.`id` = 1 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `wishlists` where `wishlists`.`seller_product_id` = 417 and `wishlists`.`seller_product_id` is not null and `type` = 'product' and `user_id` = 0 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `product_reviews` where `product_reviews`.`product_id` = 417 and `product_reviews`.`product_id` is not null and `type` = 'product' and `status` = 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `brands`.* from `brands` inner join `products` on `products`.`brand_id` = `brands`.`id` where `products`.`id` = 421 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `users` where `users`.`id` = 1 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `wishlists` where `wishlists`.`seller_product_id` = 415 and `wishlists`.`seller_product_id` is not null and `type` = 'product' and `user_id` = 0 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `product_reviews` where `product_reviews`.`product_id` = 415 and `product_reviews`.`product_id` is not null and `type` = 'product' and `status` = 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `brands`.* from `brands` inner join `products` on `products`.`brand_id` = `brands`.`id` where `products`.`id` = 419 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `users` where `users`.`id` = 1 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `wishlists` where `wishlists`.`seller_product_id` = 414 and `wishlists`.`seller_product_id` is not null and `type` = 'product' and `user_id` = 0 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `product_reviews` where `product_reviews`.`product_id` = 414 and `product_reviews`.`product_id` is not null and `type` = 'product' and `status` = 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `brands`.* from `brands` inner join `products` on `products`.`brand_id` = `brands`.`id` where `products`.`id` = 418 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `users` where `users`.`id` = 1 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `wishlists` where `wishlists`.`seller_product_id` = 413 and `wishlists`.`seller_product_id` is not null and `type` = 'product' and `user_id` = 0 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `product_reviews` where `product_reviews`.`product_id` = 413 and `product_reviews`.`product_id` is not null and `type` = 'product' and `status` = 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `brands`.* from `brands` inner join `products` on `products`.`brand_id` = `brands`.`id` where `products`.`id` = 417 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `users` where `users`.`id` = 1 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `wishlists` where `wishlists`.`seller_product_id` = 412 and `wishlists`.`seller_product_id` is not null and `type` = 'product' and `user_id` = 0 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `product_reviews` where `product_reviews`.`product_id` = 412 and `product_reviews`.`product_id` is not null and `type` = 'product' and `status` = 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `brands`.* from `brands` inner join `products` on `products`.`brand_id` = `brands`.`id` where `products`.`id` = 416 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `users` where `users`.`id` = 1 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `wishlists` where `wishlists`.`seller_product_id` = 411 and `wishlists`.`seller_product_id` is not null and `type` = 'product' and `user_id` = 0 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `product_reviews` where `product_reviews`.`product_id` = 411 and `product_reviews`.`product_id` is not null and `type` = 'product' and `status` = 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `brands`.* from `brands` inner join `products` on `products`.`brand_id` = `brands`.`id` where `products`.`id` = 415 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `users` where `users`.`id` = 1 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `wishlists` where `wishlists`.`seller_product_id` = 410 and `wishlists`.`seller_product_id` is not null and `type` = 'product' and `user_id` = 0 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `product_reviews` where `product_reviews`.`product_id` = 410 and `product_reviews`.`product_id` is not null and `type` = 'product' and `status` = 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `brands`.* from `brands` inner join `products` on `products`.`brand_id` = `brands`.`id` where `products`.`id` = 414 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `product_sku` where `product_sku`.`product_id` = 423 and `product_sku`.`product_id` is not null
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `product_sku` where `product_sku`.`product_id` = 422 and `product_sku`.`product_id` is not null
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `product_sku` where `product_sku`.`product_id` = 421 and `product_sku`.`product_id` is not null
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `product_sku` where `product_sku`.`product_id` = 419 and `product_sku`.`product_id` is not null
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `product_sku` where `product_sku`.`product_id` = 418 and `product_sku`.`product_id` is not null
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `product_sku` where `product_sku`.`product_id` = 417 and `product_sku`.`product_id` is not null
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `product_sku` where `product_sku`.`product_id` = 416 and `product_sku`.`product_id` is not null
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `product_sku` where `product_sku`.`product_id` = 415 and `product_sku`.`product_id` is not null
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `product_sku` where `product_sku`.`product_id` = 414 and `product_sku`.`product_id` is not null
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
200
0 of 0array:2 [▼ "item" => "category" "page" => "1" ]
0 of 0array:2 [▼ "item" => "category" "page" => "1" ]
0 of 0array:23 [▼ "cf-ray" => array:1 [▶ 0 => "92f64accbe34e990-ORD" ] "x-forwarded-for" => array:1 [▶ 0 => "3.17.66.55" ] "host" => array:1 [▶ 0 => "890833.mrfj.asia" ] "priority" => array:1 [▶ 0 => "u=0, i" ] "accept-encoding" => array:1 [▶ 0 => "gzip, br" ] "sec-fetch-dest" => array:1 [▶ 0 => "document" ] "x-forwarded-proto" => array:1 [▶ 0 => "https" ] "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.17.66.55" ] "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" ] "connection" => array:1 [▶ 0 => "Keep-Alive" ] "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 => ""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" ] ]
0 of 0array:53 [▼ "REDIRECT_SCRIPT_URL" => "/category/gadgets" "REDIRECT_SCRIPT_URI" => "http://890833.mrfj.asia/category/gadgets" "REDIRECT_STATUS" => "200" "SCRIPT_URL" => "/category/gadgets" "SCRIPT_URI" => "http://890833.mrfj.asia/category/gadgets" "HTTP_CF_RAY" => "92f64accbe34e990-ORD" "HTTP_X_FORWARDED_FOR" => "3.17.66.55" "HTTP_HOST" => "890833.mrfj.asia" "HTTP_PRIORITY" => "u=0, i" "HTTP_ACCEPT_ENCODING" => "gzip, br" "HTTP_SEC_FETCH_DEST" => "document" "HTTP_X_FORWARDED_PROTO" => "https" "HTTP_CDN_LOOP" => "cloudflare; loops=1" "HTTP_SEC_FETCH_USER" => "?1" "HTTP_CF_VISITOR" => "{"scheme":"https"}" "HTTP_SEC_FETCH_MODE" => "navigate" "HTTP_SEC_FETCH_SITE" => "none" "HTTP_CF_CONNECTING_IP" => "3.17.66.55" "HTTP_CF_IPCOUNTRY" => "US" "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_CONNECTION" => "Keep-Alive" "HTTP_USER_AGENT" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" "HTTP_PRAGMA" => "no-cache" "HTTP_CACHE_CONTROL" => "no-cache" "HTTP_SEC_CH_UA" => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" "HTTP_SEC_CH_UA_MOBILE" => "?0" "HTTP_SEC_CH_UA_PLATFORM" => ""Windows"" "HTTP_UPGRADE_INSECURE_REQUESTS" => "1" "PATH" => "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" "SERVER_SIGNATURE" => "<address>Apache/2.4.52 (Ubuntu) Server at 890833.mrfj.asia Port 80</address>\n" "SERVER_SOFTWARE" => "Apache/2.4.52 (Ubuntu)" "SERVER_NAME" => "890833.mrfj.asia" "SERVER_ADDR" => "172.31.47.70" "SERVER_PORT" => "80" "REMOTE_ADDR" => "172.70.100.166" "DOCUMENT_ROOT" => "/var/www/amazcart_new/public/" "REQUEST_SCHEME" => "http" "CONTEXT_PREFIX" => "" "CONTEXT_DOCUMENT_ROOT" => "/var/www/amazcart_new/public/" "SERVER_ADMIN" => "webmaster@localhost" "SCRIPT_FILENAME" => "/var/www/amazcart_new/public/index.php" "REMOTE_PORT" => "30664" "REDIRECT_URL" => "/category/gadgets" "REDIRECT_QUERY_STRING" => "item=category&page=1" "GATEWAY_INTERFACE" => "CGI/1.1" "SERVER_PROTOCOL" => "HTTP/1.1" "REQUEST_METHOD" => "GET" "QUERY_STRING" => "item=category&page=1" "REQUEST_URI" => "/category/gadgets?item=category&page=1" "SCRIPT_NAME" => "/index.php" "PHP_SELF" => "/index.php" "REQUEST_TIME_FLOAT" => 1744498326.9052 "REQUEST_TIME" => 1744498326 ]
[]
0 of 0array:5 [▼ "content-type" => array:1 [▶ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [▶ 0 => "no-cache, private" ] "date" => array:1 [▶ 0 => "Sat, 12 Apr 2025 22:52:07 GMT" ] "set-cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6Ii9xaU1SWHF6a3hwcnE4TFI1a1BzdlE9PSIsInZhbHVlIjoid3dPaUZXTDg3bU9LZCsxbnNza1NXSnRhcmZxMmc0dms1K1h4WTcvR3Nyem1XMnJUdDg0MTFCM2JoTzVKT2lyV3M1Y1lmTUVFOU5mSm5QdU92RlphYlJsNXFlQUdBaXpseE1YNTJBNEd3ejVJb1JTckhKYmIyc3NhdDZVNlF2SzIiLCJtYWMiOiI0MjZhOWI3YTQxM2Y3ZDI4NDU4ZWVhNGQ4N2NkYzBlY2M1MzM0ZDgzODYwMDk4OGRjZTgzMDQ0ZjVhN2NlM2U0IiwidGFnIjoiIn0%3D; expires=Sun, 13-Apr-2025 00:52:07 GMT; Max-Age=7200; path=/ ◀XSRF-TOKEN=eyJpdiI6Ii9xaU1SWHF6a3hwcnE4TFI1a1BzdlE9PSIsInZhbHVlIjoid3dPaUZXTDg3bU9LZCsxbnNza1NXSnRhcmZxMmc0dms1K1h4WTcvR3Nyem1XMnJUdDg0MTFCM2JoTzVKT2lyV3M1Y1lmT ▶" 1 => "365_amazcart_session=eyJpdiI6InNiZHd5K0t0Rlc3MHpZdEtyRzlHRWc9PSIsInZhbHVlIjoiWDViTTZuQzRrdm1JVThJYys2azNmR3VobnByVWNaNXBVZFZTWll2R05WdG5VWmFTQndMMEVoQmorKzFmMGxQbEJ2aUl3blE0WjVmd3Zld2k0RmMxdDhHU3g5bG96QmhHVUk3c28zTHA5UUtzbnNVMnVERXhYc2lrYkxlVkZvcFQiLCJtYWMiOiI5YjRlODNhMjZmNzc0NzIxYzRiNGZjYzViYTJjZTcyYWVjMzM2YmZiNzJjMzA1MDU3YTdmMzJlZjVhMjZiZTIyIiwidGFnIjoiIn0%3D; expires=Sun, 13-Apr-2025 00:52:07 GMT; Max-Age=7200; path=/; httponly ◀365_amazcart_session=eyJpdiI6InNiZHd5K0t0Rlc3MHpZdEtyRzlHRWc9PSIsInZhbHVlIjoiWDViTTZuQzRrdm1JVThJYys2azNmR3VobnByVWNaNXBVZFZTWll2R05WdG5VWmFTQndMMEVoQmorKzFmMGx ▶" ] "Set-Cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6Ii9xaU1SWHF6a3hwcnE4TFI1a1BzdlE9PSIsInZhbHVlIjoid3dPaUZXTDg3bU9LZCsxbnNza1NXSnRhcmZxMmc0dms1K1h4WTcvR3Nyem1XMnJUdDg0MTFCM2JoTzVKT2lyV3M1Y1lmTUVFOU5mSm5QdU92RlphYlJsNXFlQUdBaXpseE1YNTJBNEd3ejVJb1JTckhKYmIyc3NhdDZVNlF2SzIiLCJtYWMiOiI0MjZhOWI3YTQxM2Y3ZDI4NDU4ZWVhNGQ4N2NkYzBlY2M1MzM0ZDgzODYwMDk4OGRjZTgzMDQ0ZjVhN2NlM2U0IiwidGFnIjoiIn0%3D; expires=Sun, 13-Apr-2025 00:52:07 GMT; path=/ ◀XSRF-TOKEN=eyJpdiI6Ii9xaU1SWHF6a3hwcnE4TFI1a1BzdlE9PSIsInZhbHVlIjoid3dPaUZXTDg3bU9LZCsxbnNza1NXSnRhcmZxMmc0dms1K1h4WTcvR3Nyem1XMnJUdDg0MTFCM2JoTzVKT2lyV3M1Y1lmT ▶" 1 => "365_amazcart_session=eyJpdiI6InNiZHd5K0t0Rlc3MHpZdEtyRzlHRWc9PSIsInZhbHVlIjoiWDViTTZuQzRrdm1JVThJYys2azNmR3VobnByVWNaNXBVZFZTWll2R05WdG5VWmFTQndMMEVoQmorKzFmMGxQbEJ2aUl3blE0WjVmd3Zld2k0RmMxdDhHU3g5bG96QmhHVUk3c28zTHA5UUtzbnNVMnVERXhYc2lrYkxlVkZvcFQiLCJtYWMiOiI5YjRlODNhMjZmNzc0NzIxYzRiNGZjYzViYTJjZTcyYWVjMzM2YmZiNzJjMzA1MDU3YTdmMzJlZjVhMjZiZTIyIiwidGFnIjoiIn0%3D; expires=Sun, 13-Apr-2025 00:52:07 GMT; path=/; httponly ◀365_amazcart_session=eyJpdiI6InNiZHd5K0t0Rlc3MHpZdEtyRzlHRWc9PSIsInZhbHVlIjoiWDViTTZuQzRrdm1JVThJYys2azNmR3VobnByVWNaNXBVZFZTWll2R05WdG5VWmFTQndMMEVoQmorKzFmMGx ▶" ] ]
0 of 0array:4 [▼ "_token" => "m13IbNMmFKHIXUzmY2oAtDu04nqWXmE0lPwqoy9r" "_previous" => array:1 [▶ "url" => "http://890833.mrfj.asia/category/gadgets?item=category&page=1" ] "_flash" => array:2 [▶ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]