Shopping cart

Product
Unit price Qty
Total

Your Cart is Empty!

Total price :
  JD0.00
Proceed to checkout
Request history8.2.27PHP Version1.02sRequest Duration14MBMemory UsageGET shop-cartRoute
    • Booting (741ms)time
    • Application (281ms)time
    • 1 x Booting (72.51%)
      741ms
      1 x Application (27.49%)
      281ms
      14 templates were rendered
      • web-views.cart.cart-listcart-list.blade.php#?blade
      • web-views.cart._cart-details_cart-details.blade.php#?blade
      • web-views.partials._order-summary_order-summary.blade.php#?blade
      • layouts.front-end.appapp.blade.php#?blade
      • web-views.partials._robotsMetaContentData_robotsMetaContentData.blade.php#?blade
      • layouts.front-end.partials._modals_modals.blade.php#?blade
      • layouts.front-end.partials._quick-view-modal_quick-view-modal.blade.php#?blade
      • layouts.front-end.partials.modal._buy-now_buy-now.blade.php#?blade
      • layouts.front-end.partials._header_header.blade.php#?blade
      • layouts.front-end.partials._cart_cart.blade.php#?blade
      • layouts.front-end.partials._alert-message_alert-message.blade.php#?blade
      • layouts.front-end.partials._footer_footer.blade.php#?blade
      • layouts.front-end.partials.modal._dynamic-modals_dynamic-modals.blade.php#?blade
      • layouts.front-end.partials._firebase-script_firebase-script.blade.php#?blade
      uri
      GET shop-cart
      middleware
      web, maintenance_mode, guestCheck
      controller
      App\Http\Controllers\Web\WebController@shop_cart
      namespace
      App\Http\Controllers\Web
      prefix
      where
      as
      shop-cart
      file
      app/Http/Controllers/Web/WebController.php:759-804
      56 statements were executed, 11 of which were duplicates, 45 unique. Show only duplicated25.11ms
      • insert into `guest_users` (`ip_address`, `updated_at`, `created_at`) values ('18.117.146.178', '2025-04-05 06:36:57', '2025-04-05 06:36:57')
        450μsu746387223_mshopGuestMiddleware.php#24
        Bindings
        • 0: 18.117.146.178
        • 1: 2025-04-05 06:36:57
        • 2: 2025-04-05 06:36:57
        Backtrace
        • 21. middleware::guestCheck:24
        • 22. vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:183
        • 23. middleware::maintenance_mode:30
        • 24. vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:183
        • 25. middleware::api_lang:22
      • select * from `business_settings` where (`type` = 'guest_checkout') limit 1
        440μsu746387223_mshopsettings.php#15
        Bindings
        • 0: guest_checkout
        Backtrace
        • 16. app/Utils/settings.php:15
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 19. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 20. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
        • 21. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `business_settings` where (`type` = 'shipping_method') limit 1
        490μsu746387223_mshopsettings.php#15
        Bindings
        • 0: shipping_method
        Backtrace
        • 16. app/Utils/settings.php:15
        • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 21. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `carts` where exists (select * from `products` where `carts`.`product_id` = `products`.`id` 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 ('digital', 'physical') and `status` = 1) and (`customer_id` = 80637)
        560μsu746387223_mshop_cart-details.blade.php#7
        Bindings
        • 0: 1
        • 1: 1
        • 2: approved
        • 3: admin
        • 4: 1
        • 5: digital
        • 6: physical
        • 7: 1
        • 8: 80637
        Backtrace
        • 15. view::web-views.cart._cart-details:7
        • 17. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 20. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `shipping_types` where `seller_id` = 0 limit 1
        350μsu746387223_mshop_cart-details.blade.php#801
        Bindings
        • 0: 0
        Backtrace
        • 16. view::web-views.cart._cart-details:801
        • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 21. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `business_settings` where (`type` = 'shipping_method') limit 1
        230μsu746387223_mshopsettings.php#15
        Bindings
        • 0: shipping_method
        Backtrace
        • 16. app/Utils/settings.php:15
        • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 21. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select `cart_group_id` from `carts` where exists (select * from `products` where `carts`.`product_id` = `products`.`id` 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 ('digital', 'physical') and `status` = 1) and (`customer_id` = 80637 and `is_guest` = 1) group by `cart_group_id`
        480μsu746387223_mshopcart-manager.php#100
        Bindings
        • 0: 1
        • 1: 1
        • 2: approved
        • 3: admin
        • 4: 1
        • 5: digital
        • 6: physical
        • 7: 1
        • 8: 80637
        • 9: 1
        Backtrace
        • 14. app/Utils/cart-manager.php:100
        • 15. app/Utils/cart-manager.php:57
        • 16. vendor/laravel/framework/src/Illuminate/Conditionable/Traits/Conditionable.php:34
        • 17. app/Utils/cart-manager.php:56
        • 18. view::web-views.partials._order-summary:10
      • select * from `carts` where exists (select * from `products` where `carts`.`product_id` = `products`.`id` 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 ('digital', 'physical') and `status` = 1) and 0 = 1 and (`is_checked` = 1)
        340μsu746387223_mshopcart-manager.php#65
        Bindings
        • 0: 1
        • 1: 1
        • 2: approved
        • 3: admin
        • 4: 1
        • 5: digital
        • 6: physical
        • 7: 1
        • 8: 1
        Backtrace
        • 15. app/Utils/cart-manager.php:65
        • 16. view::web-views.partials._order-summary:10
        • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select `cart_group_id` from `carts` where exists (select * from `products` where `carts`.`product_id` = `products`.`id` 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 ('digital', 'physical') and `status` = 1) and (`customer_id` = 80637 and `is_guest` = 1) group by `cart_group_id`
        380μsu746387223_mshopcart-manager.php#100
        Bindings
        • 0: 1
        • 1: 1
        • 2: approved
        • 3: admin
        • 4: 1
        • 5: digital
        • 6: physical
        • 7: 1
        • 8: 80637
        • 9: 1
        Backtrace
        • 14. app/Utils/cart-manager.php:100
        • 15. view::web-views.partials._order-summary:11
        • 17. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select `cart_group_id` from `carts` where exists (select * from `products` where `carts`.`product_id` = `products`.`id` 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 ('digital', 'physical') and `status` = 1) and (`customer_id` = 80637 and `is_guest` = 1) and (`is_checked` = 1) group by `cart_group_id`
        400μsu746387223_mshopcart-manager.php#100
        Bindings
        • 0: 1
        • 1: 1
        • 2: approved
        • 3: admin
        • 4: 1
        • 5: digital
        • 6: physical
        • 7: 1
        • 8: 80637
        • 9: 1
        • 10: 1
        Backtrace
        • 14. app/Utils/cart-manager.php:100
        • 15. app/Utils/cart-manager.php:115
        • 16. vendor/laravel/framework/src/Illuminate/Conditionable/Traits/Conditionable.php:34
        • 17. app/Utils/cart-manager.php:114
        • 18. view::web-views.partials._order-summary:12
      • select sum(`shipping_cost`) as aggregate from `carts` where (`product_type` = 'physical') and exists (select * from `products` where `carts`.`product_id` = `products`.`id` 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 ('digital', 'physical') and `status` = 1) and 0 = 1 and (`is_checked` = 1)
        340μsu746387223_mshopcart-manager.php#122
        Bindings
        • 0: physical
        • 1: 1
        • 2: 1
        • 3: approved
        • 4: admin
        • 5: 1
        • 6: digital
        • 7: physical
        • 8: 1
        • 9: 1
        Backtrace
        • 16. app/Utils/cart-manager.php:122
        • 17. view::web-views.partials._order-summary:12
        • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 21. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select `cart_group_id` from `carts` where exists (select * from `products` where `carts`.`product_id` = `products`.`id` 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 ('digital', 'physical') and `status` = 1) and (`customer_id` = 80637 and `is_guest` = 1) and (`is_checked` = 1) group by `cart_group_id`
        430μsu746387223_mshopcart-manager.php#100
        Bindings
        • 0: 1
        • 1: 1
        • 2: approved
        • 3: admin
        • 4: 1
        • 5: digital
        • 6: physical
        • 7: 1
        • 8: 80637
        • 9: 1
        • 10: 1
        Backtrace
        • 14. app/Utils/cart-manager.php:100
        • 15. app/Utils/cart-manager.php:134
        • 16. vendor/laravel/framework/src/Illuminate/Conditionable/Traits/Conditionable.php:34
        • 17. app/Utils/cart-manager.php:133
        • 18. view::web-views.partials._order-summary:12
      • select sum(`shipping_cost`) as aggregate from `cart_shippings` where exists (select * from `carts` where `cart_shippings`.`cart_group_id` = `carts`.`cart_group_id` and (`product_type` = 'physical') and exists (select * from `products` where `carts`.`product_id` = `products`.`id` 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 ('digital', 'physical') and `status` = 1) and (`is_checked` = 1)) and 0 = 1
        390μsu746387223_mshopcart-manager.php#141
        Bindings
        • 0: physical
        • 1: 1
        • 2: 1
        • 3: approved
        • 4: admin
        • 5: 1
        • 6: digital
        • 7: physical
        • 8: 1
        • 9: 1
        Backtrace
        • 16. app/Utils/cart-manager.php:141
        • 17. view::web-views.partials._order-summary:12
        • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 21. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select `cart_group_id` from `carts` where exists (select * from `products` where `carts`.`product_id` = `products`.`id` 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 ('digital', 'physical') and `status` = 1) and (`customer_id` = 80637 and `is_guest` = 1) and (`is_checked` = 1) group by `cart_group_id`
        390μsu746387223_mshopcart-manager.php#100
        Bindings
        • 0: 1
        • 1: 1
        • 2: approved
        • 3: admin
        • 4: 1
        • 5: digital
        • 6: physical
        • 7: 1
        • 8: 80637
        • 9: 1
        • 10: 1
        Backtrace
        • 14. app/Utils/cart-manager.php:100
        • 15. app/Utils/cart-manager.php:775
        • 16. vendor/laravel/framework/src/Illuminate/Conditionable/Traits/Conditionable.php:34
        • 17. app/Utils/cart-manager.php:774
        • 18. view::web-views.partials._order-summary:13
      • select * from `carts` where (`product_type` = 'physical') and exists (select * from `products` where `carts`.`product_id` = `products`.`id` 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 ('digital', 'physical') and `status` = 1) and 0 = 1 and (`is_checked` = 1)
        360μsu746387223_mshopcart-manager.php#779
        Bindings
        • 0: physical
        • 1: 1
        • 2: 1
        • 3: approved
        • 4: admin
        • 5: 1
        • 6: digital
        • 7: physical
        • 8: 1
        • 9: 1
        Backtrace
        • 15. app/Utils/cart-manager.php:779
        • 16. view::web-views.partials._order-summary:13
        • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `business_settings` where (`type` = 'currency_symbol_position') limit 1
        250μsu746387223_mshopsettings.php#15
        Bindings
        • 0: currency_symbol_position
        Backtrace
        • 16. app/Utils/settings.php:15
        • 21. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 22. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 24. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `business_settings` where (`type` = 'company_reliability') limit 1
        260μsu746387223_mshopsettings.php#15
        Bindings
        • 0: company_reliability
        Backtrace
        • 16. app/Utils/settings.php:15
        • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 21. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `business_settings` where (`type` = 'google_search_console_code') limit 1
        280μsu746387223_mshopsettings.php#15
        Bindings
        • 0: google_search_console_code
        Backtrace
        • 16. app/Utils/settings.php:15
        • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 21. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `business_settings` where (`type` = 'bing_webmaster_code') limit 1
        260μsu746387223_mshopsettings.php#15
        Bindings
        • 0: bing_webmaster_code
        Backtrace
        • 16. app/Utils/settings.php:15
        • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 21. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `business_settings` where (`type` = 'baidu_webmaster_code') limit 1
        250μsu746387223_mshopsettings.php#15
        Bindings
        • 0: baidu_webmaster_code
        Backtrace
        • 16. app/Utils/settings.php:15
        • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 21. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `business_settings` where (`type` = 'yandex_webmaster_code') limit 1
        350μsu746387223_mshopsettings.php#15
        Bindings
        • 0: yandex_webmaster_code
        Backtrace
        • 16. app/Utils/settings.php:15
        • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 21. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `business_settings` where (`type` = 'google_tag_manager_id') limit 1
        270μsu746387223_mshopsettings.php#15
        Bindings
        • 0: google_tag_manager_id
        Backtrace
        • 16. app/Utils/settings.php:15
        • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 21. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `business_settings` where (`type` = 'pixel_analytics') limit 1
        260μsu746387223_mshopsettings.php#15
        Bindings
        • 0: pixel_analytics
        Backtrace
        • 16. app/Utils/settings.php:15
        • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 21. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `business_settings` where (`type` = 'announcement') limit 1
        200μsu746387223_mshopsettings.php#15
        Bindings
        • 0: announcement
        Backtrace
        • 16. app/Utils/settings.php:15
        • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 21. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select `cart_group_id` from `carts` where exists (select * from `products` where `carts`.`product_id` = `products`.`id` 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 ('digital', 'physical') and `status` = 1) and (`customer_id` = 80637 and `is_guest` = 1) group by `cart_group_id`
        410μsu746387223_mshopcart-manager.php#100
        Bindings
        • 0: 1
        • 1: 1
        • 2: approved
        • 3: admin
        • 4: 1
        • 5: digital
        • 6: physical
        • 7: 1
        • 8: 80637
        • 9: 1
        Backtrace
        • 14. app/Utils/cart-manager.php:100
        • 15. app/Utils/cart-manager.php:57
        • 16. vendor/laravel/framework/src/Illuminate/Conditionable/Traits/Conditionable.php:34
        • 17. app/Utils/cart-manager.php:56
        • 18. view::layouts.front-end.partials._cart:5
      • select * from `carts` where exists (select * from `products` where `carts`.`product_id` = `products`.`id` 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 ('digital', 'physical') and `status` = 1) and 0 = 1
        310μsu746387223_mshopcart-manager.php#65
        Bindings
        • 0: 1
        • 1: 1
        • 2: approved
        • 3: admin
        • 4: 1
        • 5: digital
        • 6: physical
        • 7: 1
        Backtrace
        • 15. app/Utils/cart-manager.php:65
        • 16. view::layouts.front-end.partials._cart:5
        • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select `cart_group_id` from `carts` where exists (select * from `products` where `carts`.`product_id` = `products`.`id` 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 ('digital', 'physical') and `status` = 1) and (`customer_id` = 80637 and `is_guest` = 1) group by `cart_group_id`
        360μsu746387223_mshopcart-manager.php#100
        Bindings
        • 0: 1
        • 1: 1
        • 2: approved
        • 3: admin
        • 4: 1
        • 5: digital
        • 6: physical
        • 7: 1
        • 8: 80637
        • 9: 1
        Backtrace
        • 14. app/Utils/cart-manager.php:100
        • 15. app/Utils/cart-manager.php:57
        • 16. vendor/laravel/framework/src/Illuminate/Conditionable/Traits/Conditionable.php:34
        • 17. app/Utils/cart-manager.php:56
        • 18. view::layouts.front-end.partials._cart:14
      • select * from `carts` where exists (select * from `products` where `carts`.`product_id` = `products`.`id` 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 ('digital', 'physical') and `status` = 1) and 0 = 1
        310μsu746387223_mshopcart-manager.php#65
        Bindings
        • 0: 1
        • 1: 1
        • 2: approved
        • 3: admin
        • 4: 1
        • 5: digital
        • 6: physical
        • 7: 1
        Backtrace
        • 15. app/Utils/cart-manager.php:65
        • 16. view::layouts.front-end.partials._cart:14
        • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select `categories`.*, (select count(*) from `products` where `categories`.`id` = `products`.`category_id` 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 ('digital', 'physical')) as `product_count` from `categories` where `position` = 0
        1.14msu746387223_mshopcategory-manager.php#86
        Bindings
        • 0: 1
        • 1: 1
        • 2: approved
        • 3: admin
        • 4: 1
        • 5: digital
        • 6: physical
        • 7: 0
        Backtrace
        • 15. app/Utils/category-manager.php:86
        • 16. view::layouts.front-end.partials._header:235
        • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 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 (29, 35, 53, 64, 68, 79, 80, 83) 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 ('digital', 'physical')
        2.82msu746387223_mshopcategory-manager.php#86
        Bindings
        • 0: 1
        • 1: 1
        • 2: approved
        • 3: admin
        • 4: 1
        • 5: digital
        • 6: physical
        Backtrace
        • 20. app/Utils/category-manager.php:86
        • 21. view::layouts.front-end.partials._header:235
        • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `translations` where `translations`.`translationable_id` in (34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 669, 670, 672, 673, 674, 676, 680, 681, 683, 684, 688, 692, 693) and `translations`.`translationable_type` = 'App\Models\Product' and `locale` = 'en'
        520μsu746387223_mshopcategory-manager.php#86
        Bindings
        • 0: App\Models\Product
        • 1: en
        Backtrace
        • 25. app/Utils/category-manager.php:86
        • 26. view::layouts.front-end.partials._header:235
        • 28. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 29. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 30. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `reviews` where `reviews`.`product_id` in (34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 669, 670, 672, 673, 674, 676, 680, 681, 683, 684, 688, 692, 693) and `delivery_man_id` is null and `status` = 1
        290μsu746387223_mshopcategory-manager.php#86
        Bindings
        • 0: 1
        Backtrace
        • 25. app/Utils/category-manager.php:86
        • 26. view::layouts.front-end.partials._header:235
        • 28. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 29. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 30. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select `categories`.*, (select count(*) from `products` where `categories`.`id` = `products`.`sub_category_id` 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 ('digital', 'physical')) as `sub_category_product_count` from `categories` where `categories`.`parent_id` in (29, 35, 53, 64, 68, 79, 80, 83) and `position` = 1 order by `priority` asc
        2.32msu746387223_mshopcategory-manager.php#86
        Bindings
        • 0: 1
        • 1: 1
        • 2: approved
        • 3: admin
        • 4: 1
        • 5: digital
        • 6: physical
        • 7: 1
        Backtrace
        • 20. app/Utils/category-manager.php:86
        • 21. view::layouts.front-end.partials._header:235
        • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select `categories`.*, (select count(*) from `products` where `categories`.`id` = `products`.`sub_sub_category_id` 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 ('digital', 'physical')) as `sub_sub_category_product_count` from `categories` where `categories`.`parent_id` in (30, 31, 32, 33, 34, 37, 39, 52, 54, 65, 72, 73, 81, 82) and `position` = 2 order by `priority` asc
        930μsu746387223_mshopcategory-manager.php#86
        Bindings
        • 0: 1
        • 1: 1
        • 2: approved
        • 3: admin
        • 4: 1
        • 5: digital
        • 6: physical
        • 7: 2
        Backtrace
        • 25. app/Utils/category-manager.php:86
        • 26. view::layouts.front-end.partials._header:235
        • 28. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 29. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 30. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `translations` where `translations`.`translationable_id` in (55, 56, 67) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'en'
        310μsu746387223_mshopcategory-manager.php#86
        Bindings
        • 0: App\Models\Category
        • 1: en
        Backtrace
        • 30. app/Utils/category-manager.php:86
        • 31. view::layouts.front-end.partials._header:235
        • 33. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 34. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 35. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `translations` where `translations`.`translationable_id` in (30, 31, 32, 33, 34, 37, 39, 52, 54, 65, 72, 73, 81, 82) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'en'
        290μsu746387223_mshopcategory-manager.php#86
        Bindings
        • 0: App\Models\Category
        • 1: en
        Backtrace
        • 25. app/Utils/category-manager.php:86
        • 26. view::layouts.front-end.partials._header:235
        • 28. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 29. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 30. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `translations` where `translations`.`translationable_id` in (29, 35, 53, 64, 68, 79, 80, 83) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'en'
        220μsu746387223_mshopcategory-manager.php#86
        Bindings
        • 0: App\Models\Category
        • 1: en
        Backtrace
        • 20. app/Utils/category-manager.php:86
        • 21. view::layouts.front-end.partials._header:235
        • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `business_settings` where (`type` = 'category_list_priority') limit 1
        270μsu746387223_mshopsettings.php#15
        Bindings
        • 0: category_list_priority
        Backtrace
        • 16. app/Utils/settings.php:15
        • 18. app/Utils/category-manager.php:86
        • 19. view::layouts.front-end.partials._header:235
        • 21. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 22. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • select * from `business_settings` where (`type` = 'brand_list_priority') limit 1
        290μsu746387223_mshopsettings.php#15
        Bindings
        • 0: brand_list_priority
        Backtrace
        • 16. app/Utils/settings.php:15
        • 18. app/Utils/brand-manager.php:35
        • 19. view::layouts.front-end.partials._header:336
        • 21. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 22. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • select `brands`.*, (select count(*) from `products` where `brands`.`id` = `products`.`brand_id` 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 ('digital', 'physical') 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 ('digital', 'physical')) as `brand_products_count` from `brands` where `status` = 1 order by `created_at` desc
        1.58msu746387223_mshopbrand-manager.php#60
        Bindings
        • 0: 1
        • 1: 1
        • 2: approved
        • 3: admin
        • 4: 1
        • 5: digital
        • 6: physical
        • 7: 1
        • 8: 1
        • 9: approved
        • 10: admin
        • 11: 1
        • 12: digital
        • 13: physical
        • 14: 1
        Backtrace
        • 15. app/Utils/brand-manager.php:60
        • 16. app/Utils/brand-manager.php:35
        • 17. view::layouts.front-end.partials._header:336
        • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • select * from `translations` where `translations`.`translationable_id` in (5, 6, 7, 8, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19) and `translations`.`translationable_type` = 'App\Models\Brand' and `locale` = 'en'
        250μsu746387223_mshopbrand-manager.php#60
        Bindings
        • 0: App\Models\Brand
        • 1: en
        Backtrace
        • 20. app/Utils/brand-manager.php:60
        • 21. app/Utils/brand-manager.php:35
        • 22. view::layouts.front-end.partials._header:336
        • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • select count(*) as aggregate from `products` where (`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 ('digital', 'physical') and `discount` != 0
        450μsu746387223_mshop_header.blade.php#366
        Bindings
        • 0: 1
        • 1: 1
        • 2: approved
        • 3: admin
        • 4: 1
        • 5: digital
        • 6: physical
        • 7: 0
        Backtrace
        • 16. view::layouts.front-end.partials._header:366
        • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 21. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `business_settings` where (`type` = 'seller_registration') limit 1
        200μsu746387223_mshopsettings.php#15
        Bindings
        • 0: seller_registration
        Backtrace
        • 16. app/Utils/settings.php:15
        • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 21. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `business_settings` where (`type` = 'loader_gif') limit 1
        250μsu746387223_mshopsettings.php#15
        Bindings
        • 0: loader_gif
        Backtrace
        • 16. app/Utils/settings.php:15
        • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 21. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `business_settings` where (`type` = 'country_code') limit 1
        280μsu746387223_mshopsettings.php#15
        Bindings
        • 0: country_code
        Backtrace
        • 16. app/Utils/settings.php:15
        • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 21. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `flash_deals` where (`status` = 1 and `deal_type` = 'flash_deal') and date(`start_date`) <= '2025-04-05' and date(`end_date`) >= '2025-04-05' limit 1
        300μsu746387223_mshop_footer.blade.php#109
        Bindings
        • 0: 1
        • 1: flash_deal
        • 2: 2025-04-05
        • 3: 2025-04-05
        Backtrace
        • 16. view::layouts.front-end.partials._footer:109
        • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 21. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `translations` where `translations`.`translationable_id` in (1) and `translations`.`translationable_type` = 'App\Models\FlashDeal' and `locale` = 'en'
        250μsu746387223_mshop_footer.blade.php#109
        Bindings
        • 0: App\Models\FlashDeal
        • 1: en
        Backtrace
        • 21. view::layouts.front-end.partials._footer:109
        • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 26. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `business_settings` where (`type` = 'refund-policy') limit 1
        220μsu746387223_mshopsettings.php#15
        Bindings
        • 0: refund-policy
        Backtrace
        • 16. app/Utils/settings.php:15
        • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 21. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `business_settings` where (`type` = 'return-policy') limit 1
        260μsu746387223_mshopsettings.php#15
        Bindings
        • 0: return-policy
        Backtrace
        • 16. app/Utils/settings.php:15
        • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 21. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `business_settings` where (`type` = 'cancellation-policy') limit 1
        250μsu746387223_mshopsettings.php#15
        Bindings
        • 0: cancellation-policy
        Backtrace
        • 16. app/Utils/settings.php:15
        • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 21. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `business_settings` where (`type` = 'shipping-policy') limit 1
        290μsu746387223_mshopsettings.php#15
        Bindings
        • 0: shipping-policy
        Backtrace
        • 16. app/Utils/settings.php:15
        • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 21. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `business_settings` where (`type` = 'company_phone') limit 1
        180μsu746387223_mshopsettings.php#15
        Bindings
        • 0: company_phone
        Backtrace
        • 16. app/Utils/settings.php:15
        • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 21. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `business_settings` where (`type` = 'company_email') limit 1
        280μsu746387223_mshopsettings.php#15
        Bindings
        • 0: company_email
        Backtrace
        • 16. app/Utils/settings.php:15
        • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 21. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `business_settings` where (`type` = 'shop_address') limit 1
        250μsu746387223_mshopsettings.php#15
        Bindings
        • 0: shop_address
        Backtrace
        • 16. app/Utils/settings.php:15
        • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 21. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `business_settings` where (`type` = 'whatsapp') limit 1
        320μsu746387223_mshopsettings.php#15
        Bindings
        • 0: whatsapp
        Backtrace
        • 16. app/Utils/settings.php:15
        • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 21. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `business_settings` where (`type` = 'fcm_credentials') limit 1
        300μsu746387223_mshopsettings.php#15
        Bindings
        • 0: fcm_credentials
        Backtrace
        • 16. app/Utils/settings.php:15
        • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 21. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:207
      App\Models\Product
      118Product.php#?
      App\Models\Category
      25Category.php#?
      App\Models\BusinessSetting
      19BusinessSetting.php#?
      App\Models\Brand
      14Brand.php#?
      App\Models\FlashDeal
      1FlashDeal.php#?
          local
          en
          direction
          ltr
          system_default_currency_info
          App\Models\Currency {#3786 #connection: "mysql" #table: "currencies" #primaryKey: "id" #keyT...
          currency_code
          JD
          currency_symbol
          JD
          currency_exchange_rate
          1
          usd
          1
          _token
          aUFjcvYU6wfpJm0FSl4PCUUw8PDXebjcUao5r3g8
          guest_id
          80637
          _previous
          array:1 [ "url" => "https://matajershop.com/shop-cart" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          PHPDEBUGBAR_STACK_DATA
          []
          path_info
          /shop-cart
          status_code
          200
          
          status_text
          OK
          format
          html
          content_type
          text/html; charset=UTF-8
          request_query
          []
          
          request_request
          []
          
          request_headers
          0 of 0
          array:15 [ "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" ] "accept-encoding" => array:1 [ 0 => "gzip, deflate, br, zstd" ] "host" => array:1 [ 0 => "matajershop.com" ] "pragma" => array:1 [ 0 => "no-cache" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "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" ] "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" ] "priority" => array:1 [ 0 => "u=0, i" ] ]
          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 => "Sat, 05 Apr 2025 03:36:57 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IkNwWVpkZ0MvUjZuZzlKcnRndFNXNHc9PSIsInZhbHVlIjoiSHlLUElPcHBZQUkvUlhiaFNHUTBHVzJoMDJYL2hGV2pmUTE5UkpINlpJblZUbnJYU0g3N1UvejFuL01rcUF6a2dydllPUWxNQ2VtMWNHNlJCQlFGSnMyc1pjMHRVQVZWUmM4MUJTbk8yZ2JBSTFuc2hIVzVCaUVsb2J4VXduRE8iLCJtYWMiOiI1OTE2OWQ2YjQ0ODU4YWJjOGIxNDE5YTAzNDYxM2NiNjk5MmU0NDMyYzQzNzMxYjg1N2VjYmM3ODJkODAxN2IxIiwidGFnIjoiIn0%3D; expires=Sat, 05 Apr 2025 04:36:57 GMT; Max-Age=3600; path=/XSRF-TOKEN=eyJpdiI6IkNwWVpkZ0MvUjZuZzlKcnRndFNXNHc9PSIsInZhbHVlIjoiSHlLUElPcHBZQUkvUlhiaFNHUTBHVzJoMDJYL2hGV2pmUTE5UkpINlpJblZUbnJYU0g3N1UvejFuL01rcUF6a2dydllPU" 1 => "6valley1727541213_session=eyJpdiI6Ik1UekluQWtBV3NjL0NOV3F0TzdQNWc9PSIsInZhbHVlIjoianN4OGtLMXpvV0l1cEtSa1ZaRmFSN0ZoSnpKRFJKU3o5ZjJhcTd5S3paTnJ6RTh1YytHKy9oUDlQS2dKd2VEVDBSblloTVFtRmZLaEd0dWovWXBjVzQ1Sy9UMmN1RlcwNFd6RVFva0d6N3BiMURFVFlWbXZMNTBGTnQxV0NjdTIiLCJtYWMiOiI2ZTRmNTc4MmNiZjQ4OTQ3YjJlNGE4YjMwZDAxY2RiMDExMGRlYTJkMWEyNDkyYTM2ZWFkZmViZWQ5YjRhNDYwIiwidGFnIjoiIn0%3D; expires=Sat, 05 Apr 2025 04:36:57 GMT; Max-Age=3600; path=/; httponly6valley1727541213_session=eyJpdiI6Ik1UekluQWtBV3NjL0NOV3F0TzdQNWc9PSIsInZhbHVlIjoianN4OGtLMXpvV0l1cEtSa1ZaRmFSN0ZoSnpKRFJKU3o5ZjJhcTd5S3paTnJ6RTh1YytHKy9oUDlQS2" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IkNwWVpkZ0MvUjZuZzlKcnRndFNXNHc9PSIsInZhbHVlIjoiSHlLUElPcHBZQUkvUlhiaFNHUTBHVzJoMDJYL2hGV2pmUTE5UkpINlpJblZUbnJYU0g3N1UvejFuL01rcUF6a2dydllPUWxNQ2VtMWNHNlJCQlFGSnMyc1pjMHRVQVZWUmM4MUJTbk8yZ2JBSTFuc2hIVzVCaUVsb2J4VXduRE8iLCJtYWMiOiI1OTE2OWQ2YjQ0ODU4YWJjOGIxNDE5YTAzNDYxM2NiNjk5MmU0NDMyYzQzNzMxYjg1N2VjYmM3ODJkODAxN2IxIiwidGFnIjoiIn0%3D; expires=Sat, 05-Apr-2025 04:36:57 GMT; path=/XSRF-TOKEN=eyJpdiI6IkNwWVpkZ0MvUjZuZzlKcnRndFNXNHc9PSIsInZhbHVlIjoiSHlLUElPcHBZQUkvUlhiaFNHUTBHVzJoMDJYL2hGV2pmUTE5UkpINlpJblZUbnJYU0g3N1UvejFuL01rcUF6a2dydllPU" 1 => "6valley1727541213_session=eyJpdiI6Ik1UekluQWtBV3NjL0NOV3F0TzdQNWc9PSIsInZhbHVlIjoianN4OGtLMXpvV0l1cEtSa1ZaRmFSN0ZoSnpKRFJKU3o5ZjJhcTd5S3paTnJ6RTh1YytHKy9oUDlQS2dKd2VEVDBSblloTVFtRmZLaEd0dWovWXBjVzQ1Sy9UMmN1RlcwNFd6RVFva0d6N3BiMURFVFlWbXZMNTBGTnQxV0NjdTIiLCJtYWMiOiI2ZTRmNTc4MmNiZjQ4OTQ3YjJlNGE4YjMwZDAxY2RiMDExMGRlYTJkMWEyNDkyYTM2ZWFkZmViZWQ5YjRhNDYwIiwidGFnIjoiIn0%3D; expires=Sat, 05-Apr-2025 04:36:57 GMT; path=/; httponly6valley1727541213_session=eyJpdiI6Ik1UekluQWtBV3NjL0NOV3F0TzdQNWc9PSIsInZhbHVlIjoianN4OGtLMXpvV0l1cEtSa1ZaRmFSN0ZoSnpKRFJKU3o5ZjJhcTd5S3paTnJ6RTh1YytHKy9oUDlQS2" ] ]
          session_attributes
          0 of 0
          array:12 [ "local" => "en" "direction" => "ltr" "system_default_currency_info" => App\Models\Currency {#3786 #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" => "Jordan Dinar" "symbol" => "JD" "code" => "JD" "exchange_rate" => "1" "status" => 1 "created_at" => "2023-07-30 17:18:07" "updated_at" => "2023-07-30 17:18:15" ] #original: array:8 [ "id" => 8 "name" => "Jordan Dinar" "symbol" => "JD" "code" => "JD" "exchange_rate" => "1" "status" => 1 "created_at" => "2023-07-30 17:18:07" "updated_at" => "2023-07-30 17:18:15" ] #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" => "JD" "currency_symbol" => "JD" "currency_exchange_rate" => "1" "usd" => 1 "_token" => "aUFjcvYU6wfpJm0FSl4PCUUw8PDXebjcUao5r3g8" "guest_id" => 80637 "_previous" => array:1 [ "url" => "https://matajershop.com/shop-cart" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-04-05 06:36:57GET/shop-cart1456177