المدينة منتجات (Rijal Alma)
0 العناصر الموجودة
لم يتم العثور على منتجات
أعلى
8.2.27PHP Version284msRequest Duration7MBMemory UsageGET productsRoute
    • Booting (107ms)time
    • Application (177ms)time
    • 1 x Application (62.25%)
      177ms
      1 x Booting (37.75%)
      107ms
      9 templates were rendered
      • web-views.products.viewview.blade.phpblade
      • web-views.products._ajax-products_ajax-products.blade.phpblade
      • layouts.front-end.appapp.blade.phpblade
      • layouts.front-end.partials._modals_modals.blade.phpblade
      • layouts.front-end.partials._quick-view-modal_quick-view-modal.blade.phpblade
      • layouts.front-end.partials._header_header.blade.phpblade
      • layouts.front-end.partials._cart_cart.blade.phpblade
      • layouts.front-end.partials._footer_footer.blade.phpblade
      • layouts.front-end.partials.modal._dynamic-modals_dynamic-modals.blade.phpblade
      uri
      GET products
      middleware
      web, maintenance_mode, guestCheck
      controller
      App\Http\Controllers\Web\ProductListController@products
      namespace
      App\Http\Controllers\Web
      prefix
      where
      as
      products
      file
      app/Http/Controllers/Web/ProductListController.php:24-34
      45 statements were executed, 13 of which were duplicated, 32 unique. Show only duplicated14.02ms
      • select * from `business_settings` where (`type` = 'maintenance_mode') limit 1
        310μshelpers.php#167admin_waffrnaa
        Metadata
        Bindings
        • 0. maintenance_mode
        Backtrace
        • 16. app/Utils/helpers.php:167
        • 17. middleware::maintenance_mode:19
        • 18. vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:183
        • 19. middleware::api_lang:22
        • 20. vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:183
      • insert into `guest_users` (`ip_address`, `created_at`) values ('3.143.23.170', '2025-01-12 14:43:03')
        580μsGuestMiddleware.php#23admin_waffrnaa
        Metadata
        Bindings
        • 0. 3.143.23.170
        • 1. 2025-01-12 14:43:03
        Backtrace
        • 16. middleware::guestCheck:23
        • 17. vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:183
        • 18. middleware::maintenance_mode:23
        • 19. vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:183
        • 20. middleware::api_lang:22
      • select * from `business_settings` where (`type` = 'business_mode') limit 1
        260μssettings.php#15admin_waffrnaa
        Metadata
        Bindings
        • 0. business_mode
        Backtrace
        • 16. app/Utils/settings.php:15
        • 26. app/Http/Controllers/Web/ProductListController.php:40
        • 27. app/Http/Controllers/Web/ProductListController.php:29
        • 28. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 29. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • 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) or (`brand_id` is null and `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 `brand_id` = '48'
        450μsProductListController.php#171admin_waffrnaa
        Metadata
        Bindings
        • 0. 1
        • 1. 1
        • 2. 1
        • 3. 1
        • 4. approved
        • 5. admin
        • 6. 1
        • 7. digital
        • 8. physical
        • 9. 48
        Backtrace
        • 16. app/Http/Controllers/Web/ProductListController.php:171
        • 17. app/Http/Controllers/Web/ProductListController.php:29
        • 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
      • select * from `brands` where `status` = 1 and `brands`.`id` = 48 limit 1
        280μsProductListController.php#184admin_waffrnaa
        Metadata
        Bindings
        • 0. 1
        • 1. 48
        Backtrace
        • 17. app/Http/Controllers/Web/ProductListController.php:184
        • 18. app/Http/Controllers/Web/ProductListController.php:29
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 20. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 21. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • select * from `translations` where `translations`.`translationable_id` in (48) and `translations`.`translationable_type` = 'App\Models\Brand' and `locale` = 'sa'
        250μsProductListController.php#184admin_waffrnaa
        Metadata
        Bindings
        • 0. App\Models\Brand
        • 1. sa
        Backtrace
        • 22. app/Http/Controllers/Web/ProductListController.php:184
        • 23. app/Http/Controllers/Web/ProductListController.php:29
        • 24. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 25. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 26. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • select * from `business_settings` where (`type` = 'business_mode') limit 1
        280μssettings.php#15admin_waffrnaa
        Metadata
        Bindings
        • 0. business_mode
        Backtrace
        • 16. app/Utils/settings.php:15
        • 26. app/Models/Brand.php:42
        • 32. app/Utils/brand-manager.php:31
        • 33. view::web-views.products.view:228
        • 35. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 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) or (`brand_id` is null and `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
        690μsbrand-manager.php#31admin_waffrnaa
        Metadata
        Bindings
        • 0. 1
        • 1. 1
        • 2. 1
        • 3. 1
        • 4. approved
        • 5. admin
        • 6. 1
        • 7. digital
        • 8. physical
        • 9. 1
        Backtrace
        • 15. app/Utils/brand-manager.php:31
        • 16. view::web-views.products.view:228
        • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `translations` where `translations`.`translationable_id` in (2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50) and `translations`.`translationable_type` = 'App\Models\Brand' and `locale` = 'sa'
        400μsbrand-manager.php#31admin_waffrnaa
        Metadata
        Bindings
        • 0. App\Models\Brand
        • 1. sa
        Backtrace
        • 20. app/Utils/brand-manager.php:31
        • 21. view::web-views.products.view:228
        • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `categories` where `position` = 0 order by `priority` asc
        420μscategory-manager.php#13admin_waffrnaa
        Metadata
        Bindings
        • 0. 0
        Backtrace
        • 15. app/Utils/category-manager.php:13
        • 16. view::web-views.products.view:257
        • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `categories` where `categories`.`parent_id` in (1, 7, 13, 19, 25, 31, 35, 39, 44, 49, 53, 57, 61, 65, 69) order by `priority` asc
        390μscategory-manager.php#13admin_waffrnaa
        Metadata
        Backtrace
        • 20. app/Utils/category-manager.php:13
        • 21. view::web-views.products.view:257
        • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `categories` where `categories`.`parent_id` in (2, 3, 4, 5, 6, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 20, 21, 22, 23, 24, 26, 27, 28, 29, 30, 32, 33, 34, 36, 37, 38, 40, 41, 42, 43, 45, 46, 47, 48, 50, 51, 52, 54, 55, 56, 58, 59, 60, 62, 63, 64, 66, 67, 68, 70, 71) order by `priority` asc
        280μscategory-manager.php#13admin_waffrnaa
        Metadata
        Backtrace
        • 25. app/Utils/category-manager.php:13
        • 26. view::web-views.products.view:257
        • 28. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 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 (2, 3, 4, 5, 6, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 20, 21, 22, 23, 24, 26, 27, 28, 29, 30, 32, 33, 34, 36, 37, 38, 40, 41, 42, 43, 45, 46, 47, 48, 50, 51, 52, 54, 55, 56, 58, 59, 60, 62, 63, 64, 66, 67, 68, 70, 71) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
        400μscategory-manager.php#13admin_waffrnaa
        Metadata
        Bindings
        • 0. App\Models\Category
        • 1. sa
        Backtrace
        • 25. app/Utils/category-manager.php:13
        • 26. view::web-views.products.view:257
        • 28. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 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 (1, 7, 13, 19, 25, 31, 35, 39, 44, 49, 53, 57, 61, 65, 69) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
        270μscategory-manager.php#13admin_waffrnaa
        Metadata
        Bindings
        • 0. App\Models\Category
        • 1. sa
        Backtrace
        • 20. app/Utils/category-manager.php:13
        • 21. view::web-views.products.view:257
        • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 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` = 'google_tag_manager_id') limit 1
        300μssettings.php#15admin_waffrnaa
        Metadata
        Bindings
        • 0. google_tag_manager_id
        Backtrace
        • 16. app/Utils/settings.php:15
        • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 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
        320μssettings.php#15admin_waffrnaa
        Metadata
        Bindings
        • 0. pixel_analytics
        Backtrace
        • 16. app/Utils/settings.php:15
        • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 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
        230μssettings.php#15admin_waffrnaa
        Metadata
        Bindings
        • 0. announcement
        Backtrace
        • 16. app/Utils/settings.php:15
        • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 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 (`customer_id` = 25996 and `is_guest` = 1) group by `cart_group_id`
        240μscart-manager.php#74admin_waffrnaa
        Metadata
        Bindings
        • 0. 25996
        • 1. 1
        Backtrace
        • 14. app/Utils/cart-manager.php:74
        • 15. app/Utils/cart-manager.php:43
        • 16. view::layouts.front-end.partials._cart:21
        • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • select * from `carts` where 0 = 1
        210μscart-manager.php#43admin_waffrnaa
        Metadata
        Backtrace
        • 15. app/Utils/cart-manager.php:43
        • 16. view::layouts.front-end.partials._cart:21
        • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 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 (`customer_id` = 25996 and `is_guest` = 1) group by `cart_group_id`
        180μscart-manager.php#74admin_waffrnaa
        Metadata
        Bindings
        • 0. 25996
        • 1. 1
        Backtrace
        • 14. app/Utils/cart-manager.php:74
        • 15. app/Utils/cart-manager.php:43
        • 16. view::layouts.front-end.partials._cart:31
        • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • select * from `carts` where 0 = 1
        190μscart-manager.php#43admin_waffrnaa
        Metadata
        Backtrace
        • 15. app/Utils/cart-manager.php:43
        • 16. view::layouts.front-end.partials._cart:31
        • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 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μssettings.php#15admin_waffrnaa
        Metadata
        Bindings
        • 0. currency_symbol_position
        Backtrace
        • 16. app/Utils/settings.php:15
        • 21. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 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 count(*) as aggregate from `categories` where `position` = 0
        220μs_header.blade.php#228admin_waffrnaa
        Metadata
        Bindings
        • 0. 0
        Backtrace
        • 16. view::layouts.front-end.partials._header:228
        • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 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 `categories` where `position` = 0 order by `priority` asc limit 11 offset 0
        260μs_header.blade.php#228admin_waffrnaa
        Metadata
        Bindings
        • 0. 0
        Backtrace
        • 16. view::layouts.front-end.partials._header:228
        • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 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 `categories` where `categories`.`parent_id` in (1, 7, 13, 19, 25, 31, 35, 39, 44, 49, 53) order by `priority` asc
        370μs_header.blade.php#228admin_waffrnaa
        Metadata
        Backtrace
        • 21. view::layouts.front-end.partials._header:228
        • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 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 `categories` where `categories`.`parent_id` in (2, 3, 4, 5, 6, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 20, 21, 22, 23, 24, 26, 27, 28, 29, 30, 32, 33, 34, 36, 37, 38, 40, 41, 42, 43, 45, 46, 47, 48, 50, 51, 52, 54, 55, 56) order by `priority` asc
        270μs_header.blade.php#228admin_waffrnaa
        Metadata
        Backtrace
        • 26. view::layouts.front-end.partials._header:228
        • 28. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 29. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 30. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 31. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `translations` where `translations`.`translationable_id` in (2, 3, 4, 5, 6, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 20, 21, 22, 23, 24, 26, 27, 28, 29, 30, 32, 33, 34, 36, 37, 38, 40, 41, 42, 43, 45, 46, 47, 48, 50, 51, 52, 54, 55, 56) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
        370μs_header.blade.php#228admin_waffrnaa
        Metadata
        Bindings
        • 0. App\Models\Category
        • 1. sa
        Backtrace
        • 26. view::layouts.front-end.partials._header:228
        • 28. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 29. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 30. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 31. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `translations` where `translations`.`translationable_id` in (1, 7, 13, 19, 25, 31, 35, 39, 44, 49, 53) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'sa'
        260μs_header.blade.php#228admin_waffrnaa
        Metadata
        Bindings
        • 0. App\Models\Category
        • 1. sa
        Backtrace
        • 21. view::layouts.front-end.partials._header:228
        • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 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` = 'business_mode') limit 1
        260μssettings.php#15admin_waffrnaa
        Metadata
        Bindings
        • 0. business_mode
        Backtrace
        • 16. app/Utils/settings.php:15
        • 26. app/Models/Brand.php:42
        • 32. app/Utils/brand-manager.php:31
        • 33. view::layouts.front-end.partials._header:315
        • 35. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 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) or (`brand_id` is null and `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
        750μsbrand-manager.php#31admin_waffrnaa
        Metadata
        Bindings
        • 0. 1
        • 1. 1
        • 2. 1
        • 3. 1
        • 4. approved
        • 5. admin
        • 6. 1
        • 7. digital
        • 8. physical
        • 9. 1
        Backtrace
        • 15. app/Utils/brand-manager.php:31
        • 16. view::layouts.front-end.partials._header:315
        • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `translations` where `translations`.`translationable_id` in (2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50) and `translations`.`translationable_type` = 'App\Models\Brand' and `locale` = 'sa'
        360μsbrand-manager.php#31admin_waffrnaa
        Metadata
        Bindings
        • 0. App\Models\Brand
        • 1. sa
        Backtrace
        • 20. app/Utils/brand-manager.php:31
        • 21. view::layouts.front-end.partials._header:315
        • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 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` = 'business_mode') limit 1
        270μssettings.php#15admin_waffrnaa
        Metadata
        Bindings
        • 0. business_mode
        Backtrace
        • 16. app/Utils/settings.php:15
        • 23. view::layouts.front-end.partials._header:342
        • 25. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 27. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 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) or (`brand_id` is null and `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
        330μs_header.blade.php#342admin_waffrnaa
        Metadata
        Bindings
        • 0. 1
        • 1. 1
        • 2. 1
        • 3. 1
        • 4. approved
        • 5. admin
        • 6. 1
        • 7. digital
        • 8. physical
        • 9. 0
        Backtrace
        • 16. view::layouts.front-end.partials._header:342
        • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 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` = 'business_mode') limit 1
        230μssettings.php#15admin_waffrnaa
        Metadata
        Bindings
        • 0. business_mode
        Backtrace
        • 16. app/Utils/settings.php:15
        • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 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` = 'seller_registration') limit 1
        220μssettings.php#15admin_waffrnaa
        Metadata
        Bindings
        • 0. seller_registration
        Backtrace
        • 16. app/Utils/settings.php:15
        • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 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
        340μssettings.php#15admin_waffrnaa
        Metadata
        Bindings
        • 0. loader_gif
        Backtrace
        • 16. app/Utils/settings.php:15
        • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 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
        230μssettings.php#15admin_waffrnaa
        Metadata
        Bindings
        • 0. country_code
        Backtrace
        • 16. app/Utils/settings.php:15
        • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 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-01-12' and date(`end_date`) >= '2025-01-12' limit 1
        240μs_footer.blade.php#102admin_waffrnaa
        Metadata
        Bindings
        • 0. 1
        • 1. flash_deal
        • 2. 2025-01-12
        • 3. 2025-01-12
        Backtrace
        • 16. view::layouts.front-end.partials._footer:102
        • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 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` = 'refund-policy') limit 1
        260μssettings.php#15admin_waffrnaa
        Metadata
        Bindings
        • 0. refund-policy
        Backtrace
        • 16. app/Utils/settings.php:15
        • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 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
        230μssettings.php#15admin_waffrnaa
        Metadata
        Bindings
        • 0. return-policy
        Backtrace
        • 16. app/Utils/settings.php:15
        • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 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
        310μssettings.php#15admin_waffrnaa
        Metadata
        Bindings
        • 0. cancellation-policy
        Backtrace
        • 16. app/Utils/settings.php:15
        • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 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
        250μssettings.php#15admin_waffrnaa
        Metadata
        Bindings
        • 0. company_phone
        Backtrace
        • 16. app/Utils/settings.php:15
        • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 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
        200μssettings.php#15admin_waffrnaa
        Metadata
        Bindings
        • 0. company_email
        Backtrace
        • 16. app/Utils/settings.php:15
        • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 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
        280μssettings.php#15admin_waffrnaa
        Metadata
        Bindings
        • 0. shop_address
        Backtrace
        • 16. app/Utils/settings.php:15
        • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 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
        330μssettings.php#15admin_waffrnaa
        Metadata
        Bindings
        • 0. whatsapp
        Backtrace
        • 16. app/Utils/settings.php:15
        • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 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\Translation
      28
      App\Models\Category
      127
      App\Models\Brand
      99
      App\Models\BusinessSetting
      17
          decimal_point_settings
          2
          product_brand
          1
          digital_product
          1
          currency_model
          single_currency
          language
          array:2 [ 0 => array:6 [ "id" => "1" "name" => "english" "direction" => "ltr" "cod...
          local
          sa
          direction
          rtl
          system_default_currency
          8
          system_default_currency_info
          App\Models\Currency {#3818 #connection: "mysql" #table: "currencies" #primaryKey: "id" #keyT...
          currency_code
          SAR
          currency_symbol
          SAR
          currency_exchange_rate
          1
          _token
          0293l9M4ROfTZBNla5mqgmZ2kW1fOTW0AOrtMKzl
          guest_id
          25996
          currency_symbol_position
          left
          company_email
          info@waffrnaa.com
          _previous
          array:1 [ "url" => "https://waffrnaa.com/products?data_from=brand&id=48&page=1" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          PHPDEBUGBAR_STACK_DATA
          []
          path_info
          /products
          status_code
          200
          
          status_text
          OK
          format
          html
          content_type
          text/html; charset=UTF-8
          request_query
          0 of 0
          array:3 [ "data_from" => "brand" "id" => "48" "page" => "1" ]
          request_request
          []
          
          request_headers
          0 of 0
          array:18 [ "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 => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" ] "cache-control" => array:1 [ 0 => "no-cache" ] "pragma" => array:1 [ 0 => "no-cache" ] "connection" => array:1 [ 0 => "close" ] "x-accel-internal" => array:1 [ 0 => "/internal-nginx-static-location" ] "x-real-ip" => array:1 [ 0 => "3.143.23.170" ] "host" => array:1 [ 0 => "waffrnaa.com" ] ]
          request_server
          0 of 0
          array:56 [ "USER" => "waffrnaa.com_xhz9iovhly9" "HOME" => "/var/www/vhosts/waffrnaa.com" "SCRIPT_NAME" => "/index.php" "REQUEST_URI" => "/products?data_from=brand&id=48&page=1" "QUERY_STRING" => "data_from=brand&id=48&page=1" "REQUEST_METHOD" => "GET" "SERVER_PROTOCOL" => "HTTP/1.0" "GATEWAY_INTERFACE" => "CGI/1.1" "REDIRECT_QUERY_STRING" => "data_from=brand&id=48&page=1" "REDIRECT_URL" => "/products" "REMOTE_PORT" => "47492" "SCRIPT_FILENAME" => "/var/www/vhosts/waffrnaa.com/httpdocs/public/index.php" "SERVER_ADMIN" => "[no address given]" "CONTEXT_DOCUMENT_ROOT" => "/var/www/vhosts/waffrnaa.com/httpdocs/public" "CONTEXT_PREFIX" => "" "REQUEST_SCHEME" => "https" "DOCUMENT_ROOT" => "/var/www/vhosts/waffrnaa.com/httpdocs/public" "REMOTE_ADDR" => "3.143.23.170" "SERVER_PORT" => "443" "SERVER_ADDR" => "66.179.252.164" "SERVER_NAME" => "waffrnaa.com" "SERVER_SOFTWARE" => "Apache" "SERVER_SIGNATURE" => "<address>Apache Server at waffrnaa.com Port 443</address>\n" "PATH" => "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" "HTTP_PRIORITY" => "u=0, i" "HTTP_ACCEPT_ENCODING" => "gzip, deflate, br, zstd" "HTTP_SEC_FETCH_DEST" => "document" "HTTP_SEC_FETCH_USER" => "?1" "HTTP_SEC_FETCH_MODE" => "navigate" "HTTP_SEC_FETCH_SITE" => "none" "HTTP_ACCEPT" => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" "HTTP_USER_AGENT" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" "HTTP_UPGRADE_INSECURE_REQUESTS" => "1" "HTTP_SEC_CH_UA_PLATFORM" => ""Windows"" "HTTP_SEC_CH_UA_MOBILE" => "?0" "HTTP_SEC_CH_UA" => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" "HTTP_CACHE_CONTROL" => "no-cache" "HTTP_PRAGMA" => "no-cache" "HTTP_CONNECTION" => "close" "HTTP_X_ACCEL_INTERNAL" => "/internal-nginx-static-location" "HTTP_X_REAL_IP" => "3.143.23.170" "HTTP_HOST" => "waffrnaa.com" "proxy-nokeepalive" => "1" "HTTPS" => "on" "SCRIPT_URI" => "https://waffrnaa.com/products" "SCRIPT_URL" => "/products" "UNIQUE_ID" => "Z4PU94yUSDxxCAskA8eE5gAAAAA" "REDIRECT_STATUS" => "200" "REDIRECT_HTTPS" => "on" "REDIRECT_SCRIPT_URI" => "https://waffrnaa.com/products" "REDIRECT_SCRIPT_URL" => "/products" "REDIRECT_UNIQUE_ID" => "Z4PU94yUSDxxCAskA8eE5gAAAAA" "FCGI_ROLE" => "RESPONDER" "PHP_SELF" => "/index.php" "REQUEST_TIME_FLOAT" => 1736692983.159 "REQUEST_TIME" => 1736692983 ]
          request_cookies
          []
          
          response_headers
          0 of 0
          array:7 [ "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [ 0 => "private, must-revalidate" ] "date" => array:1 [ 0 => "Sun, 12 Jan 2025 14:43:03 GMT" ] "pragma" => array:1 [ 0 => "no-cache" ] "expires" => array:1 [ 0 => "-1" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IklURXREeDRReFE2REVRd20xdHBWZFE9PSIsInZhbHVlIjoiY1RxOUdWaTVtY3Z1eUY3Tnk3aE5yc051clZJdVJxYUJrZ3EySm5PSkQ2RW8wT0czTk9IZDN4VVE0R0VmRUVWelhKWmhLb2N2R2VHeWxrV0JtNUdGU0krdERWaHVPWjB4K2Fkc2JpSWVvWS9lZVp4N01HT1JSclNyT1d2c0VMZzUiLCJtYWMiOiJmMTNlMzNiM2MzNWMzYjA5ZDI5YWNkMmNkNjlmOTQzMTI0MDNhYzY1NThlODk3NTliZmVmMWE0Yzc4MjVmYTA1IiwidGFnIjoiIn0%3D; expires=Sun, 12 Jan 2025 15:43:03 GMT; Max-Age=3600; path=/XSRF-TOKEN=eyJpdiI6IklURXREeDRReFE2REVRd20xdHBWZFE9PSIsInZhbHVlIjoiY1RxOUdWaTVtY3Z1eUY3Tnk3aE5yc051clZJdVJxYUJrZ3EySm5PSkQ2RW8wT0czTk9IZDN4VVE0R0VmRUVWelhKWmhLb" 1 => "6valley1714846142_session=eyJpdiI6Ik1iOVJFMzJwUDB6VmluUU9seFVxVWc9PSIsInZhbHVlIjoibUUySWx3T09MYm1KajZ6UGRNZ3k1QzdvTHVHa2ZMWDJWWjNkNzd3UlJRbmhxdm1pbUcvenV2NlA0S1VlL0xTeCt1NzExSlJQaER2LzJRR0VNNkxkcmY0UnFuWVQ5aHF6am9rWU5URnBJOG9PUVphV2NaZTFYc3VmQUxJUGtnOEwiLCJtYWMiOiJmMTE5ZmI0OGI3NzIyNjExNWYzYjdkZmE4YmY0NmQyZGQxYmQyMTQ1MGNlNjJjYWJkNDQyYjgyOTljOGYwNTJkIiwidGFnIjoiIn0%3D; expires=Sun, 12 Jan 2025 15:43:03 GMT; Max-Age=3600; path=/; httponly6valley1714846142_session=eyJpdiI6Ik1iOVJFMzJwUDB6VmluUU9seFVxVWc9PSIsInZhbHVlIjoibUUySWx3T09MYm1KajZ6UGRNZ3k1QzdvTHVHa2ZMWDJWWjNkNzd3UlJRbmhxdm1pbUcvenV2NlA0S1" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IklURXREeDRReFE2REVRd20xdHBWZFE9PSIsInZhbHVlIjoiY1RxOUdWaTVtY3Z1eUY3Tnk3aE5yc051clZJdVJxYUJrZ3EySm5PSkQ2RW8wT0czTk9IZDN4VVE0R0VmRUVWelhKWmhLb2N2R2VHeWxrV0JtNUdGU0krdERWaHVPWjB4K2Fkc2JpSWVvWS9lZVp4N01HT1JSclNyT1d2c0VMZzUiLCJtYWMiOiJmMTNlMzNiM2MzNWMzYjA5ZDI5YWNkMmNkNjlmOTQzMTI0MDNhYzY1NThlODk3NTliZmVmMWE0Yzc4MjVmYTA1IiwidGFnIjoiIn0%3D; expires=Sun, 12-Jan-2025 15:43:03 GMT; path=/XSRF-TOKEN=eyJpdiI6IklURXREeDRReFE2REVRd20xdHBWZFE9PSIsInZhbHVlIjoiY1RxOUdWaTVtY3Z1eUY3Tnk3aE5yc051clZJdVJxYUJrZ3EySm5PSkQ2RW8wT0czTk9IZDN4VVE0R0VmRUVWelhKWmhLb" 1 => "6valley1714846142_session=eyJpdiI6Ik1iOVJFMzJwUDB6VmluUU9seFVxVWc9PSIsInZhbHVlIjoibUUySWx3T09MYm1KajZ6UGRNZ3k1QzdvTHVHa2ZMWDJWWjNkNzd3UlJRbmhxdm1pbUcvenV2NlA0S1VlL0xTeCt1NzExSlJQaER2LzJRR0VNNkxkcmY0UnFuWVQ5aHF6am9rWU5URnBJOG9PUVphV2NaZTFYc3VmQUxJUGtnOEwiLCJtYWMiOiJmMTE5ZmI0OGI3NzIyNjExNWYzYjdkZmE4YmY0NmQyZGQxYmQyMTQ1MGNlNjJjYWJkNDQyYjgyOTljOGYwNTJkIiwidGFnIjoiIn0%3D; expires=Sun, 12-Jan-2025 15:43:03 GMT; path=/; httponly6valley1714846142_session=eyJpdiI6Ik1iOVJFMzJwUDB6VmluUU9seFVxVWc9PSIsInZhbHVlIjoibUUySWx3T09MYm1KajZ6UGRNZ3k1QzdvTHVHa2ZMWDJWWjNkNzd3UlJRbmhxdm1pbUcvenV2NlA0S1" ] ]
          session_attributes
          0 of 0
          array:19 [ "decimal_point_settings" => 2 "product_brand" => 1 "digital_product" => 1 "currency_model" => "single_currency" "language" => array:2 [ 0 => array:6 [ "id" => "1" "name" => "english" "direction" => "ltr" "code" => "en" "status" => 1 "default" => false ] 1 => array:6 [ "id" => 2 "name" => "العربية" "direction" => "rtl" "code" => "sa" "status" => 1 "default" => true ] ] "local" => "sa" "direction" => "rtl" "system_default_currency" => 8 "system_default_currency_info" => App\Models\Currency {#3818 #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" => "SAR" "symbol" => "SAR" "code" => "SAR" "exchange_rate" => "1" "status" => 1 "created_at" => "2024-05-14 14:54:36" "updated_at" => "2024-05-14 14:54:43" ] #original: array:8 [ "id" => 8 "name" => "SAR" "symbol" => "SAR" "code" => "SAR" "exchange_rate" => "1" "status" => 1 "created_at" => "2024-05-14 14:54:36" "updated_at" => "2024-05-14 14:54:43" ] #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" => "SAR" "currency_symbol" => "SAR" "currency_exchange_rate" => "1" "_token" => "0293l9M4ROfTZBNla5mqgmZ2kW1fOTW0AOrtMKzl" "guest_id" => 25996 "currency_symbol_position" => "left" "company_email" => "info@waffrnaa.com" "_previous" => array:1 [ "url" => "https://waffrnaa.com/products?data_from=brand&id=48&page=1" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]