0 Item

Your Cart is empty

0 Item

TK0

Sanitary Napkin

BazarNao
Bazar Nao Limited is the 1st Bangladeshi e-grocery which provides groceries on credit to Bangladeshi people. It is a platform where customers can get all daily necessary products at affordable prices and in a very short time.  Founded in 2020, it is now among the top ten e- grocery shops in Bangladesh.

Contact Info

  • Address: 4th Floor, AGM Chandrima, House 12, Road 08, Block J, Baridhara, Dhaka-1212.
  • Phone: 01969906699
  • Email: info@bazarnao.com
Request history8.2.28PHP Version522msRequest Duration6MBMemory UsageGET category/{category_slug}Route
    • Booting (40.65ms)time
    • Application (482ms)time
    • 1 x Application (92.22%)
      482ms
      1 x Booting (7.78%)
      40.65ms
      17 templates were rendered
      • frontend.product_listingproduct_listing.blade.php#?blade
      • frontend.load_product_listingload_product_listing.blade.php#?blade
      • frontend.layouts.appapp.blade.php#?blade
      • frontend.inc.navnav.blade.php#?blade
      • frontend.partials.cartcart.blade.php#?blade
      • frontend.partials.wishlistwishlist.blade.php#?blade
      • frontend.partials.loginlogin.blade.php#?blade
      • frontend.partials.category_menucategory_menu.blade.php#?blade
      • frontend.partials.cartcart.blade.php#?blade
      • frontend.partials.wishlistwishlist.blade.php#?blade
      • frontend.partials.loginlogin.blade.php#?blade
      • frontend.partials.category_menucategory_menu.blade.php#?blade
      • frontend.inc.leftsidebarleftsidebar.blade.php#?blade
      • frontend.partials.category_menucategory_menu.blade.php#?blade
      • frontend.inc.rightsidebarrightsidebar.blade.php#?blade
      • frontend.inc.footerfooter.blade.php#?blade
      • frontend.partials.modalmodal.blade.php#?blade
      uri
      GET category/{category_slug}
      middleware
      web
      controller
      App\Http\Controllers\HomeController@listingByCategory
      namespace
      App\Http\Controllers
      prefix
      where
      as
      products.category
      file
      app/Http/Controllers/HomeController.php:439-446
      263 statements were executed, 126 of which were duplicates, 137 unique. Show only duplicated342ms
      • # Query soft limit for Debugbar is reached after 100 queries, additional 163 queries only show the query. Limit can be raised in the config. Limits can be raised in the config (debugbar.options.db.soft_limit)
      • select * from `categories` where `slug` = 'sanitary--other-care-2zknz' limit 1
        1.84msbazarnao_liveHomeController.php#441
        Bindings
        • 0: sanitary--other-care-2zknz
        Backtrace
        • 16. app/Http/Controllers/HomeController.php:441
        • 17. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 18. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • 20. vendor/laravel/framework/src/Illuminate/Routing/Route.php:206
      • select * from `category_translations` where `category_translations`.`category_id` in (66)
        790μsbazarnao_liveHomeController.php#441
        Backtrace
        • 21. app/Http/Controllers/HomeController.php:441
        • 22. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 23. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 24. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • 25. vendor/laravel/framework/src/Illuminate/Routing/Route.php:206
      • select * from `categories` where `parent_id` = 66
        620μsbazarnao_liveCategoryUtility.php#12
        Bindings
        • 0: 66
        Backtrace
        • 15. app/Utility/CategoryUtility.php:12
        • 16. app/Utility/CategoryUtility.php:35
        • 17. app/Utility/CategoryUtility.php:52
        • 18. app/Http/Controllers/HomeController.php:481
        • 19. app/Http/Controllers/HomeController.php:443
      • select * from `sellers` where `verification_status` = 1
        480μsbazarnao_liveHelpers.php#296
        Bindings
        • 0: 1
        Backtrace
        • 15. app/Http/Helpers.php:296
        • 18. app/Http/Controllers/HomeController.php:443
        • 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:260
      • select * from `users` where `users`.`id` in (3)
        400μsbazarnao_liveHelpers.php#296
        Backtrace
        • 20. app/Http/Helpers.php:296
        • 23. app/Http/Controllers/HomeController.php:443
        • 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:260
      • select * from `business_settings` where `type` = 'vendor_system_activation' limit 1
        360μsbazarnao_liveHelpers.php#251
        Bindings
        • 0: vendor_system_activation
        Backtrace
        • 16. app/Http/Helpers.php:251
        • 18. app/Http/Controllers/HomeController.php:443
        • 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:260
      • select * from `products` where (`published` = 1) and `category_id` in (66) and `published` = '1' and `added_by` = 'admin' order by `discount` desc
        15.89msbazarnao_liveHomeController.php#518
        Bindings
        • 0: 1
        • 1: 66
        • 2: 1
        • 3: admin
        Backtrace
        • 15. app/Http/Controllers/HomeController.php:518
        • 16. app/Http/Controllers/HomeController.php:443
        • 17. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 18. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • select * from `sellers` where `verification_status` = 1
        520μsbazarnao_liveHelpers.php#296
        Bindings
        • 0: 1
        Backtrace
        • 15. app/Http/Helpers.php:296
        • 18. app/Http/Controllers/HomeController.php:443
        • 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:260
      • select * from `users` where `users`.`id` in (3)
        560μsbazarnao_liveHelpers.php#296
        Backtrace
        • 20. app/Http/Helpers.php:296
        • 23. app/Http/Controllers/HomeController.php:443
        • 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:260
      • select * from `business_settings` where `type` = 'vendor_system_activation' limit 1
        390μsbazarnao_liveHelpers.php#251
        Bindings
        • 0: vendor_system_activation
        Backtrace
        • 16. app/Http/Helpers.php:251
        • 18. app/Http/Controllers/HomeController.php:443
        • 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:260
      • select count(*) as aggregate from `products` where (`published` = 1) and `category_id` in (66) and `published` = '1' and `added_by` = 'admin' and `published` = '1' and `added_by` = 'admin'
        3.92msbazarnao_liveHomeController.php#598
        Bindings
        • 0: 1
        • 1: 66
        • 2: 1
        • 3: admin
        • 4: 1
        • 5: admin
        Backtrace
        • 16. app/Http/Controllers/HomeController.php:598
        • 17. app/Http/Controllers/HomeController.php:443
        • 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:260
      • select * from `categories` where `categories`.`id` = 66 limit 1
        640μsbazarnao_liveproduct_listing.blade.php#3
        Bindings
        • 0: 66
        Backtrace
        • 20. view::frontend.product_listing:3
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:73
        • 25. vendor/laravel/framework/src/Illuminate/View/View.php:208
      • select * from `category_translations` where `category_translations`.`category_id` in (66)
        680μsbazarnao_liveproduct_listing.blade.php#3
        Backtrace
        • 25. view::frontend.product_listing:3
        • 27. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 28. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 29. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:73
        • 30. vendor/laravel/framework/src/Illuminate/View/View.php:208
      • select * from `categories` where `categories`.`id` = 66 limit 1
        630μsbazarnao_liveproduct_listing.blade.php#4
        Bindings
        • 0: 66
        Backtrace
        • 20. view::frontend.product_listing:4
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:73
        • 25. vendor/laravel/framework/src/Illuminate/View/View.php:208
      • select * from `category_translations` where `category_translations`.`category_id` in (66)
        570μsbazarnao_liveproduct_listing.blade.php#4
        Backtrace
        • 25. view::frontend.product_listing:4
        • 27. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 28. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 29. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:73
        • 30. vendor/laravel/framework/src/Illuminate/View/View.php:208
      • select * from `translations` where `lang` = 'en' and `lang_key` = 'Home' limit 1
        550μsbazarnao_liveHelpers.php#1148
        Bindings
        • 0: en
        • 1: Home
        Backtrace
        • 16. app/Http/Helpers.php:1148
        • 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:73
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:208
      • select * from `translations` where `lang_key` = 'Home' and `lang` = 'en' limit 1
        470μsbazarnao_liveHelpers.php#1158
        Bindings
        • 0: Home
        • 1: en
        Backtrace
        • 16. app/Http/Helpers.php:1158
        • 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:73
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:208
      • select * from `translations` where `lang` = 'en' and `lang_key` = 'All Categories' limit 1
        840μsbazarnao_liveHelpers.php#1148
        Bindings
        • 0: en
        • 1: All Categories
        Backtrace
        • 16. app/Http/Helpers.php:1148
        • 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:73
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:208
      • select * from `translations` where `lang_key` = 'All Categories' and `lang` = 'en' limit 1
        880μsbazarnao_liveHelpers.php#1158
        Bindings
        • 0: All Categories
        • 1: en
        Backtrace
        • 16. app/Http/Helpers.php:1158
        • 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:73
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:208
      • select * from `categories` where `categories`.`id` = 66 limit 1
        520μsbazarnao_liveproduct_listing.blade.php#71
        Bindings
        • 0: 66
        Backtrace
        • 20. view::frontend.product_listing:71
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:73
        • 25. vendor/laravel/framework/src/Illuminate/View/View.php:208
      • select * from `category_translations` where `category_translations`.`category_id` in (66)
        540μsbazarnao_liveproduct_listing.blade.php#71
        Backtrace
        • 25. view::frontend.product_listing:71
        • 27. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 28. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 29. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:73
        • 30. vendor/laravel/framework/src/Illuminate/View/View.php:208
      • select * from `categories` where `categories`.`id` = 66 limit 1
        440μsbazarnao_liveproduct_listing.blade.php#71
        Bindings
        • 0: 66
        Backtrace
        • 20. view::frontend.product_listing:71
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:73
        • 25. vendor/laravel/framework/src/Illuminate/View/View.php:208
      • select * from `category_translations` where `category_translations`.`category_id` in (66)
        470μsbazarnao_liveproduct_listing.blade.php#71
        Backtrace
        • 25. view::frontend.product_listing:71
        • 27. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 28. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 29. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:73
        • 30. vendor/laravel/framework/src/Illuminate/View/View.php:208
      • select * from `categories` where `categories`.`id` = 66 limit 1
        390μsbazarnao_liveproduct_listing.blade.php#82
        Bindings
        • 0: 66
        Backtrace
        • 20. view::frontend.product_listing:82
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:73
        • 25. vendor/laravel/framework/src/Illuminate/View/View.php:208
      • select * from `category_translations` where `category_translations`.`category_id` in (66)
        540μsbazarnao_liveproduct_listing.blade.php#82
        Backtrace
        • 25. view::frontend.product_listing:82
        • 27. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 28. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 29. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:73
        • 30. vendor/laravel/framework/src/Illuminate/View/View.php:208
      • select * from `translations` where `lang` = 'en' and `lang_key` = 'Brands' limit 1
        450μsbazarnao_liveHelpers.php#1148
        Bindings
        • 0: en
        • 1: Brands
        Backtrace
        • 16. app/Http/Helpers.php:1148
        • 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:73
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:208
      • select * from `translations` where `lang_key` = 'Brands' and `lang` = 'en' limit 1
        470μsbazarnao_liveHelpers.php#1158
        Bindings
        • 0: Brands
        • 1: en
        Backtrace
        • 16. app/Http/Helpers.php:1158
        • 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:73
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:208
      • select * from `translations` where `lang` = 'en' and `lang_key` = 'All Brands' limit 1
        510μsbazarnao_liveHelpers.php#1148
        Bindings
        • 0: en
        • 1: All Brands
        Backtrace
        • 16. app/Http/Helpers.php:1148
        • 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:73
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:208
      • select * from `translations` where `lang_key` = 'All Brands' and `lang` = 'en' limit 1
        340μsbazarnao_liveHelpers.php#1158
        Bindings
        • 0: All Brands
        • 1: en
        Backtrace
        • 16. app/Http/Helpers.php:1158
        • 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:73
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:208
      • select * from `brands`
        440μsbazarnao_liveproduct_listing.blade.php#97
        Backtrace
        • 16. view::frontend.product_listing:97
        • 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:73
        • 21. vendor/laravel/framework/src/Illuminate/View/View.php:208
      • select * from `brand_translations` where `brand_translations`.`brand_id` in (3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 17, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 35, 37, 38, 39, 40, 41, 42, 43, 46)
        490μsbazarnao_liveproduct_listing.blade.php#97
        Backtrace
        • 21. view::frontend.product_listing:97
        • 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:73
        • 26. vendor/laravel/framework/src/Illuminate/View/View.php:208
      • select * from `translations` where `lang` = 'en' and `lang_key` = 'Sort by' limit 1
        790μsbazarnao_liveHelpers.php#1148
        Bindings
        • 0: en
        • 1: Sort by
        Backtrace
        • 16. app/Http/Helpers.php:1148
        • 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:73
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:208
      • select * from `translations` where `lang_key` = 'Sort by' and `lang` = 'en' limit 1
        1.2msbazarnao_liveHelpers.php#1158
        Bindings
        • 0: Sort by
        • 1: en
        Backtrace
        • 16. app/Http/Helpers.php:1158
        • 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:73
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:208
      • select * from `translations` where `lang` = 'en' and `lang_key` = 'Newest' limit 1
        460μsbazarnao_liveHelpers.php#1148
        Bindings
        • 0: en
        • 1: Newest
        Backtrace
        • 16. app/Http/Helpers.php:1148
        • 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:73
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:208
      • select * from `translations` where `lang_key` = 'Newest' and `lang` = 'en' limit 1
        420μsbazarnao_liveHelpers.php#1158
        Bindings
        • 0: Newest
        • 1: en
        Backtrace
        • 16. app/Http/Helpers.php:1158
        • 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:73
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:208
      • select * from `translations` where `lang` = 'en' and `lang_key` = 'Oldest' limit 1
        340μsbazarnao_liveHelpers.php#1148
        Bindings
        • 0: en
        • 1: Oldest
        Backtrace
        • 16. app/Http/Helpers.php:1148
        • 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:73
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:208
      • select * from `translations` where `lang_key` = 'Oldest' and `lang` = 'en' limit 1
        560μsbazarnao_liveHelpers.php#1158
        Bindings
        • 0: Oldest
        • 1: en
        Backtrace
        • 16. app/Http/Helpers.php:1158
        • 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:73
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:208
      • select * from `translations` where `lang` = 'en' and `lang_key` = 'Price low to high' limit 1
        510μsbazarnao_liveHelpers.php#1148
        Bindings
        • 0: en
        • 1: Price low to high
        Backtrace
        • 16. app/Http/Helpers.php:1148
        • 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:73
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:208
      • select * from `translations` where `lang_key` = 'Price low to high' and `lang` = 'en' limit 1
        470μsbazarnao_liveHelpers.php#1158
        Bindings
        • 0: Price low to high
        • 1: en
        Backtrace
        • 16. app/Http/Helpers.php:1158
        • 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:73
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:208
      • select * from `translations` where `lang` = 'en' and `lang_key` = 'Price high to low' limit 1
        640μsbazarnao_liveHelpers.php#1148
        Bindings
        • 0: en
        • 1: Price high to low
        Backtrace
        • 16. app/Http/Helpers.php:1148
        • 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:73
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:208
      • select * from `translations` where `lang_key` = 'Price high to low' and `lang` = 'en' limit 1
        490μsbazarnao_liveHelpers.php#1158
        Bindings
        • 0: Price high to low
        • 1: en
        Backtrace
        • 16. app/Http/Helpers.php:1158
        • 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:73
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:208
      • select * from `categories` where `categories`.`id` = 66 limit 1
        590μsbazarnao_liveload_product_listing.blade.php#3
        Bindings
        • 0: 66
        Backtrace
        • 20. view::frontend.load_product_listing:3
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:73
        • 25. vendor/laravel/framework/src/Illuminate/View/View.php:208
      • select * from `category_translations` where `category_translations`.`category_id` in (66)
        520μsbazarnao_liveload_product_listing.blade.php#3
        Backtrace
        • 25. view::frontend.load_product_listing:3
        • 27. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 28. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 29. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:73
        • 30. vendor/laravel/framework/src/Illuminate/View/View.php:208
      • select * from `categories` where `categories`.`id` = 66 limit 1
        430μsbazarnao_liveload_product_listing.blade.php#4
        Bindings
        • 0: 66
        Backtrace
        • 20. view::frontend.load_product_listing:4
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:73
        • 25. vendor/laravel/framework/src/Illuminate/View/View.php:208
      • select * from `category_translations` where `category_translations`.`category_id` in (66)
        490μsbazarnao_liveload_product_listing.blade.php#4
        Backtrace
        • 25. view::frontend.load_product_listing:4
        • 27. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 28. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 29. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:73
        • 30. vendor/laravel/framework/src/Illuminate/View/View.php:208
      • select * from `languages` where `code` = 'en' limit 1
        450μsbazarnao_liveapp.blade.php#2
        Bindings
        • 0: en
        Backtrace
        • 16. view::frontend.layouts.app:2
        • 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:73
        • 21. vendor/laravel/framework/src/Illuminate/View/View.php:208
      • select * from `business_settings` where `type` = 'website_name' limit 1
        460μsbazarnao_liveHelpers.php#1421
        Bindings
        • 0: website_name
        Backtrace
        • 16. app/Http/Helpers.php:1421
        • 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:73
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:208
      • select * from `business_settings` where `type` = 'site_motto' limit 1
        390μsbazarnao_liveHelpers.php#1421
        Bindings
        • 0: site_motto
        Backtrace
        • 16. app/Http/Helpers.php:1421
        • 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:73
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:208
      • select * from `business_settings` where `type` = 'meta_description' limit 1
        350μsbazarnao_liveHelpers.php#1421
        Bindings
        • 0: meta_description
        Backtrace
        • 16. app/Http/Helpers.php:1421
        • 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:73
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:208
      • select * from `business_settings` where `type` = 'meta_keywords' limit 1
        500μsbazarnao_liveHelpers.php#1421
        Bindings
        • 0: meta_keywords
        Backtrace
        • 16. app/Http/Helpers.php:1421
        • 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:73
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:208
      • select * from `business_settings` where `type` = 'meta_title' limit 1
        580μsbazarnao_liveHelpers.php#1421
        Bindings
        • 0: meta_title
        Backtrace
        • 16. app/Http/Helpers.php:1421
        • 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:73
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:208
      • select * from `business_settings` where `type` = 'meta_description' limit 1
        540μsbazarnao_liveHelpers.php#1421
        Bindings
        • 0: meta_description
        Backtrace
        • 16. app/Http/Helpers.php:1421
        • 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:73
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:208
      • select * from `business_settings` where `type` = 'meta_image' limit 1
        430μsbazarnao_liveHelpers.php#1421
        Bindings
        • 0: meta_image
        Backtrace
        • 16. app/Http/Helpers.php:1421
        • 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:73
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:208
      • select * from `uploads` where `uploads`.`id` is null and `uploads`.`deleted_at` is null limit 1
        380μsbazarnao_liveHelpers.php#1327
        Backtrace
        • 20. app/Http/Helpers.php:1327
        • 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:73
        • 26. vendor/laravel/framework/src/Illuminate/View/View.php:208
      • select * from `business_settings` where `type` = 'meta_title' limit 1
        480μsbazarnao_liveHelpers.php#1421
        Bindings
        • 0: meta_title
        Backtrace
        • 16. app/Http/Helpers.php:1421
        • 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:73
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:208
      • select * from `business_settings` where `type` = 'meta_description' limit 1
        410μsbazarnao_liveHelpers.php#1421
        Bindings
        • 0: meta_description
        Backtrace
        • 16. app/Http/Helpers.php:1421
        • 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:73
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:208
      • select * from `business_settings` where `type` = 'meta_image' limit 1
        420μsbazarnao_liveHelpers.php#1421
        Bindings
        • 0: meta_image
        Backtrace
        • 16. app/Http/Helpers.php:1421
        • 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:73
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:208
      • select * from `uploads` where `uploads`.`id` is null and `uploads`.`deleted_at` is null limit 1
        380μsbazarnao_liveHelpers.php#1327
        Backtrace
        • 20. app/Http/Helpers.php:1327
        • 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:73
        • 26. vendor/laravel/framework/src/Illuminate/View/View.php:208
      • select * from `business_settings` where `type` = 'meta_title' limit 1
        530μsbazarnao_liveHelpers.php#1421
        Bindings
        • 0: meta_title
        Backtrace
        • 16. app/Http/Helpers.php:1421
        • 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:73
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:208
      • select * from `business_settings` where `type` = 'meta_image' limit 1
        640μsbazarnao_liveHelpers.php#1421
        Bindings
        • 0: meta_image
        Backtrace
        • 16. app/Http/Helpers.php:1421
        • 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:73
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:208
      • select * from `uploads` where `uploads`.`id` is null and `uploads`.`deleted_at` is null limit 1
        440μsbazarnao_liveHelpers.php#1327
        Backtrace
        • 20. app/Http/Helpers.php:1327
        • 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:73
        • 26. vendor/laravel/framework/src/Illuminate/View/View.php:208
      • select * from `business_settings` where `type` = 'meta_description' limit 1
        580μsbazarnao_liveHelpers.php#1421
        Bindings
        • 0: meta_description
        Backtrace
        • 16. app/Http/Helpers.php:1421
        • 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:73
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:208
      • select * from `business_settings` where `type` = 'site_icon' limit 1
        630μsbazarnao_liveHelpers.php#1421
        Bindings
        • 0: site_icon
        Backtrace
        • 16. app/Http/Helpers.php:1421
        • 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:73
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:208
      • select * from `uploads` where `uploads`.`id` = '18956' and `uploads`.`deleted_at` is null limit 1
        440μsbazarnao_liveHelpers.php#1327
        Bindings
        • 0: 18956
        Backtrace
        • 20. app/Http/Helpers.php:1327
        • 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:73
        • 26. vendor/laravel/framework/src/Illuminate/View/View.php:208
      • select * from `languages` where `code` = 'en' limit 1
        480μsbazarnao_liveapp.blade.php#59
        Bindings
        • 0: en
        Backtrace
        • 16. view::frontend.layouts.app:59
        • 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:73
        • 21. vendor/laravel/framework/src/Illuminate/View/View.php:208
      • select * from `business_settings` where `type` = 'base_color' limit 1
        450μsbazarnao_liveHelpers.php#1421
        Bindings
        • 0: base_color
        Backtrace
        • 16. app/Http/Helpers.php:1421
        • 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:73
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:208
      • select * from `business_settings` where `type` = 'base_hov_color' limit 1
        520μsbazarnao_liveHelpers.php#1421
        Bindings
        • 0: base_hov_color
        Backtrace
        • 16. app/Http/Helpers.php:1421
        • 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:73
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:208
      • select * from `business_settings` where `type` = 'google_analytics' limit 1
        360μsbazarnao_liveapp.blade.php#255
        Bindings
        • 0: google_analytics
        Backtrace
        • 16. view::frontend.layouts.app:255
        • 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:73
        • 21. vendor/laravel/framework/src/Illuminate/View/View.php:208
      • select * from `business_settings` where `type` = 'facebook_pixel' limit 1
        440μsbazarnao_liveapp.blade.php#270
        Bindings
        • 0: facebook_pixel
        Backtrace
        • 16. view::frontend.layouts.app:270
        • 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:73
        • 21. vendor/laravel/framework/src/Illuminate/View/View.php:208
      • select * from `business_settings` where `type` = 'header_script' limit 1
        510μsbazarnao_liveHelpers.php#1421
        Bindings
        • 0: header_script
        Backtrace
        • 16. app/Http/Helpers.php:1421
        • 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:73
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:208
      • select * from `business_settings` where `type` = 'header_stikcy' limit 1
        560μsbazarnao_liveHelpers.php#1421
        Bindings
        • 0: header_stikcy
        Backtrace
        • 16. app/Http/Helpers.php:1421
        • 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:73
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:208
      • select * from `business_settings` where `type` = 'header_logo' limit 1
        490μsbazarnao_liveHelpers.php#1421
        Bindings
        • 0: header_logo
        Backtrace
        • 16. app/Http/Helpers.php:1421
        • 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:73
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:208
      • select * from `translations` where `lang` = 'en' and `lang_key` = 'I am shopping for...' limit 1
        1.97msbazarnao_liveHelpers.php#1148
        Bindings
        • 0: en
        • 1: I am shopping for...
        Backtrace
        • 16. app/Http/Helpers.php:1148
        • 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:73
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:208
      • select * from `translations` where `lang_key` = 'I am shopping for...' and `lang` = 'en' limit 1
        1.46msbazarnao_liveHelpers.php#1158
        Bindings
        • 0: I am shopping for...
        • 1: en
        Backtrace
        • 16. app/Http/Helpers.php:1158
        • 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:73
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:208
      • select * from `translations` where `lang` = 'en' and `lang_key` = 'Your Cart is empty' limit 1
        1.82msbazarnao_liveHelpers.php#1148
        Bindings
        • 0: en
        • 1: Your Cart is empty
        Backtrace
        • 16. app/Http/Helpers.php:1148
        • 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:73
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:208
      • select * from `translations` where `lang_key` = 'Your Cart is empty' and `lang` = 'en' limit 1
        1.8msbazarnao_liveHelpers.php#1158
        Bindings
        • 0: Your Cart is empty
        • 1: en
        Backtrace
        • 16. app/Http/Helpers.php:1158
        • 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:73
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:208
      • select * from `translations` where `lang` = 'en' and `lang_key` = 'Wishlist' limit 1
        1.36msbazarnao_liveHelpers.php#1148
        Bindings
        • 0: en
        • 1: Wishlist
        Backtrace
        • 16. app/Http/Helpers.php:1148
        • 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:73
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:208
      • select * from `translations` where `lang_key` = 'Wishlist' and `lang` = 'en' limit 1
        1.48msbazarnao_liveHelpers.php#1158
        Bindings
        • 0: Wishlist
        • 1: en
        Backtrace
        • 16. app/Http/Helpers.php:1158
        • 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:73
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:208
      • select * from `translations` where `lang` = 'en' and `lang_key` = 'Login' limit 1
        1.93msbazarnao_liveHelpers.php#1148
        Bindings
        • 0: en
        • 1: Login
        Backtrace
        • 16. app/Http/Helpers.php:1148
        • 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:73
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:208
      • select * from `translations` where `lang_key` = 'Login' and `lang` = 'en' limit 1
        1.79msbazarnao_liveHelpers.php#1158
        Bindings
        • 0: Login
        • 1: en
        Backtrace
        • 16. app/Http/Helpers.php:1158
        • 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:73
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:208
      • select * from `translations` where `lang` = 'en' and `lang_key` = 'Registration' limit 1
        1.67msbazarnao_liveHelpers.php#1148
        Bindings
        • 0: en
        • 1: Registration
        Backtrace
        • 16. app/Http/Helpers.php:1148
        • 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:73
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:208
      • select * from `translations` where `lang_key` = 'Registration' and `lang` = 'en' limit 1
        1.24msbazarnao_liveHelpers.php#1158
        Bindings
        • 0: Registration
        • 1: en
        Backtrace
        • 16. app/Http/Helpers.php:1158
        • 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:73
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:208
      • select * from `business_settings` where `type` = 'show_language_switcher' limit 1
        500μsbazarnao_liveHelpers.php#1421
        Bindings
        • 0: show_language_switcher
        Backtrace
        • 16. app/Http/Helpers.php:1421
        • 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:73
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:208
      • select * from `languages`
        480μsbazarnao_livenav.blade.php#147
        Backtrace
        • 16. view::frontend.inc.nav:147
        • 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:73
        • 21. vendor/laravel/framework/src/Illuminate/View/View.php:208
      • select * from `translations` where `lang` = 'en' and `lang_key` = 'EN' limit 1
        4.43msbazarnao_liveHelpers.php#1148
        Bindings
        • 0: en
        • 1: EN
        Backtrace
        • 16. app/Http/Helpers.php:1148
        • 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:73
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:208
      • select * from `translations` where `lang_key` = 'EN' and `lang` = 'en' limit 1
        3.04msbazarnao_liveHelpers.php#1158
        Bindings
        • 0: EN
        • 1: en
        Backtrace
        • 16. app/Http/Helpers.php:1158
        • 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:73
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:208
      • select * from `translations` where `lang` = 'en' and `lang_key` = 'BD' limit 1
        3.03msbazarnao_liveHelpers.php#1148
        Bindings
        • 0: en
        • 1: BD
        Backtrace
        • 16. app/Http/Helpers.php:1148
        • 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:73
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:208
      • select * from `translations` where `lang_key` = 'BD' and `lang` = 'en' limit 1
        2.87msbazarnao_liveHelpers.php#1158
        Bindings
        • 0: BD
        • 1: en
        Backtrace
        • 16. app/Http/Helpers.php:1158
        • 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:73
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:208
      • select * from `offers` where `status` = 1 and `start_date` <= 1745466733 and `end_date` >= 1745466733
        560μsbazarnao_livecategory_menu.blade.php#81
        Bindings
        • 0: 1
        • 1: 1745466733
        • 2: 1745466733
        Backtrace
        • 15. view::frontend.partials.category_menu:81
        • 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:73
        • 20. vendor/laravel/framework/src/Illuminate/View/View.php:208
      • select * from `sellers` where `verification_status` = 1
        400μsbazarnao_liveHelpers.php#296
        Bindings
        • 0: 1
        Backtrace
        • 15. app/Http/Helpers.php:296
        • 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:73
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:208
      • select * from `users` where `users`.`id` in (3)
        390μsbazarnao_liveHelpers.php#296
        Backtrace
        • 20. app/Http/Helpers.php:296
        • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:73
        • 27. vendor/laravel/framework/src/Illuminate/View/View.php:208
      • select * from `business_settings` where `type` = 'vendor_system_activation' limit 1
        360μsbazarnao_liveHelpers.php#251
        Bindings
        • 0: vendor_system_activation
        Backtrace
        • 16. app/Http/Helpers.php:251
        • 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:73
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:208
      • select * from `products` where (`published` = 1) and `discount` > 0 and `published` = '1' and `added_by` = 'admin'
        17.99msbazarnao_livecategory_menu.blade.php#87
        Bindings
        • 0: 1
        • 1: 0
        • 2: 1
        • 3: admin
        Backtrace
        • 15. view::frontend.partials.category_menu:87
        • 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:73
        • 20. vendor/laravel/framework/src/Illuminate/View/View.php:208
      • select * from `product_translations` where `product_translations`.`product_id` in (18, 33, 73, 74, 75, 261, 407, 593, 742, 761, 762, 775, 796, 847, 849, 850, 856, 890, 978, 981, 1025, 1041, 1042, 1044, 1129, 1131, 1217, 1526, 1546, 1547, 2246, 2247, 2284, 2309, 2316, 2322, 2341, 2354, 2376, 2378, 2760, 2777, 3409, 3460, 3784, 3956, 4312, 4639, 4649, 4654, 4817, 4910, 4911)
        10.8msbazarnao_livecategory_menu.blade.php#87
        Backtrace
        • 20. view::frontend.partials.category_menu:87
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:73
        • 25. vendor/laravel/framework/src/Illuminate/View/View.php:208
      • select * from `product_taxes` where `product_taxes`.`product_id` in (18, 33, 73, 74, 75, 261, 407, 593, 742, 761, 762, 775, 796, 847, 849, 850, 856, 890, 978, 981, 1025, 1041, 1042, 1044, 1129, 1131, 1217, 1526, 1546, 1547, 2246, 2247, 2284, 2309, 2316, 2322, 2341, 2354, 2376, 2378, 2760, 2777, 3409, 3460, 3784, 3956, 4312, 4639, 4649, 4654, 4817, 4910, 4911)
        620μsbazarnao_livecategory_menu.blade.php#87
        Backtrace
        • 20. view::frontend.partials.category_menu:87
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:73
        • 25. vendor/laravel/framework/src/Illuminate/View/View.php:208
      • select * from `business_settings` where `type` = 'header_menu_labels' limit 1
        650μsbazarnao_liveHelpers.php#1421
        Bindings
        • 0: header_menu_labels
        Backtrace
        • 16. app/Http/Helpers.php:1421
        • 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:73
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:208
      • select * from `business_settings` where `type` = 'header_stikcy' limit 1
        450μsbazarnao_liveHelpers.php#1421
        Bindings
        • 0: header_stikcy
        Backtrace
        • 16. app/Http/Helpers.php:1421
        • 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:73
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:208
      • select * from `business_settings` where `type` = 'header_logo' limit 1
        410μsbazarnao_liveHelpers.php#1421
        Bindings
        • 0: header_logo
        Backtrace
        • 16. app/Http/Helpers.php:1421
        • 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:73
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:208
      • select * from `translations` where `lang` = 'en' and `lang_key` = 'I am shopping for...' limit 1
        1.35msbazarnao_liveHelpers.php#1148
        Bindings
        • 0: en
        • 1: I am shopping for...
        Backtrace
        • 16. app/Http/Helpers.php:1148
        • 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:73
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:208
      • select * from `translations` where `lang_key` = 'I am shopping for...' and `lang` = 'en' limit 1
        1.13msbazarnao_liveHelpers.php#1158
        Bindings
        • 0: I am shopping for...
        • 1: en
        Backtrace
        • 16. app/Http/Helpers.php:1158
        • 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:73
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:208
      • select * from `translations` where `lang` = 'en' and `lang_key` = 'Your Cart is empty' limit 1
        1.33msbazarnao_live
      • select * from `translations` where `lang_key` = 'Your Cart is empty' and `lang` = 'en' limit 1
        1.27msbazarnao_live
      • select * from `translations` where `lang` = 'en' and `lang_key` = 'Wishlist' limit 1
        1.58msbazarnao_live
      • select * from `translations` where `lang_key` = 'Wishlist' and `lang` = 'en' limit 1
        1.33msbazarnao_live
      • select * from `translations` where `lang` = 'en' and `lang_key` = 'Login' limit 1
        1.68msbazarnao_live
      • select * from `translations` where `lang_key` = 'Login' and `lang` = 'en' limit 1
        1.39msbazarnao_live
      • select * from `translations` where `lang` = 'en' and `lang_key` = 'Registration' limit 1
        1.32msbazarnao_live
      • select * from `translations` where `lang_key` = 'Registration' and `lang` = 'en' limit 1
        1.45msbazarnao_live
      • select * from `business_settings` where `type` = 'show_language_switcher' limit 1
        430μsbazarnao_live
      • select * from `languages`
        300μsbazarnao_live
      • select * from `translations` where `lang` = 'en' and `lang_key` = 'EN' limit 1
        2.72msbazarnao_live
      • select * from `translations` where `lang_key` = 'EN' and `lang` = 'en' limit 1
        2.64msbazarnao_live
      • select * from `translations` where `lang` = 'en' and `lang_key` = 'BD' limit 1
        3.36msbazarnao_live
      • select * from `translations` where `lang_key` = 'BD' and `lang` = 'en' limit 1
        3.27msbazarnao_live
      • select * from `offers` where `status` = 1 and `start_date` <= 1745466733 and `end_date` >= 1745466733
        880μsbazarnao_live
      • select * from `sellers` where `verification_status` = 1
        580μsbazarnao_live
      • select * from `users` where `users`.`id` in (3)
        670μsbazarnao_live
      • select * from `business_settings` where `type` = 'vendor_system_activation' limit 1
        470μsbazarnao_live
      • select * from `products` where (`published` = 1) and `discount` > 0 and `published` = '1' and `added_by` = 'admin'
        26.06msbazarnao_live
      • select * from `product_translations` where `product_translations`.`product_id` in (18, 33, 73, 74, 75, 261, 407, 593, 742, 761, 762, 775, 796, 847, 849, 850, 856, 890, 978, 981, 1025, 1041, 1042, 1044, 1129, 1131, 1217, 1526, 1546, 1547, 2246, 2247, 2284, 2309, 2316, 2322, 2341, 2354, 2376, 2378, 2760, 2777, 3409, 3460, 3784, 3956, 4312, 4639, 4649, 4654, 4817, 4910, 4911)
        12.02msbazarnao_live
      • select * from `product_taxes` where `product_taxes`.`product_id` in (18, 33, 73, 74, 75, 261, 407, 593, 742, 761, 762, 775, 796, 847, 849, 850, 856, 890, 978, 981, 1025, 1041, 1042, 1044, 1129, 1131, 1217, 1526, 1546, 1547, 2246, 2247, 2284, 2309, 2316, 2322, 2341, 2354, 2376, 2378, 2760, 2777, 3409, 3460, 3784, 3956, 4312, 4639, 4649, 4654, 4817, 4910, 4911)
        710μsbazarnao_live
      • select * from `business_settings` where `type` = 'header_menu_labels' limit 1
        690μsbazarnao_live
      • select * from `offers` where `status` = 1 and `start_date` <= 1745466733 and `end_date` >= 1745466733
        810μsbazarnao_live
      • select * from `sellers` where `verification_status` = 1
        590μsbazarnao_live
      • select * from `users` where `users`.`id` in (3)
        570μsbazarnao_live
      • select * from `business_settings` where `type` = 'vendor_system_activation' limit 1
        470μsbazarnao_live
      • select * from `products` where (`published` = 1) and `discount` > 0 and `published` = '1' and `added_by` = 'admin'
        18.54msbazarnao_live
      • select * from `product_translations` where `product_translations`.`product_id` in (18, 33, 73, 74, 75, 261, 407, 593, 742, 761, 762, 775, 796, 847, 849, 850, 856, 890, 978, 981, 1025, 1041, 1042, 1044, 1129, 1131, 1217, 1526, 1546, 1547, 2246, 2247, 2284, 2309, 2316, 2322, 2341, 2354, 2376, 2378, 2760, 2777, 3409, 3460, 3784, 3956, 4312, 4639, 4649, 4654, 4817, 4910, 4911)
        10.41msbazarnao_live
      • select * from `product_taxes` where `product_taxes`.`product_id` in (18, 33, 73, 74, 75, 261, 407, 593, 742, 761, 762, 775, 796, 847, 849, 850, 856, 890, 978, 981, 1025, 1041, 1042, 1044, 1129, 1131, 1217, 1526, 1546, 1547, 2246, 2247, 2284, 2309, 2316, 2322, 2341, 2354, 2376, 2378, 2760, 2777, 3409, 3460, 3784, 3956, 4312, 4639, 4649, 4654, 4817, 4910, 4911)
        710μsbazarnao_live
      • select * from `translations` where `lang` = 'en' and `lang_key` = 'Your Cart is empty' limit 1
        1.56msbazarnao_live
      • select * from `translations` where `lang_key` = 'Your Cart is empty' and `lang` = 'en' limit 1
        1.19msbazarnao_live
      • select * from `business_settings` where `type` = 'footer_logo' limit 1
        440μsbazarnao_live
      • select * from `uploads` where `uploads`.`id` = '12411' and `uploads`.`deleted_at` is null limit 1
        380μsbazarnao_live
      • select * from `business_settings` where `type` = 'about_us_description' limit 1
        390μsbazarnao_live
      • select * from `business_settings` where `type` = 'facebook_link' limit 1
        370μsbazarnao_live
      • select * from `business_settings` where `type` = 'facebook_link' limit 1
        340μsbazarnao_live
      • select * from `business_settings` where `type` = 'twitter_link' limit 1
        350μsbazarnao_live
      • select * from `business_settings` where `type` = 'twitter_link' limit 1
        280μsbazarnao_live
      • select * from `business_settings` where `type` = 'instagram_link' limit 1
        230μsbazarnao_live
      • select * from `business_settings` where `type` = 'instagram_link' limit 1
        330μsbazarnao_live
      • select * from `business_settings` where `type` = 'youtube_link' limit 1
        290μsbazarnao_live
      • select * from `business_settings` where `type` = 'youtube_link' limit 1
        220μsbazarnao_live
      • select * from `business_settings` where `type` = 'linkedin_link' limit 1
        270μsbazarnao_live
      • select * from `business_settings` where `type` = 'linkedin_link' limit 1
        270μsbazarnao_live
      • select * from `translations` where `lang` = 'en' and `lang_key` = 'Contact Info' limit 1
        1.56msbazarnao_live
      • select * from `translations` where `lang_key` = 'Contact Info' and `lang` = 'en' limit 1
        1.17msbazarnao_live
      • select * from `translations` where `lang` = 'en' and `lang_key` = 'Address' limit 1
        1.45msbazarnao_live
      • select * from `translations` where `lang_key` = 'Address' and `lang` = 'en' limit 1
        1.16msbazarnao_live
      • select * from `business_settings` where `type` = 'contact_address' limit 1
        500μsbazarnao_live
      • select * from `translations` where `lang` = 'en' and `lang_key` = 'Phone' limit 1
        1.16msbazarnao_live
      • select * from `translations` where `lang_key` = 'Phone' and `lang` = 'en' limit 1
        1.24msbazarnao_live
      • select * from `business_settings` where `type` = 'contact_phone' limit 1
        840μsbazarnao_live
      • select * from `business_settings` where `type` = 'contact_phone' limit 1
        460μsbazarnao_live
      • select * from `translations` where `lang` = 'en' and `lang_key` = 'Email' limit 1
        1.93msbazarnao_live
      • select * from `translations` where `lang_key` = 'Email' and `lang` = 'en' limit 1
        1.8msbazarnao_live
      • select * from `business_settings` where `type` = 'contact_email' limit 1
        540μsbazarnao_live
      • select * from `business_settings` where `type` = 'contact_email' limit 1
        410μsbazarnao_live
      • select * from `translations` where `lang` = 'en' and `lang_key` = 'Your Email Address' limit 1
        1.25msbazarnao_live
      • select * from `translations` where `lang_key` = 'Your Email Address' and `lang` = 'en' limit 1
        1.27msbazarnao_live
      • select * from `translations` where `lang` = 'en' and `lang_key` = 'Subscribe' limit 1
        1.42msbazarnao_live
      • select * from `translations` where `lang_key` = 'Subscribe' and `lang` = 'en' limit 1
        1.45msbazarnao_live
      • select * from `translations` where `lang` = 'en' and `lang_key` = 'My Account' limit 1
        2.53msbazarnao_live
      • select * from `translations` where `lang_key` = 'My Account' and `lang` = 'en' limit 1
        1.65msbazarnao_live
      • select * from `translations` where `lang` = 'en' and `lang_key` = 'Login' limit 1
        1.9msbazarnao_live
      • select * from `translations` where `lang_key` = 'Login' and `lang` = 'en' limit 1
        1.74msbazarnao_live
      • select * from `translations` where `lang` = 'en' and `lang_key` = 'Order History' limit 1
        2.17msbazarnao_live
      • select * from `translations` where `lang_key` = 'Order History' and `lang` = 'en' limit 1
        1.96msbazarnao_live
      • select * from `translations` where `lang` = 'en' and `lang_key` = 'My Wishlist' limit 1
        1.7msbazarnao_live
      • select * from `translations` where `lang_key` = 'My Wishlist' and `lang` = 'en' limit 1
        1.99msbazarnao_live
      • select * from `translations` where `lang` = 'en' and `lang_key` = 'Track Order' limit 1
        1.57msbazarnao_live
      • select * from `translations` where `lang_key` = 'Track Order' and `lang` = 'en' limit 1
        1.37msbazarnao_live
      • select * from `translations` where `lang` = 'en' and `lang_key` = 'Blogs' limit 1
        2.25msbazarnao_live
      • select * from `translations` where `lang_key` = 'Blogs' and `lang` = 'en' limit 1
        1.86msbazarnao_live
      • select * from `translations` where `lang` = 'en' and `lang_key` = 'Company Information' limit 1
        1.94msbazarnao_live
      • select * from `translations` where `lang_key` = 'Company Information' and `lang` = 'en' limit 1
        1.59msbazarnao_live
      • select * from `addons` where `unique_identifier` = 'affiliate_system' limit 1
        530μsbazarnao_live
      • select * from `addons` where `unique_identifier` = 'affiliate_system' limit 1
        510μsbazarnao_live
      • select * from `translations` where `lang` = 'en' and `lang_key` = 'Be an affiliate partner' limit 1
        1.48msbazarnao_live
      • select * from `translations` where `lang_key` = 'Be an affiliate partner' and `lang` = 'en' limit 1
        1.29msbazarnao_live
      • select * from `translations` where `lang` = 'en' and `lang_key` = 'Terms & conditions' limit 1
        470μsbazarnao_live
      • select * from `translations` where `lang_key` = 'Terms & conditions' and `lang` = 'en' limit 1
        410μsbazarnao_live
      • select * from `translations` where `lang` = 'en' and `lang_key` = 'Return Policy' limit 1
        1.4msbazarnao_live
      • select * from `translations` where `lang_key` = 'Return Policy' and `lang` = 'en' limit 1
        1.41msbazarnao_live
      • select * from `translations` where `lang` = 'en' and `lang_key` = 'Privacy Policy' limit 1
        1.52msbazarnao_live
      • select * from `translations` where `lang_key` = 'Privacy Policy' and `lang` = 'en' limit 1
        1.27msbazarnao_live
      • select * from `translations` where `lang` = 'en' and `lang_key` = 'faq' limit 1
        1.74msbazarnao_live
      • select * from `translations` where `lang_key` = 'faq' and `lang` = 'en' limit 1
        1.5msbazarnao_live
      • select * from `business_settings` where `type` = 'vendor_system_activation' limit 1
        430μsbazarnao_live
      • select * from `business_settings` where `type` = 'payment_method_images' limit 1
        370μsbazarnao_live
      • select * from `business_settings` where `type` = 'payment_method_images' limit 1
        350μsbazarnao_live
      • select * from `uploads` where `uploads`.`id` = '2' and `uploads`.`deleted_at` is null limit 1
        390μsbazarnao_live
      • select * from `business_settings` where `type` = 'facebook_link' limit 1
        340μsbazarnao_live
      • select * from `business_settings` where `type` = 'facebook_link' limit 1
        350μsbazarnao_live
      • select * from `business_settings` where `type` = 'twitter_link' limit 1
        340μsbazarnao_live
      • select * from `business_settings` where `type` = 'twitter_link' limit 1
        320μsbazarnao_live
      • select * from `business_settings` where `type` = 'instagram_link' limit 1
        330μsbazarnao_live
      • select * from `business_settings` where `type` = 'instagram_link' limit 1
        300μsbazarnao_live
      • select * from `business_settings` where `type` = 'youtube_link' limit 1
        290μsbazarnao_live
      • select * from `business_settings` where `type` = 'youtube_link' limit 1
        290μsbazarnao_live
      • select * from `business_settings` where `type` = 'linkedin_link' limit 1
        300μsbazarnao_live
      • select * from `business_settings` where `type` = 'linkedin_link' limit 1
        360μsbazarnao_live
      • select * from `business_settings` where `type` = 'payment_method_images' limit 1
        330μsbazarnao_live
      • select * from `business_settings` where `type` = 'payment_method_images' limit 1
        300μsbazarnao_live
      • select * from `uploads` where `uploads`.`id` = '2' and `uploads`.`deleted_at` is null limit 1
        580μsbazarnao_live
      • select * from `business_settings` where `type` = 'show_cookies_agreement' limit 1
        610μsbazarnao_live
      • select * from `translations` where `lang` = 'en' and `lang_key` = 'Confirmation' limit 1
        1.58msbazarnao_live
      • select * from `translations` where `lang_key` = 'Confirmation' and `lang` = 'en' limit 1
        1.22msbazarnao_live
      • select * from `translations` where `lang` = 'en' and `lang_key` = 'Delete confirmation message' limit 1
        1.68msbazarnao_live
      • select * from `translations` where `lang_key` = 'Delete confirmation message' and `lang` = 'en' limit 1
        1.49msbazarnao_live
      • select * from `translations` where `lang` = 'en' and `lang_key` = 'Cancel' limit 1
        1.4msbazarnao_live
      • select * from `translations` where `lang_key` = 'Cancel' and `lang` = 'en' limit 1
        1.17msbazarnao_live
      • select * from `translations` where `lang` = 'en' and `lang_key` = 'Delete' limit 1
        1.53msbazarnao_live
      • select * from `translations` where `lang_key` = 'Delete' and `lang` = 'en' limit 1
        1.29msbazarnao_live
      • select * from `translations` where `lang` = 'en' and `lang_key` = 'Login' limit 1
        1.46msbazarnao_live
      • select * from `translations` where `lang_key` = 'Login' and `lang` = 'en' limit 1
        1.2msbazarnao_live
      • select * from `addons` where `unique_identifier` = 'otp_system' limit 1
        370μsbazarnao_live
      • select * from `addons` where `unique_identifier` = 'otp_system' limit 1
        280μsbazarnao_live
      • select * from `translations` where `lang` = 'en' and `lang_key` = 'Email Or Phone' limit 1
        890μsbazarnao_live
      • select * from `translations` where `lang_key` = 'Email Or Phone' and `lang` = 'en' limit 1
        1.06msbazarnao_live
      • select * from `addons` where `unique_identifier` = 'otp_system' limit 1
        350μsbazarnao_live
      • select * from `addons` where `unique_identifier` = 'otp_system' limit 1
        290μsbazarnao_live
      • select * from `translations` where `lang` = 'en' and `lang_key` = 'Use country code before number' limit 1
        370μsbazarnao_live
      • select * from `translations` where `lang_key` = 'Use country code before number' and `lang` = 'en' limit 1
        350μsbazarnao_live
      • select * from `translations` where `lang` = 'en' and `lang_key` = 'Password' limit 1
        1.12msbazarnao_live
      • select * from `translations` where `lang_key` = 'Password' and `lang` = 'en' limit 1
        1.01msbazarnao_live
      • select * from `translations` where `lang` = 'en' and `lang_key` = 'Remember Me' limit 1
        350μsbazarnao_live
      • select * from `translations` where `lang_key` = 'Remember Me' and `lang` = 'en' limit 1
        460μsbazarnao_live
      • select * from `translations` where `lang` = 'en' and `lang_key` = 'Forgot password?' limit 1
        880μsbazarnao_live
      • select * from `translations` where `lang_key` = 'Forgot password?' and `lang` = 'en' limit 1
        900μsbazarnao_live
      • select * from `translations` where `lang` = 'en' and `lang_key` = 'Login' limit 1
        1.67msbazarnao_live
      • select * from `translations` where `lang_key` = 'Login' and `lang` = 'en' limit 1
        1.11msbazarnao_live
      • select * from `translations` where `lang` = 'en' and `lang_key` = 'Dont have an account?' limit 1
        450μsbazarnao_live
      • select * from `translations` where `lang_key` = 'Dont have an account?' and `lang` = 'en' limit 1
        350μsbazarnao_live
      • select * from `translations` where `lang` = 'en' and `lang_key` = 'Register Now' limit 1
        320μsbazarnao_live
      • select * from `translations` where `lang_key` = 'Register Now' and `lang` = 'en' limit 1
        340μsbazarnao_live
      • select * from `business_settings` where `type` = 'google_login' limit 1
        250μsbazarnao_live
      • select * from `translations` where `lang` = 'en' and `lang_key` = 'Or Login With' limit 1
        280μsbazarnao_live
      • select * from `translations` where `lang_key` = 'Or Login With' and `lang` = 'en' limit 1
        360μsbazarnao_live
      • select * from `business_settings` where `type` = 'facebook_login' limit 1
        350μsbazarnao_live
      • select * from `business_settings` where `type` = 'google_login' limit 1
        250μsbazarnao_live
      • select * from `business_settings` where `type` = 'twitter_login' limit 1
        310μsbazarnao_live
      • select * from `business_settings` where `type` = 'guest_checkout_active' limit 1
        230μsbazarnao_live
      • select * from `translations` where `lang` = 'en' and `lang_key` = 'Or' limit 1
        470μsbazarnao_live
      • select * from `translations` where `lang_key` = 'Or' and `lang` = 'en' limit 1
        520μsbazarnao_live
      • select * from `translations` where `lang` = 'en' and `lang_key` = 'Guest Checkout' limit 1
        510μsbazarnao_live
      • select * from `translations` where `lang_key` = 'Guest Checkout' and `lang` = 'en' limit 1
        540μsbazarnao_live
      • select * from `business_settings` where `type` = 'facebook_chat' limit 1
        370μsbazarnao_live
      • select * from `business_settings` where `type` = 'facebook_comment' limit 1
        500μsbazarnao_live
      • select * from `translations` where `lang` = 'en' and `lang_key` = 'Item has been added to compare list' limit 1
        1.14msbazarnao_live
      • select * from `translations` where `lang_key` = 'Item has been added to compare list' and `lang` = 'en' limit 1
        1.15msbazarnao_live
      • select * from `translations` where `lang` = 'en' and `lang_key` = 'Please login first' limit 1
        1.16msbazarnao_live
      • select * from `translations` where `lang_key` = 'Please login first' and `lang` = 'en' limit 1
        1.13msbazarnao_live
      • select * from `translations` where `lang` = 'en' and `lang_key` = 'Add to wishlist' limit 1
        420μsbazarnao_live
      • select * from `translations` where `lang_key` = 'Add to wishlist' and `lang` = 'en' limit 1
        290μsbazarnao_live
      • select * from `translations` where `lang` = 'en' and `lang_key` = 'Add to wishlist' limit 1
        290μsbazarnao_live
      • select * from `translations` where `lang_key` = 'Add to wishlist' and `lang` = 'en' limit 1
        260μsbazarnao_live
      • select * from `translations` where `lang` = 'en' and `lang_key` = 'Item has been added to cart list' limit 1
        1.4msbazarnao_live
      • select * from `translations` where `lang_key` = 'Item has been added to cart list' and `lang` = 'en' limit 1
        1.43msbazarnao_live
      • select * from `business_settings` where `type` = 'footer_script' limit 1
        400μsbazarnao_live
      • select * from `translations` where `lang` = 'en' and `lang_key` = 'Item has been added to cart list' limit 1
        1.6msbazarnao_live
      • select * from `translations` where `lang_key` = 'Item has been added to cart list' and `lang` = 'en' limit 1
        1.54msbazarnao_live
      • select * from `translations` where `lang` = 'en' and `lang_key` = 'Item has been added to cart list' limit 1
        1.57msbazarnao_live
      • select * from `translations` where `lang_key` = 'Item has been added to cart list' and `lang` = 'en' limit 1
        1.74msbazarnao_live
      App\Models\ProductTranslation
      306ProductTranslation.php#?
      App\Models\Product
      159Product.php#?
      App\Models\Translation
      130Translation.php#?
      App\Models\BusinessSetting
      70BusinessSetting.php#?
      App\Models\Brand
      34Brand.php#?
      App\Models\BrandTranslation
      30BrandTranslation.php#?
      App\Models\CategoryTranslation
      16CategoryTranslation.php#?
      App\Models\Category
      8Category.php#?
      App\Models\Language
      6Language.php#?
      App\Models\Addon
      6Addon.php#?
      App\Models\Seller
      5Seller.php#?
      App\Models\Upload
      3Upload.php#?
          _token
          5Sw7e6GRacPvOPeLgKqyxpUAhguoJyjFzwglj1Pr
          locale
          en
          _previous
          array:1 [ "url" => "https://bazarnao.com/category/sanitary--other-care-2zknz" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          PHPDEBUGBAR_STACK_DATA
          []
          path_info
          /category/sanitary--other-care-2zknz
          status_code
          200
          
          status_text
          OK
          format
          html
          content_type
          text/html; charset=UTF-8
          request_query
          []
          
          request_request
          []
          
          request_headers
          0 of 0
          array:15 [ "accept-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 => "keep-alive" ] "host" => array:1 [ 0 => "bazarnao.com" ] ]
          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 => "Thu, 24 Apr 2025 03:52:13 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=5Sw7e6GRacPvOPeLgKqyxpUAhguoJyjFzwglj1Pr; expires=Thu, 24 Apr 2025 05:52:13 GMT; Max-Age=7200; path=/; secure; samesite=lax" 1 => "bazarnao_session=5sd5uxP6PpOOQSmItDgijhu95MFYQy1PmUf6aEJA; expires=Thu, 24 Apr 2025 05:52:13 GMT; Max-Age=7200; path=/; httponly; samesite=lax" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=5Sw7e6GRacPvOPeLgKqyxpUAhguoJyjFzwglj1Pr; expires=Thu, 24-Apr-2025 05:52:13 GMT; path=/; secure" 1 => "bazarnao_session=5sd5uxP6PpOOQSmItDgijhu95MFYQy1PmUf6aEJA; expires=Thu, 24-Apr-2025 05:52:13 GMT; path=/; httponly" ] ]
          session_attributes
          0 of 0
          array:5 [ "_token" => "5Sw7e6GRacPvOPeLgKqyxpUAhguoJyjFzwglj1Pr" "locale" => "en" "_previous" => array:1 [ "url" => "https://bazarnao.com/category/sanitary--other-care-2zknz" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-04-24 09:52:13GET/category/sanitary--other-care-2zknz17263773