Brands

Find your favourite brands and products

Baburhat
Top
Request history8.2.27PHP Version126msRequest Duration6MBMemory UsageGET brandsRoute
    • Booting (47.1ms)time
    • Application (78.98ms)time
    • 1 x Application (62.64%)
      78.98ms
      1 x Booting (37.35%)
      47.10ms
      11 templates were rendered
      • web-views.products.brandsbrands.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.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
      uri
      GET brands
      middleware
      web, maintenance_mode, guestCheck
      controller
      App\Http\Controllers\Web\WebController@getAllBrandsView
      namespace
      App\Http\Controllers\Web
      prefix
      where
      as
      brands
      file
      app/Http/Controllers/Web/WebController.php:165-184
      43 statements were executed, 12 of which were duplicates, 31 unique. Show only duplicated17.85ms
      • select * from `business_settings` where (`type` = 'maintenance_mode') limit 1
        340μsu377963418_baburhatdbhelpers.php#234
        Bindings
        • 0: maintenance_mode
        Backtrace
        • 16. app/Utils/helpers.php:234
        • 17. middleware::maintenance_mode:20
        • 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.16.78.226', '2025-04-05 11:17:27')
        390μsu377963418_baburhatdbGuestMiddleware.php#23
        Bindings
        • 0: 3.16.78.226
        • 1: 2025-04-05 11:17:27
        Backtrace
        • 16. middleware::guestCheck:23
        • 17. vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:183
        • 18. middleware::maintenance_mode:27
        • 19. vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:183
        • 20. middleware::api_lang:22
      • select `value` from `business_settings` where (`type` = 'product_brand') limit 1
        590μsu377963418_baburhatdbWebController.php#167
        Bindings
        • 0: product_brand
        Backtrace
        • 17. app/Http/Controllers/Web/WebController.php:167
        • 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` = 'brand_list_priority') limit 1
        270μsu377963418_baburhatdbsettings.php#15
        Bindings
        • 0: brand_list_priority
        Backtrace
        • 16. app/Utils/settings.php:15
        • 18. app/Http/Controllers/Web/WebController.php:179
        • 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 count(*) as aggregate from `brands` where `status` = 1
        380μsu377963418_baburhatdbWebController.php#209
        Bindings
        • 0: 1
        Backtrace
        • 16. app/Http/Controllers/Web/WebController.php:209
        • 17. app/Http/Controllers/Web/WebController.php:179
        • 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 `brands`.*, (select count(*) from `products` where `brands`.`id` = `products`.`brand_id` and (`added_by` = 'admin') and exists (select * from `brands` where `products`.`brand_id` = `brands`.`id` and (`status` = 1)) and (`status` = 1) and (`request_status` = 1) and (exists (select * from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` = 'approved')) or ((`added_by` = 'admin' and `status` = 1))) and `product_type` in ('digital', 'physical')) as `brand_products_count` from `brands` where `status` = 1 order by `name` desc, `created_at` desc limit 15 offset 0
        740μsu377963418_baburhatdbWebController.php#209
        Bindings
        • 0: admin
        • 1: 1
        • 2: 1
        • 3: 1
        • 4: approved
        • 5: admin
        • 6: 1
        • 7: digital
        • 8: physical
        • 9: 1
        Backtrace
        • 16. app/Http/Controllers/Web/WebController.php:209
        • 17. app/Http/Controllers/Web/WebController.php:179
        • 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 `products`.*, (select count(*) from `order_details` where `products`.`id` = `order_details`.`product_id`) as `order_details_count` from `products` where (`added_by` = 'admin') and exists (select * from `brands` where `products`.`brand_id` = `brands`.`id` and (`status` = 1)) and (`status` = 1) and (`request_status` = 1) and (exists (select * from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` = 'approved')) or ((`added_by` = 'admin' and `status` = 1))) and `product_type` in ('digital', 'physical') and `products`.`brand_id` in (1)
        1.19msu377963418_baburhatdbWebController.php#209
        Bindings
        • 0: admin
        • 1: 1
        • 2: 1
        • 3: 1
        • 4: approved
        • 5: admin
        • 6: 1
        • 7: digital
        • 8: physical
        Backtrace
        • 21. app/Http/Controllers/Web/WebController.php:209
        • 22. app/Http/Controllers/Web/WebController.php:179
        • 23. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 24. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 25. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • select * from `translations` where `translations`.`translationable_id` in (1, 2, 4, 8, 10, 18, 21, 23, 25) and `translations`.`translationable_type` = 'App\Models\Product' and `locale` = 'en'
        350μsu377963418_baburhatdbWebController.php#209
        Bindings
        • 0: App\Models\Product
        • 1: en
        Backtrace
        • 26. app/Http/Controllers/Web/WebController.php:209
        • 27. app/Http/Controllers/Web/WebController.php:179
        • 28. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 29. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 30. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • select * from `reviews` where `reviews`.`product_id` in (1, 2, 4, 8, 10, 18, 21, 23, 25) and `delivery_man_id` is null and `status` = 1
        310μsu377963418_baburhatdbWebController.php#209
        Bindings
        • 0: 1
        Backtrace
        • 26. app/Http/Controllers/Web/WebController.php:209
        • 27. app/Http/Controllers/Web/WebController.php:179
        • 28. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 29. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 30. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • select * from `translations` where `translations`.`translationable_id` in (1) and `translations`.`translationable_type` = 'App\Models\Brand' and `locale` = 'en'
        390μsu377963418_baburhatdbWebController.php#209
        Bindings
        • 0: App\Models\Brand
        • 1: en
        Backtrace
        • 21. app/Http/Controllers/Web/WebController.php:209
        • 22. app/Http/Controllers/Web/WebController.php:179
        • 23. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 24. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 25. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • select * from `business_settings` where (`type` = 'google_tag_manager_id') limit 1
        280μsu377963418_baburhatdbsettings.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 `currencies` where `status` = 1 limit 1
        280μsu377963418_baburhatdbhelpers.php#442
        Bindings
        • 0: 1
        Backtrace
        • 16. app/Utils/helpers.php:442
        • 17. view::layouts.front-end.app:98
        • 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 * from `business_settings` where (`type` = 'announcement') limit 1
        200μsu377963418_baburhatdbsettings.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 * from `currencies` where `status` = 1
        220μsu377963418_baburhatdb_header.blade.php#39
        Bindings
        • 0: 1
        Backtrace
        • 15. view::layouts.front-end.partials._header:39
        • 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 `cart_group_id` from `carts` where (`customer_id` = 11379 and `is_guest` = 1) group by `cart_group_id`
        320μsu377963418_baburhatdbcart-manager.php#84
        Bindings
        • 0: 11379
        • 1: 1
        Backtrace
        • 14. app/Utils/cart-manager.php:84
        • 15. app/Utils/cart-manager.php:43
        • 16. vendor/laravel/framework/src/Illuminate/Conditionable/Traits/Conditionable.php:34
        • 20. app/Utils/cart-manager.php:42
        • 21. view::layouts.front-end.partials._cart:5
      • select * from `carts` where 0 = 1
        240μsu377963418_baburhatdbcart-manager.php#51
        Backtrace
        • 15. app/Utils/cart-manager.php:51
        • 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 (`customer_id` = 11379 and `is_guest` = 1) group by `cart_group_id`
        210μsu377963418_baburhatdbcart-manager.php#84
        Bindings
        • 0: 11379
        • 1: 1
        Backtrace
        • 14. app/Utils/cart-manager.php:84
        • 15. app/Utils/cart-manager.php:43
        • 16. vendor/laravel/framework/src/Illuminate/Conditionable/Traits/Conditionable.php:34
        • 20. app/Utils/cart-manager.php:42
        • 21. view::layouts.front-end.partials._cart:14
      • select * from `carts` where 0 = 1
        320μsu377963418_baburhatdbcart-manager.php#51
        Backtrace
        • 15. app/Utils/cart-manager.php:51
        • 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 * from `currencies` where (`code` = 'USD') limit 1
        250μsu377963418_baburhatdbcurrency.php#133
        Bindings
        • 0: USD
        Backtrace
        • 16. app/Utils/currency.php:133
        • 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` = 'currency_symbol_position') limit 1
        230μsu377963418_baburhatdbsettings.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 `categories`.*, (select count(*) from `products` where `categories`.`id` = `products`.`category_id` and (`added_by` = 'admin') and exists (select * from `brands` where `products`.`brand_id` = `brands`.`id` and (`status` = 1)) and (`status` = 1) and (`request_status` = 1) and (exists (select * from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` = 'approved')) or ((`added_by` = 'admin' and `status` = 1))) and `product_type` in ('digital', 'physical')) as `product_count` from `categories` where `position` = 0
        650μsu377963418_baburhatdbcategory-manager.php#82
        Bindings
        • 0: admin
        • 1: 1
        • 2: 1
        • 3: 1
        • 4: approved
        • 5: admin
        • 6: 1
        • 7: digital
        • 8: physical
        • 9: 0
        Backtrace
        • 15. app/Utils/category-manager.php:82
        • 16. view::layouts.front-end.partials._header:229
        • 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 (1, 2, 22) and (`added_by` = 'admin') and exists (select * from `brands` where `products`.`brand_id` = `brands`.`id` and (`status` = 1)) and (`status` = 1) and (`request_status` = 1) and (exists (select * from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` = 'approved')) or ((`added_by` = 'admin' and `status` = 1))) and `product_type` in ('digital', 'physical')
        970μsu377963418_baburhatdbcategory-manager.php#82
        Bindings
        • 0: admin
        • 1: 1
        • 2: 1
        • 3: 1
        • 4: approved
        • 5: admin
        • 6: 1
        • 7: digital
        • 8: physical
        Backtrace
        • 20. app/Utils/category-manager.php:82
        • 21. view::layouts.front-end.partials._header:229
        • 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 (1, 2, 4, 8, 10, 18, 21, 23, 25) and `translations`.`translationable_type` = 'App\Models\Product' and `locale` = 'en'
        1.57msu377963418_baburhatdbcategory-manager.php#82
        Bindings
        • 0: App\Models\Product
        • 1: en
        Backtrace
        • 25. app/Utils/category-manager.php:82
        • 26. view::layouts.front-end.partials._header:229
        • 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 (1, 2, 4, 8, 10, 18, 21, 23, 25) and `delivery_man_id` is null and `status` = 1
        1msu377963418_baburhatdbcategory-manager.php#82
        Bindings
        • 0: 1
        Backtrace
        • 25. app/Utils/category-manager.php:82
        • 26. view::layouts.front-end.partials._header:229
        • 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`) as `sub_category_product_count` from `categories` where `categories`.`parent_id` in (1, 2, 22) and `position` = 1 order by `priority` asc
        680μsu377963418_baburhatdbcategory-manager.php#82
        Bindings
        • 0: 1
        Backtrace
        • 20. app/Utils/category-manager.php:82
        • 21. view::layouts.front-end.partials._header:229
        • 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`) as `sub_sub_category_product_count` from `categories` where `categories`.`parent_id` in (7, 8, 9, 10, 11, 15, 16, 17, 18, 19, 20, 21, 23) and `position` = 2 order by `priority` asc
        390μsu377963418_baburhatdbcategory-manager.php#82
        Bindings
        • 0: 2
        Backtrace
        • 25. app/Utils/category-manager.php:82
        • 26. view::layouts.front-end.partials._header:229
        • 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 (7, 8, 9, 10, 11, 15, 16, 17, 18, 19, 20, 21, 23) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'en'
        340μsu377963418_baburhatdbcategory-manager.php#82
        Bindings
        • 0: App\Models\Category
        • 1: en
        Backtrace
        • 25. app/Utils/category-manager.php:82
        • 26. view::layouts.front-end.partials._header:229
        • 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 (1, 2, 22) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'en'
        280μsu377963418_baburhatdbcategory-manager.php#82
        Bindings
        • 0: App\Models\Category
        • 1: en
        Backtrace
        • 20. app/Utils/category-manager.php:82
        • 21. view::layouts.front-end.partials._header:229
        • 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
        330μsu377963418_baburhatdbsettings.php#15
        Bindings
        • 0: category_list_priority
        Backtrace
        • 16. app/Utils/settings.php:15
        • 18. app/Utils/category-manager.php:82
        • 19. view::layouts.front-end.partials._header:229
        • 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μsu377963418_baburhatdbsettings.php#15
        Bindings
        • 0: brand_list_priority
        Backtrace
        • 16. app/Utils/settings.php:15
        • 18. app/Utils/brand-manager.php:33
        • 19. view::layouts.front-end.partials._header:317
        • 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 (`added_by` = 'admin') and exists (select * from `brands` where `products`.`brand_id` = `brands`.`id` and (`status` = 1)) and (`status` = 1) and (`request_status` = 1) and (exists (select * from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` = 'approved')) or ((`added_by` = 'admin' and `status` = 1))) and `product_type` in ('digital', 'physical')) as `brand_products_count` from `brands` where `status` = 1 order by `created_at` desc
        660μsu377963418_baburhatdbbrand-manager.php#58
        Bindings
        • 0: admin
        • 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:58
        • 16. app/Utils/brand-manager.php:33
        • 17. view::layouts.front-end.partials._header:317
        • 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 (1) and `translations`.`translationable_type` = 'App\Models\Brand' and `locale` = 'en'
        490μsu377963418_baburhatdbbrand-manager.php#58
        Bindings
        • 0: App\Models\Brand
        • 1: en
        Backtrace
        • 20. app/Utils/brand-manager.php:58
        • 21. app/Utils/brand-manager.php:33
        • 22. view::layouts.front-end.partials._header:317
        • 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 (`added_by` = 'admin') and exists (select * from `brands` where `products`.`brand_id` = `brands`.`id` and (`status` = 1)) and (`status` = 1) and (`request_status` = 1) and (exists (select * from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` = 'approved')) or ((`added_by` = 'admin' and `status` = 1))) and `product_type` in ('digital', 'physical') and `discount` != 0
        530μsu377963418_baburhatdb_header.blade.php#344
        Bindings
        • 0: admin
        • 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:344
        • 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` = 'loader_gif') limit 1
        260μsu377963418_baburhatdbsettings.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
        300μsu377963418_baburhatdbsettings.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μsu377963418_baburhatdb_footer.blade.php#104
        Bindings
        • 0: 1
        • 1: flash_deal
        • 2: 2025-04-05
        • 3: 2025-04-05
        Backtrace
        • 16. view::layouts.front-end.partials._footer:104
        • 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` = 'refund-policy') limit 1
        210μsu377963418_baburhatdbsettings.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
        180μsu377963418_baburhatdbsettings.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
        200μsu377963418_baburhatdbsettings.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` = 'company_phone') limit 1
        170μsu377963418_baburhatdbsettings.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
        160μsu377963418_baburhatdbsettings.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
        160μsu377963418_baburhatdbsettings.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
        230μsu377963418_baburhatdbsettings.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
      App\Models\Product
      18Product.php#?
      App\Models\BusinessSetting
      16BusinessSetting.php#?
      App\Models\Category
      16Category.php#?
      App\Models\Currency
      4Currency.php#?
      App\Models\Brand
      2Brand.php#?
          decimal_point_settings
          2
          product_brand
          1
          digital_product
          1
          business_mode
          single
          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 {#3558 #connection: "mysql" #table: "currencies" #primaryKey: "id" #keyT...
          currency_code
          BDT
          currency_symbol
          currency_exchange_rate
          1
          _token
          N21HY2572AwmFkGHXrHuEZUHqKvfin50MjuUNm96
          guest_id
          11379
          usd
          1
          currency_symbol_position
          left
          company_email
          hello@baburhat.com.bd
          _previous
          array:1 [ "url" => "https://baburhat.com.bd/brands" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          PHPDEBUGBAR_STACK_DATA
          []
          path_info
          /brands
          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:22 [ "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 => "br" ] "host" => array:1 [ 0 => "baburhat.com.bd" ] "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 => "3.16.78.226" ] "x-forwarded-proto" => array:1 [ 0 => "https" ] "x-real-ip" => array:1 [ 0 => "3.16.78.226" ] "x-real-port" => array:1 [ 0 => "64907" ] "x-forwarded-port" => array:1 [ 0 => "443" ] "x-port" => array:1 [ 0 => "443" ] "x-lscache" => array:1 [ 0 => "1" ] "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 05:17:27 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IjFCUDh3eFBXeDBSQ2NaRnFubU9mckE9PSIsInZhbHVlIjoid2Y1VG5kQXVOOUlJU0xrTVlWTjJlRXJyZlRqcjlhcTQ5ZEFXbjEzK1l5eXFNSVZjbUhsRFk4Vm9DZUVtQWV6WGlMeEhQS3hXcGFaV0s3dHFsMHc2aFBZcmt1ZVNFTXdDV1hUNU1vakRkVFRGMXFXM0x5djErWUFCQjJOeW4rWHYiLCJtYWMiOiJiNmY4ODliZDg2Y2U1ODQ4MTlkODUxMjQwN2ZkMDA4ZmY2MjVjMGViZmQ1ZmVlYTUwMmI4ODVlYjQxMTQyMWE0IiwidGFnIjoiIn0%3D; expires=Sat, 05 Apr 2025 06:17:27 GMT; Max-Age=3600; path=/XSRF-TOKEN=eyJpdiI6IjFCUDh3eFBXeDBSQ2NaRnFubU9mckE9PSIsInZhbHVlIjoid2Y1VG5kQXVOOUlJU0xrTVlWTjJlRXJyZlRqcjlhcTQ5ZEFXbjEzK1l5eXFNSVZjbUhsRFk4Vm9DZUVtQWV6WGlMeEhQS" 1 => "laravel_session=eyJpdiI6InhUeFFGdjR3eHdpSXpLSi8vd2dCZ3c9PSIsInZhbHVlIjoiRjFiMTV0UzJIS29tcmxxZG1aSXl4STdJb3ZtNW1QVmhRMlFBSlJrWEhncFR4V3BEK0t2ZUY0Q0ozRFpMcnFITk1OeXNmOVQ2SURscGxjVGtITm1QcnNyOTZhOWtOTVU1c2FIN0hkTmdjeElJRmFKYTBLZHB5VmIxcll6cDJQRE0iLCJtYWMiOiI1NjA1NDFkMWFlMDg5Y2M1MzMyMjY4OTU1NmYxODJlNmJlYjVlMGZkNDdlYmM4YmU2YmI3YTFhNjYxMWU1NWVlIiwidGFnIjoiIn0%3D; expires=Sat, 05 Apr 2025 06:17:27 GMT; Max-Age=3600; path=/; httponlylaravel_session=eyJpdiI6InhUeFFGdjR3eHdpSXpLSi8vd2dCZ3c9PSIsInZhbHVlIjoiRjFiMTV0UzJIS29tcmxxZG1aSXl4STdJb3ZtNW1QVmhRMlFBSlJrWEhncFR4V3BEK0t2ZUY0Q0ozRFpMcnFITk1O" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IjFCUDh3eFBXeDBSQ2NaRnFubU9mckE9PSIsInZhbHVlIjoid2Y1VG5kQXVOOUlJU0xrTVlWTjJlRXJyZlRqcjlhcTQ5ZEFXbjEzK1l5eXFNSVZjbUhsRFk4Vm9DZUVtQWV6WGlMeEhQS3hXcGFaV0s3dHFsMHc2aFBZcmt1ZVNFTXdDV1hUNU1vakRkVFRGMXFXM0x5djErWUFCQjJOeW4rWHYiLCJtYWMiOiJiNmY4ODliZDg2Y2U1ODQ4MTlkODUxMjQwN2ZkMDA4ZmY2MjVjMGViZmQ1ZmVlYTUwMmI4ODVlYjQxMTQyMWE0IiwidGFnIjoiIn0%3D; expires=Sat, 05-Apr-2025 06:17:27 GMT; path=/XSRF-TOKEN=eyJpdiI6IjFCUDh3eFBXeDBSQ2NaRnFubU9mckE9PSIsInZhbHVlIjoid2Y1VG5kQXVOOUlJU0xrTVlWTjJlRXJyZlRqcjlhcTQ5ZEFXbjEzK1l5eXFNSVZjbUhsRFk4Vm9DZUVtQWV6WGlMeEhQS" 1 => "laravel_session=eyJpdiI6InhUeFFGdjR3eHdpSXpLSi8vd2dCZ3c9PSIsInZhbHVlIjoiRjFiMTV0UzJIS29tcmxxZG1aSXl4STdJb3ZtNW1QVmhRMlFBSlJrWEhncFR4V3BEK0t2ZUY0Q0ozRFpMcnFITk1OeXNmOVQ2SURscGxjVGtITm1QcnNyOTZhOWtOTVU1c2FIN0hkTmdjeElJRmFKYTBLZHB5VmIxcll6cDJQRE0iLCJtYWMiOiI1NjA1NDFkMWFlMDg5Y2M1MzMyMjY4OTU1NmYxODJlNmJlYjVlMGZkNDdlYmM4YmU2YmI3YTFhNjYxMWU1NWVlIiwidGFnIjoiIn0%3D; expires=Sat, 05-Apr-2025 06:17:27 GMT; path=/; httponlylaravel_session=eyJpdiI6InhUeFFGdjR3eHdpSXpLSi8vd2dCZ3c9PSIsInZhbHVlIjoiRjFiMTV0UzJIS29tcmxxZG1aSXl4STdJb3ZtNW1QVmhRMlFBSlJrWEhncFR4V3BEK0t2ZUY0Q0ozRFpMcnFITk1O" ] ]
          session_attributes
          0 of 0
          array:21 [ "decimal_point_settings" => 2 "product_brand" => "1" "digital_product" => 1 "business_mode" => "single" "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" => 2 "name" => "Bangla" "direction" => "ltr" "code" => "bd" "status" => 1 "default" => false ] ] "local" => "en" "direction" => "ltr" "system_default_currency" => 2 "system_default_currency_info" => App\Models\Currency {#3558 #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" => "BDT" "symbol" => "" "code" => "BDT" "exchange_rate" => "1" "status" => 1 "created_at" => null "updated_at" => "2024-12-11 15:59:54" ] #original: array:8 [ "id" => 2 "name" => "BDT" "symbol" => "" "code" => "BDT" "exchange_rate" => "1" "status" => 1 "created_at" => null "updated_at" => "2024-12-11 15:59:54" ] #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" => "BDT" "currency_symbol" => "" "currency_exchange_rate" => "1" "_token" => "N21HY2572AwmFkGHXrHuEZUHqKvfin50MjuUNm96" "guest_id" => 11379 "usd" => "1" "currency_symbol_position" => "left" "company_email" => "hello@baburhat.com.bd" "_previous" => array:1 [ "url" => "https://baburhat.com.bd/brands" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-04-05 11:17:27GET/brands114356