
XYZ Store
(0)
- 0 المراجعات
- 3 طلبات
0%
تقييمات إيجابية
1
المنتجات

تقييمات إيجابية
المنتجات
تسجيل الدخول لحسابك ليس لديك حساب? تسجيل دخول
تسجيل الدخول لحسابك ليس لديك حساب? تسجيل حساب
1 x Application (59.23%) | 286ms |
1 x Booting (40.76%) | 197ms |
insert into `guest_users` (`ip_address`, `updated_at`, `created_at`) values ('216.73.216.157', '2025-07-14 22:42:27', '2025-07-14 22:42:27')
Bindings |
|
Backtrace |
|
select * from `shops` where `id` = '1' limit 1
Bindings |
|
Backtrace |
|
select * from `sellers` where (`status` = 'approved') and `sellers`.`id` = 1 limit 1
Bindings |
|
Backtrace |
|
select * from `shops` where `id` = '1' limit 1
Bindings |
|
Backtrace |
|
select `products`.*, (select count(*) from `reviews` where `products`.`id` = `reviews`.`product_id` and `status` = 1) as `reviews_count` from `products` where exists (select * from `brands` where `products`.`brand_id` = `brands`.`id` and `status` = 1) and (`status` = 1) and (`request_status` = 1) and (exists (select * from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` = 'approved')) or ((`added_by` = 'admin' and `status` = 1))) and `product_type` in ('physical') and (`added_by` = 'seller' and `user_id` = 1)
Bindings |
|
Backtrace |
|
select avg(rating) average, product_id from `reviews` where `delivery_man_id` is null and `reviews`.`product_id` in (3) and `status` = 1 group by `product_id`
Bindings |
|
Backtrace |
|
select * from `translations` where `translations`.`translationable_id` in (3) and `translations`.`translationable_type` = 'App\\Models\\Product' and `locale` = 'eg'
Bindings |
|
Backtrace |
|
select * from `reviews` where `reviews`.`product_id` in (3) and `delivery_man_id` is null and `status` = 1
Bindings |
|
Backtrace |
|
select `publishing_houses`.*, (select count(*) from `digital_product_publishing_houses` where `publishing_houses`.`id` = `digital_product_publishing_houses`.`publishing_house_id` and exists (select * from `products` where `digital_product_publishing_houses`.`product_id` = `products`.`id` and exists (select * from `brands` where `products`.`brand_id` = `brands`.`id` and `status` = 1) and (`status` = 1) and (`request_status` = 1) and (exists (select * from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` = 'approved')) or ((`added_by` = 'admin' and `status` = 1))) and `product_type` in ('physical'))) as `publishing_house_products_count` from `publishing_houses` where exists (select * from `digital_product_publishing_houses` where `publishing_houses`.`id` = `digital_product_publishing_houses`.`publishing_house_id` and exists (select * from `products` where `digital_product_publishing_houses`.`product_id` = `products`.`id` and exists (select * from `brands` where `products`.`brand_id` = `brands`.`id` and `status` = 1) and (`status` = 1) and (`request_status` = 1) and (exists (select * from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` = 'approved')) or ((`added_by` = 'admin' and `status` = 1))) and `product_type` in ('physical')))
Bindings |
|
Backtrace |
|
select `id` from `products` where exists (select * from `brands` where `products`.`brand_id` = `brands`.`id` and `status` = 1) and (`status` = 1) and (`request_status` = 1) and (exists (select * from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` = 'approved')) or ((`added_by` = 'admin' and `status` = 1))) and `product_type` in ('physical') and (`product_type` = 'digital') and 1 = 1
Bindings |
|
Backtrace |
|
select `authors`.*, (select count(*) from `digital_product_authors` where `authors`.`id` = `digital_product_authors`.`author_id` and exists (select * from `products` where `digital_product_authors`.`product_id` = `products`.`id` and exists (select * from `brands` where `products`.`brand_id` = `brands`.`id` and `status` = 1) and (`status` = 1) and (`request_status` = 1) and (exists (select * from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` = 'approved')) or ((`added_by` = 'admin' and `status` = 1))) and `product_type` in ('physical'))) as `digital_product_author_count` from `authors`
Bindings |
|
Backtrace |
|
select `id` from `products` where exists (select * from `brands` where `products`.`brand_id` = `brands`.`id` and `status` = 1) and (`status` = 1) and (`request_status` = 1) and (exists (select * from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` = 'approved')) or ((`added_by` = 'admin' and `status` = 1))) and `product_type` in ('physical') and (`product_type` = 'digital') and 1 = 1
Bindings |
|
Backtrace |
|
select * from `categories`
Backtrace |
|
select * from `translations` where `translations`.`translationable_id` in (1, 2, 3, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23) and `translations`.`translationable_type` = 'App\\Models\\Category' and `locale` = 'eg'
Bindings |
|
Backtrace |
|
select * from `categories` where `id` in (null)
Bindings |
|
Backtrace |
|
select * from `categories` where `id` in ('2')
Bindings |
|
Backtrace |
|
select * from `translations` where `translations`.`translationable_id` in (2) and `translations`.`translationable_type` = 'App\\Models\\Category' and `locale` = 'eg'
Bindings |
|
Backtrace |
|
select * from `categories` where `id` in (null)
Bindings |
|
Backtrace |
|
select `products`.*, (select count(*) from `reviews` where `products`.`id` = `reviews`.`product_id` and `status` = 1) as `reviews_count`, (select sum(`order_details`.`qty`) from `order_details` where `products`.`id` = `order_details`.`product_id`) as `order_details_sum_qty`, (select count(*) from `order_details` where `products`.`id` = `order_details`.`product_id`) as `order_details_count`, (select count(*) from `reviews` where `products`.`id` = `reviews`.`product_id` and `status` = 1) as `reviews_count`, (select count(*) from `wishlists` where `products`.`id` = `wishlists`.`product_id`) as `wish_list_count`, (select avg(`reviews`.`rating`) from `reviews` where `products`.`id` = `reviews`.`product_id` and `status` = 1) as `reviews_avg_rating` from `products` where exists (select * from `brands` where `products`.`brand_id` = `brands`.`id` and `status` = 1) and (`status` = 1) and (`request_status` = 1) and (exists (select * from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` = 'approved')) or ((`added_by` = 'admin' and `status` = 1))) and `product_type` in ('physical') and (`added_by` = 'seller' and `user_id` = 1) and (0 = 1 and exists (select * from `brands` where `products`.`brand_id` = `brands`.`id` and `status` = 1) and (`status` = 1) and (`request_status` = 1) and (exists (select * from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` = 'approved')) or ((`added_by` = 'admin' and `status` = 1))) and `product_type` in ('physical') and (`added_by` = 'seller' and `user_id` = 1)) or (`sub_category_id` in (2) and exists (select * from `brands` where `products`.`brand_id` = `brands`.`id` and `status` = 1) and (`status` = 1) and (`request_status` = 1) and (exists (select * from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` = 'approved')) or ((`added_by` = 'admin' and `status` = 1))) and `product_type` in ('physical') and (`added_by` = 'seller' and `user_id` = 1)) or (0 = 1 and exists (select * from `brands` where `products`.`brand_id` = `brands`.`id` and `status` = 1) and (`status` = 1) and (`request_status` = 1) and (exists (select * from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` = 'approved')) or ((`added_by` = 'admin' and `status` = 1))) and `product_type` in ('physical') and (`added_by` = 'seller' and `user_id` = 1)) order by `order_details_count` desc
Bindings |
|
Backtrace |
|
select `categories`.*, (select count(*) from `products` where `categories`.`id` = `products`.`category_id` and exists (select * from `brands` where `products`.`brand_id` = `brands`.`id` and `status` = 1) and (`status` = 1) and (`request_status` = 1) and (exists (select * from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` = 'approved')) or ((`added_by` = 'admin' and `status` = 1))) and `product_type` in ('physical')) as `product_count` from `categories` where `position` = 0 and `id` in ('1')
Bindings |
|
Backtrace |
|
select `products`.*, (select count(*) from `order_details` where `products`.`id` = `order_details`.`product_id`) as `order_details_count` from `products` where `products`.`category_id` in (1) and exists (select * from `brands` where `products`.`brand_id` = `brands`.`id` and `status` = 1) and (`status` = 1) and (`request_status` = 1) and (exists (select * from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` = 'approved')) or ((`added_by` = 'admin' and `status` = 1))) and `product_type` in ('physical')
Bindings |
|
Backtrace |
|
select * from `translations` where `translations`.`translationable_id` in (3, 8, 9) and `translations`.`translationable_type` = 'App\\Models\\Product' and `locale` = 'eg'
Bindings |
|
Backtrace |
|
select * from `reviews` where `reviews`.`product_id` in (3, 8, 9) and `delivery_man_id` is null and `status` = 1
Bindings |
|
Backtrace |
|
select * from `categories` where `categories`.`parent_id` in (1) order by `priority` asc
Backtrace |
|
select `categories`.*, (select count(*) from `products` where `categories`.`id` = `products`.`category_id` and exists (select * from `brands` where `products`.`brand_id` = `brands`.`id` and `status` = 1) and (`status` = 1) and (`request_status` = 1) and (exists (select * from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` = 'approved')) or ((`added_by` = 'admin' and `status` = 1))) and `product_type` in ('physical')) as `product_count` from `categories` where `categories`.`parent_id` in (2, 3) order by `priority` asc
Bindings |
|
Backtrace |
|
select * from `translations` where `translations`.`translationable_id` in (2, 3) and `translations`.`translationable_type` = 'App\\Models\\Category' and `locale` = 'eg'
Bindings |
|
Backtrace |
|
select * from `translations` where `translations`.`translationable_id` in (1) and `translations`.`translationable_type` = 'App\\Models\\Category' and `locale` = 'eg'
Bindings |
|
Backtrace |
|
select `brands`.*, (select count(*) from `products` where `brands`.`id` = `products`.`brand_id` and exists (select * from `brands` where `products`.`brand_id` = `brands`.`id` and `status` = 1) and (`status` = 1) and (`request_status` = 1) and (exists (select * from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` = 'approved')) or ((`added_by` = 'admin' and `status` = 1))) and `product_type` in ('physical') and (`added_by` = 'seller' and `user_id` = 1) and exists (select * from `brands` where `products`.`brand_id` = `brands`.`id` and `status` = 1) and (`status` = 1) and (`request_status` = 1) and (exists (select * from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` = 'approved')) or ((`added_by` = 'admin' and `status` = 1))) and `product_type` in ('physical')) as `brand_products_count` from `brands` where `status` = 1 and `id` in (1)
Bindings |
|
Backtrace |
|
select `products`.*, (select count(*) from `order_details` where `products`.`id` = `order_details`.`product_id`) as `order_details_count` from `products` where exists (select * from `brands` where `products`.`brand_id` = `brands`.`id` and `status` = 1) and (`status` = 1) and (`request_status` = 1) and (exists (select * from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` = 'approved')) or ((`added_by` = 'admin' and `status` = 1))) and `product_type` in ('physical') and `products`.`brand_id` in (1) and exists (select * from `brands` where `products`.`brand_id` = `brands`.`id` and `status` = 1) and (`status` = 1) and (`request_status` = 1) and (exists (select * from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` = 'approved')) or ((`added_by` = 'admin' and `status` = 1))) and `product_type` in ('physical') and (`added_by` = 'seller' and `user_id` = 1)
Bindings |
|
Backtrace |
|
select * from `translations` where `translations`.`translationable_id` in (3) and `translations`.`translationable_type` = 'App\\Models\\Product' and `locale` = 'eg'
Bindings |
|
Backtrace |
|
select * from `reviews` where `reviews`.`product_id` in (3) and `delivery_man_id` is null and `status` = 1
Bindings |
|
Backtrace |
|
select * from `translations` where `translations`.`translationable_id` in (1) and `translations`.`translationable_type` = 'App\\Models\\Brand' and `locale` = 'eg'
Bindings |
|
Backtrace |
|
select `publishing_houses`.*, (select count(*) from `digital_product_publishing_houses` where `publishing_houses`.`id` = `digital_product_publishing_houses`.`publishing_house_id` and exists (select * from `products` where `digital_product_publishing_houses`.`product_id` = `products`.`id` and exists (select * from `brands` where `products`.`brand_id` = `brands`.`id` and `status` = 1) and (`status` = 1) and (`request_status` = 1) and (exists (select * from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` = 'approved')) or ((`added_by` = 'admin' and `status` = 1))) and `product_type` in ('physical') and `product_type` = 'digital' and `id` in (3) and (`user_id` = 1 and `added_by` = 'seller'))) as `publishing_house_products_count` from `publishing_houses` where exists (select * from `digital_product_publishing_houses` where `publishing_houses`.`id` = `digital_product_publishing_houses`.`publishing_house_id` and exists (select * from `products` where `digital_product_publishing_houses`.`product_id` = `products`.`id` and exists (select * from `brands` where `products`.`brand_id` = `brands`.`id` and `status` = 1) and (`status` = 1) and (`request_status` = 1) and (exists (select * from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` = 'approved')) or ((`added_by` = 'admin' and `status` = 1))) and `product_type` in ('physical') and `product_type` = 'digital' and `id` in (3) and (`user_id` = 1 and `added_by` = 'seller')))
Bindings |
|
Backtrace |
|
select count(*) as aggregate from `products` where exists (select * from `brands` where `products`.`brand_id` = `brands`.`id` and `status` = 1) and (`status` = 1) and (`request_status` = 1) and (exists (select * from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` = 'approved')) or ((`added_by` = 'admin' and `status` = 1))) and `product_type` in ('physical') and (`product_type` = 'digital') and 1 = 1 and `id` in (3) and (`user_id` = 1 and `added_by` = 'seller')
Bindings |
|
Backtrace |
|
select `authors`.*, (select count(*) from `digital_product_authors` where `authors`.`id` = `digital_product_authors`.`author_id` and exists (select * from `products` where `digital_product_authors`.`product_id` = `products`.`id` and exists (select * from `brands` where `products`.`brand_id` = `brands`.`id` and `status` = 1) and (`status` = 1) and (`request_status` = 1) and (exists (select * from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` = 'approved')) or ((`added_by` = 'admin' and `status` = 1))) and `product_type` in ('physical') and `product_type` = 'digital' and `id` in (3) and (`user_id` = 1 and `added_by` = 'seller'))) as `digital_product_author_count` from `authors` where exists (select * from `digital_product_authors` where `authors`.`id` = `digital_product_authors`.`author_id` and exists (select * from `products` where `digital_product_authors`.`product_id` = `products`.`id` and exists (select * from `brands` where `products`.`brand_id` = `brands`.`id` and `status` = 1) and (`status` = 1) and (`request_status` = 1) and (exists (select * from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` = 'approved')) or ((`added_by` = 'admin' and `status` = 1))) and `product_type` in ('physical') and `product_type` = 'digital' and `id` in (3) and (`user_id` = 1 and `added_by` = 'seller'))) order by `name` asc
Bindings |
|
Backtrace |
|
select count(*) as aggregate from `products` where exists (select * from `brands` where `products`.`brand_id` = `brands`.`id` and `status` = 1) and (`status` = 1) and (`request_status` = 1) and (exists (select * from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` = 'approved')) or ((`added_by` = 'admin' and `status` = 1))) and `product_type` in ('physical') and (`product_type` = 'digital') and 1 = 1 and `id` in (3) and (`user_id` = 1 and `added_by` = 'seller')
Bindings |
|
Backtrace |
|
select count(*) as aggregate from `orders` where (`seller_is` = 'seller' and `seller_id` = 1) and `order_type` = 'default_type'
Bindings |
|
Backtrace |
|
select * from `shops` where `id` = '1' limit 1
Bindings |
|
Backtrace |
|
select * from `shops` where `id` = '1' limit 1
Bindings |
|
Backtrace |
|
select avg(`rating`) as aggregate from `reviews` where `status` = 1 and `status` = 1 and `product_id` in (3) and `status` = 1
Bindings |
|
Backtrace |
|
select count(*) as aggregate from `reviews` where `status` = 1 and `status` = 1 and `product_id` in (3) and `status` = 1
Bindings |
|
Backtrace |
|
select * from `sellers` where `sellers`.`id` = 1 limit 1
Bindings |
|
Backtrace |
|
select avg(`rating`) as aggregate from `reviews` where `status` = 1 and `product_id` in (3) and `status` = 1
Bindings |
|
Backtrace |
|
select count(*) as aggregate from `reviews` where `status` = 1 and `product_id` in (3) and `status` = 1
Bindings |
|
Backtrace |
|
select `rating` from `reviews` where `status` = 1 and `product_id` in (3) and `status` = 1
Bindings |
|
Backtrace |
|
select * from `sellers` where `sellers`.`id` = '1' limit 1
Bindings |
|
Backtrace |
|
select * from `sellers` where `sellers`.`id` = '1' limit 1
Bindings |
|
Backtrace |
|
select * from `orders` where `orders`.`seller_id` = 1 and `orders`.`seller_id` is not null
Bindings |
|
Backtrace |
|
select count(*) as aggregate from `products` where exists (select * from `brands` where `products`.`brand_id` = `brands`.`id` and `status` = 1) and (`status` = 1) and (`request_status` = 1) and (exists (select * from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` = 'approved')) or ((`added_by` = 'admin' and `status` = 1))) and `product_type` in ('physical') and `added_by` = 'seller' and `user_id` = 1
Bindings |
|
Backtrace |
|
select `products`.*, (select count(*) from `order_details` where `products`.`id` = `order_details`.`product_id`) as `order_details_count`, (select count(*) from `reviews` where `products`.`id` = `reviews`.`product_id` and `status` = 1) as `reviews_count`, (select count(*) from `wishlists` where `products`.`id` = `wishlists`.`product_id`) as `wish_list_count`, (select avg(`reviews`.`rating`) from `reviews` where `products`.`id` = `reviews`.`product_id` and `status` = 1) as `reviews_avg_rating` from `products` where exists (select * from `brands` where `products`.`brand_id` = `brands`.`id` and `status` = 1) and (`status` = 1) and (`request_status` = 1) and (exists (select * from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` = 'approved')) or ((`added_by` = 'admin' and `status` = 1))) and `product_type` in ('physical') and (`added_by` = 'seller' and `user_id` = 1) and (`featured` = 1) order by `id` desc, `id` desc
Bindings |
|
Backtrace |
|
select count(*) as aggregate from `stock_clearance_products` where (`is_active` = 1) and `added_by` in ('admin', 'vendor') and exists (select * from `stock_clearance_setups` where `stock_clearance_products`.`setup_id` = `stock_clearance_setups`.`id` and `is_active` = 1 and date(`duration_start_date`) <= '2025-07-14' and date(`duration_end_date`) >= '2025-07-14' and ((`offer_active_time` = 'specific_time' and time(`offer_active_range_start`) <= '22:42:27' and time(`offer_active_range_end`) >= '22:42:27') or (`offer_active_time` = 'always' and `offer_active_range_start` is null and `offer_active_range_end` is null))) and `shop_id` = '1'
Bindings |
|
Backtrace |
|
select * from `stock_clearance_setups` where (`shop_id` = '1') limit 1
Bindings |
|
Backtrace |
|
select `cart_group_id` from `carts` where exists (select * from `products` where `carts`.`product_id` = `products`.`id` and exists (select * from `brands` where `products`.`brand_id` = `brands`.`id` and `status` = 1) and (`status` = 1) and (`request_status` = 1) and (exists (select * from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` = 'approved')) or ((`added_by` = 'admin' and `status` = 1))) and `product_type` in ('physical') and `status` = 1) and (`customer_id` = 3774 and `is_guest` = 1) group by `cart_group_id`
Bindings |
|
Backtrace |
|
select * from `carts` where exists (select * from `products` where `carts`.`product_id` = `products`.`id` and exists (select * from `brands` where `products`.`brand_id` = `brands`.`id` and `status` = 1) and (`status` = 1) and (`request_status` = 1) and (exists (select * from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` = 'approved')) or ((`added_by` = 'admin' and `status` = 1))) and `product_type` in ('physical') and `status` = 1) and 0 = 1
Bindings |
|
Backtrace |
|
select `cart_group_id` from `carts` where exists (select * from `products` where `carts`.`product_id` = `products`.`id` and exists (select * from `brands` where `products`.`brand_id` = `brands`.`id` and `status` = 1) and (`status` = 1) and (`request_status` = 1) and (exists (select * from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` = 'approved')) or ((`added_by` = 'admin' and `status` = 1))) and `product_type` in ('physical') and `status` = 1) and (`customer_id` = 3774 and `is_guest` = 1) group by `cart_group_id`
Bindings |
|
Backtrace |
|
select * from `carts` where exists (select * from `products` where `carts`.`product_id` = `products`.`id` and exists (select * from `brands` where `products`.`brand_id` = `brands`.`id` and `status` = 1) and (`status` = 1) and (`request_status` = 1) and (exists (select * from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` = 'approved')) or ((`added_by` = 'admin' and `status` = 1))) and `product_type` in ('physical') and `status` = 1) and 0 = 1
Bindings |
|
Backtrace |
|
200
0 of 0array:3 [▼ "data_from" => "category" "page" => "1" "sub_category_id" => "2" ]
[]
0 of 0array:19 [▼ "priority" => array:1 [▶ 0 => "u=0, i" ] "accept-encoding" => array:1 [▶ 0 => "gzip, deflate, br, zstd" ] "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 => ""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"" ] "cache-control" => array:1 [▶ 0 => "no-cache" ] "pragma" => array:1 [▶ 0 => "no-cache" ] "connection" => array:1 [▶ 0 => "close" ] "x-forwarded-for" => array:1 [▶ 0 => "216.73.216.157" ] "x-real-ip" => array:1 [▶ 0 => "216.73.216.157" ] "x-forwarded-host" => array:1 [▶ 0 => "libraryrajab.com" ] "host" => array:1 [▶ 0 => "libraryrajab.com" ] ]
[]
0 of 0array:7 [▼ "content-type" => array:1 [▶ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [▶ 0 => "private, must-revalidate" ] "date" => array:1 [▶ 0 => "Mon, 14 Jul 2025 22:42:27 GMT" ] "pragma" => array:1 [▶ 0 => "no-cache" ] "expires" => array:1 [▶ 0 => "-1" ] "set-cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6IlhEUTloSmZ2Y0ZzSGt1TUFmR2JtS3c9PSIsInZhbHVlIjoiZ1VNazNWYnBaYkMvQkcyOCs4a0hPOFlqWTRROW9SYmtzVTdSZTVxMkxxeDFKQXNkQTMvVE12K1FTSnduaHl2a1NBS2tjK2R2Q0U2ZzlmUnB5TmNsSXJudHFBTHVFUTNhM3kyMEhCalE5Vm5oeVVIK0hDNFpsOGdieno0YWdHZkoiLCJtYWMiOiIwMDQ4NTU4MWJlMjAxZWEwODgxNDg0ZDhjZDE2NDRiYzQ1YzVmMzU4ZGU4NmE0Yzc4NzBhZTQ5NTY3ZmMzMjY4IiwidGFnIjoiIn0%3D; expires=Mon, 14 Jul 2025 23:42:28 GMT; Max-Age=3600; path=/ ◀XSRF-TOKEN=eyJpdiI6IlhEUTloSmZ2Y0ZzSGt1TUFmR2JtS3c9PSIsInZhbHVlIjoiZ1VNazNWYnBaYkMvQkcyOCs4a0hPOFlqWTRROW9SYmtzVTdSZTVxMkxxeDFKQXNkQTMvVE12K1FTSnduaHl2a1NBS2tjK ▶" 1 => "6valley1738836391_session=eyJpdiI6InJQN1daMnFQMlJ3Qy9RRHdJaEVaamc9PSIsInZhbHVlIjoiVTl3TkV3TVM3dEZSaVNLbTRVbWNpOE9yMGRZVnVKelFIM1ZORTl4UmZKZ1owdTZMd3V3MngrMkRHUm15QnZ6OEw2RkpxV3AxWW1iSm9ZVm9YMjI3STJtRTlVTUc2aFovUFF1RXU0NzVWUmlaMm9hbk9Nd0JsSEYzajFJZFZGeEoiLCJtYWMiOiJjMDA2ODczYzA2NzQ4NzgzN2M2NGQ4OWQ2YTQ4OTIwZjZiYjBkY2E4YjY4ZDM3MjczMzE0ZTg1YzlkNDQzYjg1IiwidGFnIjoiIn0%3D; expires=Mon, 14 Jul 2025 23:42:28 GMT; Max-Age=3600; path=/; httponly ◀6valley1738836391_session=eyJpdiI6InJQN1daMnFQMlJ3Qy9RRHdJaEVaamc9PSIsInZhbHVlIjoiVTl3TkV3TVM3dEZSaVNLbTRVbWNpOE9yMGRZVnVKelFIM1ZORTl4UmZKZ1owdTZMd3V3MngrMkRHUm ▶" ] "Set-Cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6IlhEUTloSmZ2Y0ZzSGt1TUFmR2JtS3c9PSIsInZhbHVlIjoiZ1VNazNWYnBaYkMvQkcyOCs4a0hPOFlqWTRROW9SYmtzVTdSZTVxMkxxeDFKQXNkQTMvVE12K1FTSnduaHl2a1NBS2tjK2R2Q0U2ZzlmUnB5TmNsSXJudHFBTHVFUTNhM3kyMEhCalE5Vm5oeVVIK0hDNFpsOGdieno0YWdHZkoiLCJtYWMiOiIwMDQ4NTU4MWJlMjAxZWEwODgxNDg0ZDhjZDE2NDRiYzQ1YzVmMzU4ZGU4NmE0Yzc4NzBhZTQ5NTY3ZmMzMjY4IiwidGFnIjoiIn0%3D; expires=Mon, 14-Jul-2025 23:42:28 GMT; path=/ ◀XSRF-TOKEN=eyJpdiI6IlhEUTloSmZ2Y0ZzSGt1TUFmR2JtS3c9PSIsInZhbHVlIjoiZ1VNazNWYnBaYkMvQkcyOCs4a0hPOFlqWTRROW9SYmtzVTdSZTVxMkxxeDFKQXNkQTMvVE12K1FTSnduaHl2a1NBS2tjK ▶" 1 => "6valley1738836391_session=eyJpdiI6InJQN1daMnFQMlJ3Qy9RRHdJaEVaamc9PSIsInZhbHVlIjoiVTl3TkV3TVM3dEZSaVNLbTRVbWNpOE9yMGRZVnVKelFIM1ZORTl4UmZKZ1owdTZMd3V3MngrMkRHUm15QnZ6OEw2RkpxV3AxWW1iSm9ZVm9YMjI3STJtRTlVTUc2aFovUFF1RXU0NzVWUmlaMm9hbk9Nd0JsSEYzajFJZFZGeEoiLCJtYWMiOiJjMDA2ODczYzA2NzQ4NzgzN2M2NGQ4OWQ2YTQ4OTIwZjZiYjBkY2E4YjY4ZDM3MjczMzE0ZTg1YzlkNDQzYjg1IiwidGFnIjoiIn0%3D; expires=Mon, 14-Jul-2025 23:42:28 GMT; path=/; httponly ◀6valley1738836391_session=eyJpdiI6InJQN1daMnFQMlJ3Qy9RRHdJaEVaamc9PSIsInZhbHVlIjoiVTl3TkV3TVM3dEZSaVNLbTRVbWNpOE9yMGRZVnVKelFIM1ZORTl4UmZKZ1owdTZMd3V3MngrMkRHUm ▶" ] ]
0 of 0array:11 [▼ "system_default_currency_info" => App\Models\Currency {#1986 ▶ #connection: "mysql" #table: "currencies" #primaryKey: "id" #keyType: "int" +incrementing: true #with: [] #withCount: [] +preventsLazyLoading: false #perPage: 15 +exists: true +wasRecentlyCreated: false #escapeWhenCastingToString: false #attributes: array:8 [▶ "id" => 8 "name" => "جنية مصري" "symbol" => "EGP" "code" => "EGP" "exchange_rate" => "1" "status" => 1 "created_at" => "2025-02-11 21:57:46" "updated_at" => "2025-02-11 21:57:51" ] #original: array:8 [▶ "id" => 8 "name" => "جنية مصري" "symbol" => "EGP" "code" => "EGP" "exchange_rate" => "1" "status" => 1 "created_at" => "2025-02-11 21:57:46" "updated_at" => "2025-02-11 21:57:51" ] #changes: [] #casts: array:4 [▶ "id" => "integer" "status" => "boolean" "created_at" => "datetime" "updated_at" => "datetime" ] #classCastCache: [] #attributeCastCache: [] #dateFormat: null #appends: [] #dispatchesEvents: [] #observables: [] #relations: [] #touches: [] +timestamps: true +usesUniqueIds: false #hidden: [] #visible: [] #fillable: array:5 [▶ 0 => "name" 1 => "symbol" 2 => "code" 3 => "exchange_rate" 4 => "status" ] #guarded: array:1 [▶ 0 => "*" ] } "currency_code" => "EGP" "currency_symbol" => "EGP" "currency_exchange_rate" => "1" "usd" => 1 "_token" => "xmpzGx8Z6jXsyv6s6MTjOXwrUdP3RozCfigiNQnc" "guest_id" => 3774 "local" => "eg" "direction" => "rtl" "_previous" => array:1 [▶ "url" => "https://libraryrajab.com/shopView/1?data_from=category&page=1&sub_category_id=2" ] "_flash" => array:2 [▶ "old" => [] "new" => [] ] ]