Latest Products
511 Items found
-Gh₵50.00
Gh₵1,500.00
Gh₵1,450.00
-Gh₵50.00
Gh₵1,400.00
Gh₵1,350.00
-Gh₵100.00
Gh₵1,345.00
Gh₵1,245.00
-Gh₵101.00
Gh₵1,200.00
Gh₵1,099.00
-Gh₵100.00
Gh₵1,130.00
Gh₵1,030.00
-Gh₵100.00
Gh₵1,215.00
Gh₵1,115.00
-Gh₵300.00
Gh₵6,500.00
Gh₵6,200.00
-Gh₵100.00
Gh₵1,170.00
Gh₵1,070.00
-15%
Gh₵400.00
Gh₵340.00
Gh₵200.00
Gh₵180.00
Gh₵265.00
Gh₵250.00
Gh₵230.00
-Gh₵10.00
Gh₵335.00
Gh₵325.00
-Gh₵20.00
Gh₵320.00
Gh₵300.00
-Gh₵10.00
Gh₵360.00
Gh₵350.00
-5%
Gh₵260.00
Gh₵247.00
Out of stock
Top
Request history8.1.32PHP Version3.01sRequest Duration36MBMemory UsageGET productsRoute
    • Booting (1.23s)time
    • Application (1.78s)time
    • 1 x Application (59.21%)
      1.78s
      1 x Booting (40.79%)
      1.23s
      30 templates were rendered
      • web-views.products.viewview.blade.php#?blade
      • web-views.products._ajax-products_ajax-products.blade.php#?blade
      • web-views.partials._filter-single-product_filter-single-product.blade.php#?blade
      • web-views.partials._filter-single-product_filter-single-product.blade.php#?blade
      • web-views.partials._filter-single-product_filter-single-product.blade.php#?blade
      • web-views.partials._filter-single-product_filter-single-product.blade.php#?blade
      • web-views.partials._filter-single-product_filter-single-product.blade.php#?blade
      • web-views.partials._filter-single-product_filter-single-product.blade.php#?blade
      • web-views.partials._filter-single-product_filter-single-product.blade.php#?blade
      • web-views.partials._filter-single-product_filter-single-product.blade.php#?blade
      • web-views.partials._filter-single-product_filter-single-product.blade.php#?blade
      • web-views.partials._filter-single-product_filter-single-product.blade.php#?blade
      • web-views.partials._filter-single-product_filter-single-product.blade.php#?blade
      • web-views.partials._filter-single-product_filter-single-product.blade.php#?blade
      • web-views.partials._filter-single-product_filter-single-product.blade.php#?blade
      • web-views.partials._filter-single-product_filter-single-product.blade.php#?blade
      • web-views.partials._filter-single-product_filter-single-product.blade.php#?blade
      • web-views.partials._filter-single-product_filter-single-product.blade.php#?blade
      • web-views.partials._filter-single-product_filter-single-product.blade.php#?blade
      • web-views.partials._filter-single-product_filter-single-product.blade.php#?blade
      • web-views.partials._filter-single-product_filter-single-product.blade.php#?blade
      • web-views.partials._filter-single-product_filter-single-product.blade.php#?blade
      • pagination::bootstrap-4bootstrap-4.blade.php#?blade
      • layouts.front-end.appapp.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._header_header.blade.php#?blade
      • layouts.front-end.partials._cart_cart.blade.php#?blade
      • layouts.front-end.partials._footer_footer.blade.php#?blade
      • layouts.front-end.partials.modal._dynamic-modals_dynamic-modals.blade.php#?blade
      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
      39 statements were executed (8 duplicates)Show only duplicates416ms
      • select * from `business_settings` where (`type` = 'maintenance_mode') limit 1
        2.43mswadaahc4_MYSQLhelpers.php#167
        Bindings
        • 0: maintenance_mode
        Backtrace
        • app/Utils/helpers.php:167
        • middleware::maintenance_mode:20
        • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:183
        • middleware::api_lang:22
        • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:183
      • insert into `guest_users` (`ip_address`, `created_at`) values ('18.189.28.82', '2025-04-15 07:10:56')
        20.46mswadaahc4_MYSQLGuestMiddleware.php#25
        Bindings
        • 0: 18.189.28.82
        • 1: 2025-04-15 07:10:56
        Backtrace
        • middleware::guestCheck:25
        • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:183
        • middleware::maintenance_mode:27
        • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:183
        • middleware::api_lang:22
      • 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')
        4.69mswadaahc4_MYSQLProductListController.php#174
        Bindings
        • 0: 1
        • 1: 1
        • 2: 1
        • 3: 1
        • 4: approved
        • 5: admin
        • 6: 1
        • 7: digital
        • 8: physical
        Backtrace
        • app/Http/Controllers/Web/ProductListController.php:174
        • app/Http/Controllers/Web/ProductListController.php:29
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • select * 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') order by `created_at` desc limit 20 offset 360
        13.6mswadaahc4_MYSQLProductListController.php#174
        Bindings
        • 0: 1
        • 1: 1
        • 2: 1
        • 3: 1
        • 4: approved
        • 5: admin
        • 6: 1
        • 7: digital
        • 8: physical
        Backtrace
        • app/Http/Controllers/Web/ProductListController.php:174
        • app/Http/Controllers/Web/ProductListController.php:29
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • select * from `reviews` where `reviews`.`product_id` in (364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383) and `delivery_man_id` is null and `status` = 1
        3.13mswadaahc4_MYSQLProductListController.php#174
        Bindings
        • 0: 1
        Backtrace
        • app/Http/Controllers/Web/ProductListController.php:174
        • app/Http/Controllers/Web/ProductListController.php:29
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • select * from `translations` where `translations`.`translationable_id` in (364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383) and `translations`.`translationable_type` = 'App\\Models\\Product' and `locale` = 'en'
        4.7mswadaahc4_MYSQLProductListController.php#174
        Bindings
        • 0: App\Models\Product
        • 1: en
        Backtrace
        • app/Http/Controllers/Web/ProductListController.php:174
        • app/Http/Controllers/Web/ProductListController.php:29
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • 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
        38.25mswadaahc4_MYSQLbrand-manager.php#31
        Bindings
        • 0: 1
        • 1: 1
        • 2: 1
        • 3: 1
        • 4: approved
        • 5: admin
        • 6: 1
        • 7: digital
        • 8: physical
        • 9: 1
        Backtrace
        • app/Utils/brand-manager.php:31
        • view::web-views.products.view:228
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `translations` where `translations`.`translationable_id` in (1, 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, 34, 35, 36, 37, 38) and `translations`.`translationable_type` = 'App\\Models\\Brand' and `locale` = 'en'
        4.85mswadaahc4_MYSQLbrand-manager.php#31
        Bindings
        • 0: App\Models\Brand
        • 1: en
        Backtrace
        • app/Utils/brand-manager.php:31
        • view::web-views.products.view:228
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `categories` where `position` = 0 order by `priority` asc
        3.99mswadaahc4_MYSQLcategory-manager.php#13
        Bindings
        • 0: 0
        Backtrace
        • app/Utils/category-manager.php:13
        • view::web-views.products.view:257
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `categories` where `categories`.`parent_id` in (6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 24, 29, 37, 39, 40, 53, 60) order by `priority` asc
        770μswadaahc4_MYSQLcategory-manager.php#13
        Backtrace
        • app/Utils/category-manager.php:13
        • view::web-views.products.view:257
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `categories` where `categories`.`parent_id` in (17, 18, 19, 20, 23, 25, 26, 27, 28, 30, 31, 32, 33, 34, 35, 36, 38, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59) order by `priority` asc
        590μswadaahc4_MYSQLcategory-manager.php#13
        Backtrace
        • app/Utils/category-manager.php:13
        • view::web-views.products.view:257
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `translations` where `translations`.`translationable_id` in (17, 18, 19, 20, 23, 25, 26, 27, 28, 30, 31, 32, 33, 34, 35, 36, 38, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59) and `translations`.`translationable_type` = 'App\\Models\\Category' and `locale` = 'en'
        1.96mswadaahc4_MYSQLcategory-manager.php#13
        Bindings
        • 0: App\Models\Category
        • 1: en
        Backtrace
        • app/Utils/category-manager.php:13
        • view::web-views.products.view:257
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `translations` where `translations`.`translationable_id` in (6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 24, 29, 37, 39, 40, 53, 60) and `translations`.`translationable_type` = 'App\\Models\\Category' and `locale` = 'en'
        580μswadaahc4_MYSQLcategory-manager.php#13
        Bindings
        • 0: App\Models\Category
        • 1: en
        Backtrace
        • app/Utils/category-manager.php:13
        • view::web-views.products.view:257
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `currencies` where (`code` = 'USD') limit 1
        30.01mswadaahc4_MYSQLcurrency.php#92
        Bindings
        • 0: USD
        Backtrace
        • app/Utils/currency.php:92
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `business_settings` where (`type` = 'currency_symbol_position') limit 1
        660μswadaahc4_MYSQLsettings.php#15
        Bindings
        • 0: currency_symbol_position
        Backtrace
        • app/Utils/settings.php:15
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `business_settings` where (`type` = 'google_tag_manager_id') limit 1
        3.55mswadaahc4_MYSQLsettings.php#15
        Bindings
        • 0: google_tag_manager_id
        Backtrace
        • app/Utils/settings.php:15
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `business_settings` where (`type` = 'pixel_analytics') limit 1
        1.49mswadaahc4_MYSQLsettings.php#15
        Bindings
        • 0: pixel_analytics
        Backtrace
        • app/Utils/settings.php:15
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `business_settings` where (`type` = 'announcement') limit 1
        2.97mswadaahc4_MYSQLsettings.php#15
        Bindings
        • 0: announcement
        Backtrace
        • app/Utils/settings.php:15
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `currencies` where `status` = 1
        460μswadaahc4_MYSQL_header.blade.php#39
        Bindings
        • 0: 1
        Backtrace
        • view::layouts.front-end.partials._header:39
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select `cart_group_id` from `carts` where (`customer_id` = 304735 and `is_guest` = 1) group by `cart_group_id`
        2.96mswadaahc4_MYSQLcart-manager.php#74
        Bindings
        • 0: 304735
        • 1: 1
        Backtrace
        • app/Utils/cart-manager.php:74
        • app/Utils/cart-manager.php:43
        • view::layouts.front-end.partials._cart:5
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • select * from `carts` where 0 = 1
        1.72mswadaahc4_MYSQLcart-manager.php#43
        Backtrace
        • app/Utils/cart-manager.php:43
        • view::layouts.front-end.partials._cart:5
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select `cart_group_id` from `carts` where (`customer_id` = 304735 and `is_guest` = 1) group by `cart_group_id`
        2.11mswadaahc4_MYSQLcart-manager.php#74
        Bindings
        • 0: 304735
        • 1: 1
        Backtrace
        • app/Utils/cart-manager.php:74
        • app/Utils/cart-manager.php:43
        • view::layouts.front-end.partials._cart:14
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • select * from `carts` where 0 = 1
        470μswadaahc4_MYSQLcart-manager.php#43
        Backtrace
        • app/Utils/cart-manager.php:43
        • view::layouts.front-end.partials._cart:14
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select count(*) as aggregate from `categories` where `position` = 0
        2.5mswadaahc4_MYSQL_header.blade.php#228
        Bindings
        • 0: 0
        Backtrace
        • view::layouts.front-end.partials._header:228
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `categories` where `position` = 0 order by `priority` asc limit 11 offset 198
        2.1mswadaahc4_MYSQL_header.blade.php#228
        Bindings
        • 0: 0
        Backtrace
        • view::layouts.front-end.partials._header:228
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • 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
        29.1mswadaahc4_MYSQLbrand-manager.php#31
        Bindings
        • 0: 1
        • 1: 1
        • 2: 1
        • 3: 1
        • 4: approved
        • 5: admin
        • 6: 1
        • 7: digital
        • 8: physical
        • 9: 1
        Backtrace
        • app/Utils/brand-manager.php:31
        • view::layouts.front-end.partials._header:315
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `translations` where `translations`.`translationable_id` in (1, 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, 34, 35, 36, 37, 38) and `translations`.`translationable_type` = 'App\\Models\\Brand' and `locale` = 'en'
        24.57mswadaahc4_MYSQLbrand-manager.php#31
        Bindings
        • 0: App\Models\Brand
        • 1: en
        Backtrace
        • app/Utils/brand-manager.php:31
        • view::layouts.front-end.partials._header:315
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 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
        12.39mswadaahc4_MYSQL_header.blade.php#342
        Bindings
        • 0: 1
        • 1: 1
        • 2: 1
        • 3: 1
        • 4: approved
        • 5: admin
        • 6: 1
        • 7: digital
        • 8: physical
        • 9: 0
        Backtrace
        • view::layouts.front-end.partials._header:342
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `business_settings` where (`type` = 'seller_registration') limit 1
        28.36mswadaahc4_MYSQLsettings.php#15
        Bindings
        • 0: seller_registration
        Backtrace
        • app/Utils/settings.php:15
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `business_settings` where (`type` = 'loader_gif') limit 1
        54.64mswadaahc4_MYSQLsettings.php#15
        Bindings
        • 0: loader_gif
        Backtrace
        • app/Utils/settings.php:15
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `business_settings` where (`type` = 'country_code') limit 1
        2.22mswadaahc4_MYSQLsettings.php#15
        Bindings
        • 0: country_code
        Backtrace
        • app/Utils/settings.php:15
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 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-15' and date(`end_date`) >= '2025-04-15' limit 1
        2.35mswadaahc4_MYSQL_footer.blade.php#104
        Bindings
        • 0: 1
        • 1: flash_deal
        • 2: 2025-04-15
        • 3: 2025-04-15
        Backtrace
        • view::layouts.front-end.partials._footer:104
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `business_settings` where (`type` = 'refund-policy') limit 1
        41.73mswadaahc4_MYSQLsettings.php#15
        Bindings
        • 0: refund-policy
        Backtrace
        • app/Utils/settings.php:15
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `business_settings` where (`type` = 'return-policy') limit 1
        21.58mswadaahc4_MYSQLsettings.php#15
        Bindings
        • 0: return-policy
        Backtrace
        • app/Utils/settings.php:15
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `business_settings` where (`type` = 'cancellation-policy') limit 1
        19.06mswadaahc4_MYSQLsettings.php#15
        Bindings
        • 0: cancellation-policy
        Backtrace
        • app/Utils/settings.php:15
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `business_settings` where (`type` = 'company_phone') limit 1
        2.84mswadaahc4_MYSQLsettings.php#15
        Bindings
        • 0: company_phone
        Backtrace
        • app/Utils/settings.php:15
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `business_settings` where (`type` = 'company_email') limit 1
        14.55mswadaahc4_MYSQLsettings.php#15
        Bindings
        • 0: company_email
        Backtrace
        • app/Utils/settings.php:15
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `business_settings` where (`type` = 'shop_address') limit 1
        3.91mswadaahc4_MYSQLsettings.php#15
        Bindings
        • 0: shop_address
        Backtrace
        • app/Utils/settings.php:15
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `business_settings` where (`type` = 'whatsapp') limit 1
        7.36mswadaahc4_MYSQLsettings.php#15
        Bindings
        • 0: whatsapp
        Backtrace
        • app/Utils/settings.php:15
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      App\Models\Brand
      74Brand.php#?
      App\Models\Category
      53Category.php#?
      App\Models\Product
      20Product.php#?
      App\Models\BusinessSetting
      14BusinessSetting.php#?
      App\Models\Currency
      2Currency.php#?
          decimal_point_settings
          2
          product_brand
          1
          digital_product
          1
          business_mode
          multi
          currency_model
          multi_currency
          language
          array:2 [ 0 => array:6 [ "id" => "1" "name" => "english" "direction" => "ltr" "cod...
          local
          en
          direction
          ltr
          system_default_currency
          2
          system_default_currency_info
          App\Models\Currency {#1859 #connection: "mysql" #table: "currencies" #primaryKey: "id" #keyT...
          currency_code
          GHS
          currency_symbol
          Gh₵
          currency_exchange_rate
          1
          _token
          SJDbdCcW8V9lUSGOtJIWXiIWawlBQ4YLzxv9uKWD
          guest_id
          304735
          usd
          0.16393442622951
          currency_symbol_position
          left
          company_email
          sales@wadaah.com
          _previous
          array:1 [ "url" => "https://wadaah.com/products?data_from=latest&page=19&page_no=17" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          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" => "latest" "page" => "19" "page_no" => "17" ]
          request_request
          []
          
          request_headers
          0 of 0
          array:18 [ "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 => "wadaah.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" ] "x-forwarded-for" => array:1 [ 0 => "18.189.28.82" ] "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" ] "x-forwarded-proto" => array:1 [ 0 => "https" ] "x-https" => array:1 [ 0 => "on" ] ]
          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 => "Tue, 15 Apr 2025 07:10:56 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IjYrUDlUL0RpVThGNnRKRDJOR2tHd3c9PSIsInZhbHVlIjoidm42anluOS9LKzVvcGNCeGJyRGVJMUplWG9rczRHbnZlRVJNK29uMlBwQndRd2srM0k0UU5VdUpxZy9ENmtMaE1pQmQydzFCZmlJaHN4ajkwK01QY1VhMEdXRXhaTmFGOGlzTWxuMUp1VHJBK2owMkJkVnBZZDFuUk9oM2tob3EiLCJtYWMiOiIzNGI2MGFmYjE2NGEyMGQwODhhNTY0YzEwYTQyNzlhOWI0Njg0ODQ0MTA5OTgwOWU1YzhiZDU4Y2QyZjlhNWNkIiwidGFnIjoiIn0%3D; expires=Tue, 15 Apr 2025 08:10:58 GMT; Max-Age=3600; path=/XSRF-TOKEN=eyJpdiI6IjYrUDlUL0RpVThGNnRKRDJOR2tHd3c9PSIsInZhbHVlIjoidm42anluOS9LKzVvcGNCeGJyRGVJMUplWG9rczRHbnZlRVJNK29uMlBwQndRd2srM0k0UU5VdUpxZy9ENmtMaE1pQmQyd" 1 => "6valley1729336764_session=eyJpdiI6IksrVjR2TXIwWEloYVdwRUJjU3Jybmc9PSIsInZhbHVlIjoibEtjVWMxV0Y0L3dtL2tFbkhUWVdCaGhXSFJ1ZzN1QmdSZWVvbDUxK3ZZcUl3Qk04UlpoTndGeEtWcjF1b2UzRkRsK09qUHZtTzA4M044bmkvb2luQ0RBbUhJelNsLzRxZVlvNStjUytKcFdHV0pWZXZXZXNab1hocmVFclQ1V1kiLCJtYWMiOiJkZjdhMjMwMzExYWE0NDMxNjliMjZmYTFiZjhkNDU4MmRhZjI1MTRmNjdiNDQ2YjQxZDcwMDcxZDA5MzE5MDkwIiwidGFnIjoiIn0%3D; expires=Tue, 15 Apr 2025 08:10:58 GMT; Max-Age=3600; path=/; httponly6valley1729336764_session=eyJpdiI6IksrVjR2TXIwWEloYVdwRUJjU3Jybmc9PSIsInZhbHVlIjoibEtjVWMxV0Y0L3dtL2tFbkhUWVdCaGhXSFJ1ZzN1QmdSZWVvbDUxK3ZZcUl3Qk04UlpoTndGeEtWcj" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IjYrUDlUL0RpVThGNnRKRDJOR2tHd3c9PSIsInZhbHVlIjoidm42anluOS9LKzVvcGNCeGJyRGVJMUplWG9rczRHbnZlRVJNK29uMlBwQndRd2srM0k0UU5VdUpxZy9ENmtMaE1pQmQydzFCZmlJaHN4ajkwK01QY1VhMEdXRXhaTmFGOGlzTWxuMUp1VHJBK2owMkJkVnBZZDFuUk9oM2tob3EiLCJtYWMiOiIzNGI2MGFmYjE2NGEyMGQwODhhNTY0YzEwYTQyNzlhOWI0Njg0ODQ0MTA5OTgwOWU1YzhiZDU4Y2QyZjlhNWNkIiwidGFnIjoiIn0%3D; expires=Tue, 15-Apr-2025 08:10:58 GMT; path=/XSRF-TOKEN=eyJpdiI6IjYrUDlUL0RpVThGNnRKRDJOR2tHd3c9PSIsInZhbHVlIjoidm42anluOS9LKzVvcGNCeGJyRGVJMUplWG9rczRHbnZlRVJNK29uMlBwQndRd2srM0k0UU5VdUpxZy9ENmtMaE1pQmQyd" 1 => "6valley1729336764_session=eyJpdiI6IksrVjR2TXIwWEloYVdwRUJjU3Jybmc9PSIsInZhbHVlIjoibEtjVWMxV0Y0L3dtL2tFbkhUWVdCaGhXSFJ1ZzN1QmdSZWVvbDUxK3ZZcUl3Qk04UlpoTndGeEtWcjF1b2UzRkRsK09qUHZtTzA4M044bmkvb2luQ0RBbUhJelNsLzRxZVlvNStjUytKcFdHV0pWZXZXZXNab1hocmVFclQ1V1kiLCJtYWMiOiJkZjdhMjMwMzExYWE0NDMxNjliMjZmYTFiZjhkNDU4MmRhZjI1MTRmNjdiNDQ2YjQxZDcwMDcxZDA5MzE5MDkwIiwidGFnIjoiIn0%3D; expires=Tue, 15-Apr-2025 08:10:58 GMT; path=/; httponly6valley1729336764_session=eyJpdiI6IksrVjR2TXIwWEloYVdwRUJjU3Jybmc9PSIsInZhbHVlIjoibEtjVWMxV0Y0L3dtL2tFbkhUWVdCaGhXSFJ1ZzN1QmdSZWVvbDUxK3ZZcUl3Qk04UlpoTndGeEtWcj" ] ]
          session_attributes
          0 of 0
          array:20 [ "decimal_point_settings" => 2 "product_brand" => 1 "digital_product" => 1 "business_mode" => "multi" "currency_model" => "multi_currency" "language" => array:2 [ 0 => array:6 [ "id" => "1" "name" => "english" "direction" => "ltr" "code" => "en" "status" => 1 "default" => true ] 1 => array:6 [ "id" => 4 "name" => "Hindi" "direction" => "ltr" "code" => "hn" "status" => 0 "default" => false ] ] "local" => "en" "direction" => "ltr" "system_default_currency" => 2 "system_default_currency_info" => App\Models\Currency {#1859 #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" => "2" "name" => "Ghanaian cedi" "symbol" => "Gh₵" "code" => "GHS" "exchange_rate" => "1" "status" => "1" "created_at" => null "updated_at" => "2023-01-14 01:34:22" ] #original: array:8 [ "id" => "2" "name" => "Ghanaian cedi" "symbol" => "Gh₵" "code" => "GHS" "exchange_rate" => "1" "status" => "1" "created_at" => null "updated_at" => "2023-01-14 01:34:22" ] #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" => "GHS" "currency_symbol" => "Gh₵" "currency_exchange_rate" => "1" "_token" => "SJDbdCcW8V9lUSGOtJIWXiIWawlBQ4YLzxv9uKWD" "guest_id" => 304735 "usd" => "0.16393442622951" "currency_symbol_position" => "left" "company_email" => "sales@wadaah.com" "_previous" => array:1 [ "url" => "https://wadaah.com/products?data_from=latest&page=19&page_no=17" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-04-15 07:10:58GET/products?data_from=latest&page=19&page_no=173039163