Best-selling Products
42 Items found
Top
8.2.19PHP Version199msRequest Duration6MBMemory UsageGET productsRoute
    • Booting (58.34ms)time
    • Application (141ms)time
    • 1 x Application (70.74%)
      141ms
      1 x Booting (29.25%)
      58.34ms
      12 templates were rendered
      • web-views.products.viewview.blade.phpblade
      • web-views.products._ajax-products_ajax-products.blade.phpblade
      • web-views.partials._filter-single-product_filter-single-product.blade.phpblade
      • web-views.partials._filter-single-product_filter-single-product.blade.phpblade
      • pagination::bootstrap-4bootstrap-4.blade.phpblade
      • layouts.front-end.appapp.blade.phpblade
      • layouts.front-end.partials._modals_modals.blade.phpblade
      • layouts.front-end.partials._quick-view-modal_quick-view-modal.blade.phpblade
      • layouts.front-end.partials._header_header.blade.phpblade
      • layouts.front-end.partials._cart_cart.blade.phpblade
      • layouts.front-end.partials._footer_footer.blade.phpblade
      • layouts.front-end.partials.modal._dynamic-modals_dynamic-modals.blade.phpblade
      uri
      GET products
      middleware
      web
      controller
      App\Http\Controllers\Web\ProductListController@products
      namespace
      App\Http\Controllers\Web
      prefix
      where
      as
      products
      file
      app/Http/Controllers/Web/ProductListController.php:24-34
      60 statements were executed, 15 of which were duplicates, 45 unique. Show only duplicated53.73ms
      • select * from `business_settings` where (`type` = 'business_mode') limit 1
        320μsshankar_betasettings.php#15
        Bindings
        • 0: business_mode
        Backtrace
        • 16. app/Utils/settings.php:15
        • 26. app/Http/Controllers/Web/ProductListController.php:40
        • 27. app/Http/Controllers/Web/ProductListController.php:29
        • 28. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 29. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • select `product_id`, COUNT(product_id) as count from `order_details` group by `product_id` order by `count` desc
        490μsshankar_betaProductListController.php#82
        Backtrace
        • 15. app/Http/Controllers/Web/ProductListController.php:82
        • 16. app/Http/Controllers/Web/ProductListController.php:29
        • 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:259
      • select `products`.*, (select count(*) from `reviews` where `products`.`id` = `reviews`.`product_id` and `delivery_man_id` is null and `status` = 1) as `reviews_count` from `products` where `status` = 1 and `products`.`id` in (1, 2, 3, 8, 11, 15, 18, 29, 40, 49, 54, 99, 105, 117, 121, 127, 128, 129, 134, 143, 152, 166, 174, 187, 206, 211, 216, 217, 228, 232, 233, 243, 245, 248, 249, 250, 251, 252, 253, 254, 256, 257, 258, 259, 260, 261, 263, 264, 265, 266)
        9.67msshankar_betaProductListController.php#82
        Bindings
        • 0: 1
        • 1: 1
        Backtrace
        • 20. app/Http/Controllers/Web/ProductListController.php:82
        • 21. app/Http/Controllers/Web/ProductListController.php:29
        • 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:259
      • select * from `translations` where `translations`.`translationable_id` in (1, 2, 3, 8, 11, 15, 18, 29, 40, 49, 54, 99, 117, 121, 127, 128, 129, 134, 143, 152, 166, 174, 187, 206, 211, 216, 217, 228, 232, 243, 245, 248, 250, 251, 252, 254, 256, 257, 258, 259, 260, 263, 265, 266) and `translations`.`translationable_type` = 'App\Models\Product' and `locale` = 'en'
        530μsshankar_betaProductListController.php#82
        Bindings
        • 0: App\Models\Product
        • 1: en
        Backtrace
        • 25. app/Http/Controllers/Web/ProductListController.php:82
        • 26. app/Http/Controllers/Web/ProductListController.php:29
        • 27. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 28. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 29. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • select * from `reviews` where `reviews`.`product_id` in (1, 2, 3, 8, 11, 15, 18, 29, 40, 49, 54, 99, 117, 121, 127, 128, 129, 134, 143, 152, 166, 174, 187, 206, 211, 216, 217, 228, 232, 243, 245, 248, 250, 251, 252, 254, 256, 257, 258, 259, 260, 263, 265, 266) and `delivery_man_id` is null and `status` = 1
        1.69msshankar_betaProductListController.php#82
        Bindings
        • 0: 1
        Backtrace
        • 25. app/Http/Controllers/Web/ProductListController.php:82
        • 26. app/Http/Controllers/Web/ProductListController.php:29
        • 27. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 28. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 29. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • 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) or (`brand_id` is null and `status` = 1)) and (exists (select * from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` = 'approved')) or ((`added_by` = 'admin' and `status` = 1))) and `product_type` in ('physical') and exists (select * from `categories` where `products`.`category_id` = `categories`.`id` and `status` = 1) and `id` in (1, 265, 253, 260, 258, 263, 15, 259, 257, 256, 264, 2, 18, 261, 187, 252, 211, 254, 243, 11, 266, 40, 250, 29, 206, 217, 249, 99, 174, 128, 152, 232, 121, 228, 105, 3, 127, 143, 166, 117, 49, 216, 248, 251, 129, 233, 54, 134, 245, 8)
        2.24msshankar_betaProductListController.php#180
        Bindings
        • 0: admin
        • 1: 1
        • 2: 1
        • 3: 1
        • 4: 1
        • 5: approved
        • 6: admin
        • 7: 1
        • 8: physical
        • 9: 1
        • 10: 1
        • 11: 265
        • 12: 253
        • 13: 260
        • 14: 258
        • 15: 263
        • 16: 15
        • 17: 259
        • 18: 257
        • 19: 256
        • 20: 264
        • 21: 2
        • 22: 18
        • 23: 261
        • 24: 187
        • 25: 252
        • 26: 211
        • 27: 254
        • 28: 243
        • 29: 11
        • 30: 266
        • 31: 40
        • 32: 250
        • 33: 29
        • 34: 206
        • 35: 217
        • 36: 249
        • 37: 99
        • 38: 174
        • 39: 128
        • 40: 152
        • 41: 232
        • 42: 121
        • 43: 228
        • 44: 105
        • 45: 3
        • 46: 127
        • 47: 143
        • 48: 166
        • 49: 117
        • 50: 49
        • 51: 216
        • 52: 248
        • 53: 251
        • 54: 129
        • 55: 233
        • 56: 54
        • 57: 134
        • 58: 245
        • 59: 8
        Backtrace
        • 16. app/Http/Controllers/Web/ProductListController.php:180
        • 17. app/Http/Controllers/Web/ProductListController.php:29
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 19. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 20. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • select `products`.*, (select count(*) from `reviews` where `products`.`id` = `reviews`.`product_id` and `delivery_man_id` is null and `status` = 1) as `reviews_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) or (`brand_id` is null and `status` = 1)) and (exists (select * from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` = 'approved')) or ((`added_by` = 'admin' and `status` = 1))) and `product_type` in ('physical') and exists (select * from `categories` where `products`.`category_id` = `categories`.`id` and `status` = 1) and `id` in (1, 265, 253, 260, 258, 263, 15, 259, 257, 256, 264, 2, 18, 261, 187, 252, 211, 254, 243, 11, 266, 40, 250, 29, 206, 217, 249, 99, 174, 128, 152, 232, 121, 228, 105, 3, 127, 143, 166, 117, 49, 216, 248, 251, 129, 233, 54, 134, 245, 8) order by `created_at` desc limit 20 offset 40
        2.37msshankar_betaProductListController.php#180
        Bindings
        • 0: 1
        • 1: admin
        • 2: 1
        • 3: 1
        • 4: 1
        • 5: 1
        • 6: approved
        • 7: admin
        • 8: 1
        • 9: physical
        • 10: 1
        • 11: 1
        • 12: 265
        • 13: 253
        • 14: 260
        • 15: 258
        • 16: 263
        • 17: 15
        • 18: 259
        • 19: 257
        • 20: 256
        • 21: 264
        • 22: 2
        • 23: 18
        • 24: 261
        • 25: 187
        • 26: 252
        • 27: 211
        • 28: 254
        • 29: 243
        • 30: 11
        • 31: 266
        • 32: 40
        • 33: 250
        • 34: 29
        • 35: 206
        • 36: 217
        • 37: 249
        • 38: 99
        • 39: 174
        • 40: 128
        • 41: 152
        • 42: 232
        • 43: 121
        • 44: 228
        • 45: 105
        • 46: 3
        • 47: 127
        • 48: 143
        • 49: 166
        • 50: 117
        • 51: 49
        • 52: 216
        • 53: 248
        • 54: 251
        • 55: 129
        • 56: 233
        • 57: 54
        • 58: 134
        • 59: 245
        • 60: 8
        Backtrace
        • 16. app/Http/Controllers/Web/ProductListController.php:180
        • 17. app/Http/Controllers/Web/ProductListController.php:29
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 19. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 20. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • select * from `reviews` where `reviews`.`product_id` in (1, 174) and `delivery_man_id` is null and `status` = 1
        1.52msshankar_betaProductListController.php#180
        Bindings
        • 0: 1
        Backtrace
        • 21. app/Http/Controllers/Web/ProductListController.php:180
        • 22. app/Http/Controllers/Web/ProductListController.php:29
        • 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, 174) and `translations`.`translationable_type` = 'App\Models\Product' and `locale` = 'en'
        310μsshankar_betaProductListController.php#180
        Bindings
        • 0: App\Models\Product
        • 1: en
        Backtrace
        • 21. app/Http/Controllers/Web/ProductListController.php:180
        • 22. app/Http/Controllers/Web/ProductListController.php:29
        • 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` = 'business_mode') limit 1
        290μsshankar_betasettings.php#15
        Bindings
        • 0: business_mode
        Backtrace
        • 16. app/Utils/settings.php:15
        • 26. app/Models/Brand.php:42
        • 32. app/Utils/brand-manager.php:33
        • 33. view::web-views.products.view:228
        • 35. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • select * from `business_settings` where (`type` = 'business_mode') limit 1
        420μsshankar_betasettings.php#15
        Bindings
        • 0: business_mode
        Backtrace
        • 16. app/Utils/settings.php:15
        • 26. app/Models/Brand.php:42
        • 34. app/Utils/brand-manager.php:33
        • 35. view::web-views.products.view:228
        • 37. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 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) or (`brand_id` is null and `status` = 1)) and (exists (select * from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` = 'approved')) or ((`added_by` = 'admin' and `status` = 1))) and `product_type` in ('physical')) as `brand_products_count` from `brands` where `status` = 1 and exists (select *, (select count(*) from `reviews` where `products`.`id` = `reviews`.`product_id` and `delivery_man_id` is null and `status` = 1) as `reviews_count` from `products` where `brands`.`id` = `products`.`brand_id` and exists (select * from `categories` where `products`.`category_id` = `categories`.`id` and `status` = 1) 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) or (`brand_id` is null and `status` = 1)) and (exists (select * from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` = 'approved')) or ((`added_by` = 'admin' and `status` = 1))) and `product_type` in ('physical')) order by `created_at` desc
        2.22msshankar_betabrand-manager.php#35
        Bindings
        • 0: admin
        • 1: 1
        • 2: 1
        • 3: 1
        • 4: 1
        • 5: approved
        • 6: admin
        • 7: 1
        • 8: physical
        • 9: 1
        • 10: 1
        • 11: 1
        • 12: admin
        • 13: 1
        • 14: 1
        • 15: 1
        • 16: 1
        • 17: approved
        • 18: admin
        • 19: 1
        • 20: physical
        Backtrace
        • 15. app/Utils/brand-manager.php:35
        • 16. view::web-views.products.view:228
        • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `translations` where `translations`.`translationable_id` in (1) and `translations`.`translationable_type` = 'App\Models\Brand' and `locale` = 'en'
        420μsshankar_betabrand-manager.php#35
        Bindings
        • 0: App\Models\Brand
        • 1: en
        Backtrace
        • 20. app/Utils/brand-manager.php:35
        • 21. view::web-views.products.view:228
        • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `categories` where `position` = 0 and `status` = 1 order by `priority` asc
        1.37msshankar_betacategory-manager.php#13
        Bindings
        • 0: 0
        • 1: 1
        Backtrace
        • 15. app/Utils/category-manager.php:13
        • 16. view::web-views.products.view:257
        • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `categories` where `categories`.`parent_id` in (1, 2, 3, 4, 5, 6, 7, 8) order by `priority` asc
        250μsshankar_betacategory-manager.php#13
        Backtrace
        • 20. app/Utils/category-manager.php:13
        • 21. view::web-views.products.view:257
        • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `categories` where `categories`.`parent_id` in (15) order by `priority` asc
        760μsshankar_betacategory-manager.php#13
        Backtrace
        • 25. app/Utils/category-manager.php:13
        • 26. view::web-views.products.view:257
        • 28. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 29. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 30. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `translations` where `translations`.`translationable_id` in (16) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'en'
        340μsshankar_betacategory-manager.php#13
        Bindings
        • 0: App\Models\Category
        • 1: en
        Backtrace
        • 30. app/Utils/category-manager.php:13
        • 31. view::web-views.products.view:257
        • 33. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 34. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 35. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `translations` where `translations`.`translationable_id` in (15) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'en'
        330μsshankar_betacategory-manager.php#13
        Bindings
        • 0: App\Models\Category
        • 1: en
        Backtrace
        • 25. app/Utils/category-manager.php:13
        • 26. view::web-views.products.view:257
        • 28. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 29. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 30. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `translations` where `translations`.`translationable_id` in (1, 2, 3, 4, 5, 6, 7, 8) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'en'
        400μsshankar_betacategory-manager.php#13
        Bindings
        • 0: App\Models\Category
        • 1: en
        Backtrace
        • 20. app/Utils/category-manager.php:13
        • 21. view::web-views.products.view:257
        • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `business_settings` where (`type` = 'currency_symbol_position') limit 1
        460μsshankar_betasettings.php#15
        Bindings
        • 0: currency_symbol_position
        Backtrace
        • 16. app/Utils/settings.php:15
        • 21. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 22. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 24. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `business_settings` where (`type` = 'google_tag_manager_id') limit 1
        410μsshankar_betasettings.php#15
        Bindings
        • 0: google_tag_manager_id
        Backtrace
        • 16. app/Utils/settings.php:15
        • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 21. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `business_settings` where (`type` = 'pixel_analytics') limit 1
        820μsshankar_betasettings.php#15
        Bindings
        • 0: pixel_analytics
        Backtrace
        • 16. app/Utils/settings.php:15
        • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 21. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `shipping_addresses` where `id` is null limit 1
        230μsshankar_beta_modals.blade.php#34
        Backtrace
        • 16. view::layouts.front-end.partials._modals:34
        • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 21. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `countries`
        370μsshankar_beta_modals.blade.php#102
        Backtrace
        • 16. view::layouts.front-end.partials._modals:102
        • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 21. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `states` where `country_id` = 101 order by `name` asc
        1.44msshankar_beta_modals.blade.php#115
        Bindings
        • 0: 101
        Backtrace
        • 15. view::layouts.front-end.partials._modals:115
        • 17. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 20. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `cities` where `state_id` is null order by `name` asc
        3.7msshankar_beta_modals.blade.php#132
        Backtrace
        • 15. view::layouts.front-end.partials._modals:132
        • 17. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 20. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `business_settings` where (`type` = 'map_api_key') limit 1
        840μsshankar_betasettings.php#15
        Bindings
        • 0: map_api_key
        Backtrace
        • 16. app/Utils/settings.php:15
        • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 21. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `business_settings` where (`type` = 'announcement') limit 1
        840μsshankar_betasettings.php#15
        Bindings
        • 0: announcement
        Backtrace
        • 16. app/Utils/settings.php:15
        • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 21. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select `cart_group_id` from `carts` where (`customer_id` = 0 and `is_guest` = 1) group by `cart_group_id`
        480μsshankar_betacart-manager.php#87
        Bindings
        • 0: 0
        • 1: 1
        Backtrace
        • 14. app/Utils/cart-manager.php:87
        • 15. app/Utils/cart-manager.php:47
        • 16. view::layouts.front-end.partials._cart:5
        • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • select * from `carts` where exists (select *, (select count(*) from `reviews` where `products`.`id` = `reviews`.`product_id` and `delivery_man_id` is null and `status` = 1) as `reviews_count` from `products` where `carts`.`product_id` = `products`.`id` and exists (select * from `categories` where `products`.`category_id` = `categories`.`id` and `status` = 1) and `status` = 1) and `cart_group_id` in ('guest-6MjsR-1716359425')
        1.28msshankar_betacart-manager.php#47
        Bindings
        • 0: 1
        • 1: 1
        • 2: 1
        • 3: guest-6MjsR-1716359425
        Backtrace
        • 15. app/Utils/cart-manager.php:47
        • 16. view::layouts.front-end.partials._cart:5
        • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select `cart_group_id` from `carts` where (`customer_id` = 0 and `is_guest` = 1) group by `cart_group_id`
        300μsshankar_betacart-manager.php#87
        Bindings
        • 0: 0
        • 1: 1
        Backtrace
        • 14. app/Utils/cart-manager.php:87
        • 15. app/Utils/cart-manager.php:47
        • 16. view::layouts.front-end.partials._cart:14
        • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • select * from `carts` where exists (select *, (select count(*) from `reviews` where `products`.`id` = `reviews`.`product_id` and `delivery_man_id` is null and `status` = 1) as `reviews_count` from `products` where `carts`.`product_id` = `products`.`id` and exists (select * from `categories` where `products`.`category_id` = `categories`.`id` and `status` = 1) and `status` = 1) and `cart_group_id` in ('guest-6MjsR-1716359425')
        580μsshankar_betacart-manager.php#47
        Bindings
        • 0: 1
        • 1: 1
        • 2: 1
        • 3: guest-6MjsR-1716359425
        Backtrace
        • 15. app/Utils/cart-manager.php:47
        • 16. view::layouts.front-end.partials._cart:14
        • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select `products`.*, (select count(*) from `reviews` where `products`.`id` = `reviews`.`product_id` and `delivery_man_id` is null and `status` = 1) as `reviews_count` from `products` where `products`.`id` = 15 limit 1
        800μsshankar_beta_cart.blade.php#73
        Bindings
        • 0: 1
        • 1: 15
        Backtrace
        • 20. view::layouts.front-end.partials._cart:73
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 25. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `translations` where `translations`.`translationable_id` in (15) and `translations`.`translationable_type` = 'App\Models\Product' and `locale` = 'en'
        390μsshankar_beta_cart.blade.php#73
        Bindings
        • 0: App\Models\Product
        • 1: en
        Backtrace
        • 25. view::layouts.front-end.partials._cart:73
        • 27. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 28. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 29. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 30. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `reviews` where `reviews`.`product_id` in (15) and `delivery_man_id` is null and `status` = 1
        890μsshankar_beta_cart.blade.php#73
        Bindings
        • 0: 1
        Backtrace
        • 25. view::layouts.front-end.partials._cart:73
        • 27. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 28. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 29. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 30. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select `products`.*, (select count(*) from `reviews` where `products`.`id` = `reviews`.`product_id` and `delivery_man_id` is null and `status` = 1) as `reviews_count` from `products` where `products`.`id` = 1 limit 1
        610μsshankar_beta_cart.blade.php#73
        Bindings
        • 0: 1
        • 1: 1
        Backtrace
        • 20. view::layouts.front-end.partials._cart:73
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 25. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `translations` where `translations`.`translationable_id` in (1) and `translations`.`translationable_type` = 'App\Models\Product' and `locale` = 'en'
        770μsshankar_beta_cart.blade.php#73
        Bindings
        • 0: App\Models\Product
        • 1: en
        Backtrace
        • 25. view::layouts.front-end.partials._cart:73
        • 27. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 28. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 29. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 30. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `reviews` where `reviews`.`product_id` in (1) and `delivery_man_id` is null and `status` = 1
        630μsshankar_beta_cart.blade.php#73
        Bindings
        • 0: 1
        Backtrace
        • 25. view::layouts.front-end.partials._cart:73
        • 27. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 28. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 29. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 30. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `business_settings` where (`type` = 'free_delivery_status') limit 1
        390μsshankar_betahelpers.php#167
        Bindings
        • 0: free_delivery_status
        Backtrace
        • 16. app/Utils/helpers.php:167
        • 17. app/Utils/order-manager.php:1206
        • 18. view::layouts.front-end.partials._cart:162
        • 20. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 21. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • select * from `business_settings` where (`type` = 'free_delivery_responsibility') limit 1
        390μsshankar_betahelpers.php#167
        Bindings
        • 0: free_delivery_responsibility
        Backtrace
        • 16. app/Utils/helpers.php:167
        • 17. app/Utils/order-manager.php:1207
        • 18. view::layouts.front-end.partials._cart:162
        • 20. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 21. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • select * from `business_settings` where (`type` = 'free_delivery_over_amount') limit 1
        480μsshankar_betahelpers.php#167
        Bindings
        • 0: free_delivery_over_amount
        Backtrace
        • 16. app/Utils/helpers.php:167
        • 17. app/Utils/order-manager.php:1208
        • 18. view::layouts.front-end.partials._cart:162
        • 20. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 21. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • select * from `business_settings` where (`type` = 'free_delivery_over_amount_seller') limit 1
        470μsshankar_betahelpers.php#167
        Bindings
        • 0: free_delivery_over_amount_seller
        Backtrace
        • 16. app/Utils/helpers.php:167
        • 17. app/Utils/order-manager.php:1209
        • 18. view::layouts.front-end.partials._cart:162
        • 20. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 21. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • select count(*) as aggregate from `categories` where `position` = 0 and `status` = 1
        310μsshankar_beta_header.blade.php#257
        Bindings
        • 0: 0
        • 1: 1
        Backtrace
        • 16. view::layouts.front-end.partials._header:257
        • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 21. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `categories` where `position` = 0 and `status` = 1 order by `priority` asc limit 11 offset 22
        320μsshankar_beta_header.blade.php#257
        Bindings
        • 0: 0
        • 1: 1
        Backtrace
        • 16. view::layouts.front-end.partials._header:257
        • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 21. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `business_settings` where (`type` = 'business_mode') limit 1
        270μsshankar_betasettings.php#15
        Bindings
        • 0: business_mode
        Backtrace
        • 16. app/Utils/settings.php:15
        • 26. app/Models/Brand.php:42
        • 32. app/Utils/brand-manager.php:33
        • 33. view::layouts.front-end.partials._header:344
        • 35. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • select * from `business_settings` where (`type` = 'business_mode') limit 1
        470μsshankar_betasettings.php#15
        Bindings
        • 0: business_mode
        Backtrace
        • 16. app/Utils/settings.php:15
        • 26. app/Models/Brand.php:42
        • 34. app/Utils/brand-manager.php:33
        • 35. view::layouts.front-end.partials._header:344
        • 37. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • 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) or (`brand_id` is null and `status` = 1)) and (exists (select * from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` = 'approved')) or ((`added_by` = 'admin' and `status` = 1))) and `product_type` in ('physical')) as `brand_products_count` from `brands` where `status` = 1 and exists (select *, (select count(*) from `reviews` where `products`.`id` = `reviews`.`product_id` and `delivery_man_id` is null and `status` = 1) as `reviews_count` from `products` where `brands`.`id` = `products`.`brand_id` and exists (select * from `categories` where `products`.`category_id` = `categories`.`id` and `status` = 1) 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) or (`brand_id` is null and `status` = 1)) and (exists (select * from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` = 'approved')) or ((`added_by` = 'admin' and `status` = 1))) and `product_type` in ('physical')) order by `created_at` desc
        1.93msshankar_betabrand-manager.php#35
        Bindings
        • 0: admin
        • 1: 1
        • 2: 1
        • 3: 1
        • 4: 1
        • 5: approved
        • 6: admin
        • 7: 1
        • 8: physical
        • 9: 1
        • 10: 1
        • 11: 1
        • 12: admin
        • 13: 1
        • 14: 1
        • 15: 1
        • 16: 1
        • 17: approved
        • 18: admin
        • 19: 1
        • 20: physical
        Backtrace
        • 15. app/Utils/brand-manager.php:35
        • 16. view::layouts.front-end.partials._header:344
        • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `translations` where `translations`.`translationable_id` in (1) and `translations`.`translationable_type` = 'App\Models\Brand' and `locale` = 'en'
        310μsshankar_betabrand-manager.php#35
        Bindings
        • 0: App\Models\Brand
        • 1: en
        Backtrace
        • 20. app/Utils/brand-manager.php:35
        • 21. view::layouts.front-end.partials._header:344
        • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `business_settings` where (`type` = 'business_mode') limit 1
        350μsshankar_betasettings.php#15
        Bindings
        • 0: business_mode
        Backtrace
        • 16. app/Utils/settings.php:15
        • 23. view::layouts.front-end.partials._header:371
        • 25. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 27. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select count(*) as aggregate from `products` where ((`added_by` = 'admin') and exists (select * from `brands` where `products`.`brand_id` = `brands`.`id` and (`status` = 1)) and (`status` = 1) and (`request_status` = 1) or (`brand_id` is null and `status` = 1)) and (exists (select * from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` = 'approved')) or ((`added_by` = 'admin' and `status` = 1))) and `product_type` in ('physical') and `discount` != 0
        1.67msshankar_beta_header.blade.php#371
        Bindings
        • 0: admin
        • 1: 1
        • 2: 1
        • 3: 1
        • 4: 1
        • 5: approved
        • 6: admin
        • 7: 1
        • 8: physical
        • 9: 0
        Backtrace
        • 16. view::layouts.front-end.partials._header:371
        • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 21. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `business_settings` where (`type` = 'business_mode') limit 1
        400μsshankar_betasettings.php#15
        Bindings
        • 0: business_mode
        Backtrace
        • 16. app/Utils/settings.php:15
        • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 21. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `business_settings` where (`type` = 'loader_gif') limit 1
        360μsshankar_betasettings.php#15
        Bindings
        • 0: loader_gif
        Backtrace
        • 16. app/Utils/settings.php:15
        • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 21. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `flash_deals` where exists (select * from `flash_deal_products` where `flash_deals`.`id` = `flash_deal_products`.`flash_deal_id` and exists (select *, (select count(*) from `reviews` where `products`.`id` = `reviews`.`product_id` and `delivery_man_id` is null and `status` = 1) as `reviews_count` from `products` where `flash_deal_products`.`product_id` = `products`.`id` and exists (select * from `categories` where `products`.`category_id` = `categories`.`id` and `status` = 1))) and (`status` = 1 and `deal_type` = 'flash_deal') and date(`start_date`) <= '2025-05-22' and date(`end_date`) >= '2025-05-22' limit 1
        600μsshankar_beta_footer.blade.php#105
        Bindings
        • 0: 1
        • 1: 1
        • 2: 1
        • 3: flash_deal
        • 4: 2025-05-22
        • 5: 2025-05-22
        Backtrace
        • 16. view::layouts.front-end.partials._footer:105
        • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 21. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `business_settings` where (`type` = 'refund-policy') limit 1
        400μsshankar_betasettings.php#15
        Bindings
        • 0: refund-policy
        Backtrace
        • 16. app/Utils/settings.php:15
        • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 21. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `business_settings` where (`type` = 'return-policy') limit 1
        290μsshankar_betasettings.php#15
        Bindings
        • 0: return-policy
        Backtrace
        • 16. app/Utils/settings.php:15
        • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 21. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `business_settings` where (`type` = 'cancellation-policy') limit 1
        1.1msshankar_betasettings.php#15
        Bindings
        • 0: cancellation-policy
        Backtrace
        • 16. app/Utils/settings.php:15
        • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 21. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `business_settings` where (`type` = 'company_phone') limit 1
        300μsshankar_betasettings.php#15
        Bindings
        • 0: company_phone
        Backtrace
        • 16. app/Utils/settings.php:15
        • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 21. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `business_settings` where (`type` = 'company_email') limit 1
        310μsshankar_betasettings.php#15
        Bindings
        • 0: company_email
        Backtrace
        • 16. app/Utils/settings.php:15
        • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 21. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `business_settings` where (`type` = 'shop_address') limit 1
        400μsshankar_betasettings.php#15
        Bindings
        • 0: shop_address
        Backtrace
        • 16. app/Utils/settings.php:15
        • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 21. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `business_settings` where (`type` = 'whatsapp') limit 1
        430μsshankar_betasettings.php#15
        Bindings
        • 0: whatsapp
        Backtrace
        • 16. app/Utils/settings.php:15
        • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 21. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:207
      App\Models\Review
      105
      App\Models\OrderDetail
      50
      App\Models\Product
      48
      App\Models\State
      36
      App\Models\BusinessSetting
      22
      App\Models\Category
      10
      App\Models\Cart
      4
      App\Models\Brand
      2
      App\Models\Country
      1
          decimal_point_settings
          0
          product_brand
          1
          digital_product
          0
          currency_model
          single_currency
          language
          array:2 [ 0 => array:6 [ "id" => "1" "name" => "english" "direction" => "ltr" "cod...
          local
          en
          direction
          ltr
          system_default_currency
          3
          system_default_currency_info
          App\Models\Currency {#3674 #connection: "mysql" #table: "currencies" #primaryKey: "id" #keyT...
          currency_code
          INR
          currency_symbol
          currency_exchange_rate
          60
          _token
          rZEhkZjXf0AFjHuliRGcHOc1FOMYM1hWDHzfnAJx
          currency_symbol_position
          left
          company_email
          info@shankarmasala.com
          _previous
          array:1 [ "url" => "https://shankar-beta.mydemoapp.us/products?data_from=best-selling&page=3&page_...
          _flash
          array:2 [ "old" => [] "new" => [] ]
          PHPDEBUGBAR_STACK_DATA
          []
          path_info
          /products
          status_code
          200
          
          status_text
          OK
          format
          html
          content_type
          text/html; charset=UTF-8
          request_query
          0 of 0
          array:3 [ "data_from" => "best-selling" "page" => "3" "page_no" => "1" ]
          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 => ""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"" ] "cache-control" => array:1 [ 0 => "no-cache" ] "pragma" => array:1 [ 0 => "no-cache" ] "connection" => array:1 [ 0 => "keep-alive" ] "host" => array:1 [ 0 => "shankar-beta.mydemoapp.us" ] ]
          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, 22 May 2025 01:33:14 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IkluNlpReDNXY0FWNmlsVXE4Tm83SVE9PSIsInZhbHVlIjoiMkJyV1M3WWoyREhpSFpiZzBUd0FDRDFNOFR5Um9ma08zT2NORDNONkpRTkd2alp2RHpUckljdzFITTJ4T3l6cU8vNjNhUUVFQnFwUnBsWXd6ampGcm1lbWRXTmFhblJlVld1d1diU0hjcWpTVEhYYk9ha3ZDZy9qUlNWQkhiblAiLCJtYWMiOiJlMDQ0OTE5NDhlOWI1ODdiMGQ3YmFlNzVlNWE5NmE1MmE1NGRiZmUxNmY3MDlhN2E4ZjVlYWUzZTdjYjE5OGU4IiwidGFnIjoiIn0%3D; expires=Thu, 22 May 2025 03:33:14 GMT; Max-Age=7200; path=/XSRF-TOKEN=eyJpdiI6IkluNlpReDNXY0FWNmlsVXE4Tm83SVE9PSIsInZhbHVlIjoiMkJyV1M3WWoyREhpSFpiZzBUd0FDRDFNOFR5Um9ma08zT2NORDNONkpRTkd2alp2RHpUckljdzFITTJ4T3l6cU8vNjNhU" 1 => "laravel_session=eyJpdiI6ImN6NWdDKzRoRjJtcFJqcEkyWlRpYlE9PSIsInZhbHVlIjoiVGtnejVoVnFVek9DNjNVOVBYN295dzY1R2ZZUnI5TnhOM1p1QVpUL3BKT3A0bmYyaGVlNU5ZaDNuMFY3Y0Z0OU03UExxdGxreFlrYUxiVlo4c0lhYk9Ddk9peC83QTllRkIwSS9hdXlRcEJpam1WMjU0Um9LQ2o1UTZoYTJXT20iLCJtYWMiOiI4OTMwYzY5MjgyYjNmYjNmYWIyMjA0NzljMjY5OGZkOTc0YmU0ZGY5NTU2ZmUxNWZlMWY3ZGUwNGE2MzE0MDE0IiwidGFnIjoiIn0%3D; expires=Thu, 22 May 2025 03:33:14 GMT; Max-Age=7200; path=/; httponlylaravel_session=eyJpdiI6ImN6NWdDKzRoRjJtcFJqcEkyWlRpYlE9PSIsInZhbHVlIjoiVGtnejVoVnFVek9DNjNVOVBYN295dzY1R2ZZUnI5TnhOM1p1QVpUL3BKT3A0bmYyaGVlNU5ZaDNuMFY3Y0Z0OU03" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IkluNlpReDNXY0FWNmlsVXE4Tm83SVE9PSIsInZhbHVlIjoiMkJyV1M3WWoyREhpSFpiZzBUd0FDRDFNOFR5Um9ma08zT2NORDNONkpRTkd2alp2RHpUckljdzFITTJ4T3l6cU8vNjNhUUVFQnFwUnBsWXd6ampGcm1lbWRXTmFhblJlVld1d1diU0hjcWpTVEhYYk9ha3ZDZy9qUlNWQkhiblAiLCJtYWMiOiJlMDQ0OTE5NDhlOWI1ODdiMGQ3YmFlNzVlNWE5NmE1MmE1NGRiZmUxNmY3MDlhN2E4ZjVlYWUzZTdjYjE5OGU4IiwidGFnIjoiIn0%3D; expires=Thu, 22-May-2025 03:33:14 GMT; path=/XSRF-TOKEN=eyJpdiI6IkluNlpReDNXY0FWNmlsVXE4Tm83SVE9PSIsInZhbHVlIjoiMkJyV1M3WWoyREhpSFpiZzBUd0FDRDFNOFR5Um9ma08zT2NORDNONkpRTkd2alp2RHpUckljdzFITTJ4T3l6cU8vNjNhU" 1 => "laravel_session=eyJpdiI6ImN6NWdDKzRoRjJtcFJqcEkyWlRpYlE9PSIsInZhbHVlIjoiVGtnejVoVnFVek9DNjNVOVBYN295dzY1R2ZZUnI5TnhOM1p1QVpUL3BKT3A0bmYyaGVlNU5ZaDNuMFY3Y0Z0OU03UExxdGxreFlrYUxiVlo4c0lhYk9Ddk9peC83QTllRkIwSS9hdXlRcEJpam1WMjU0Um9LQ2o1UTZoYTJXT20iLCJtYWMiOiI4OTMwYzY5MjgyYjNmYjNmYWIyMjA0NzljMjY5OGZkOTc0YmU0ZGY5NTU2ZmUxNWZlMWY3ZGUwNGE2MzE0MDE0IiwidGFnIjoiIn0%3D; expires=Thu, 22-May-2025 03:33:14 GMT; path=/; httponlylaravel_session=eyJpdiI6ImN6NWdDKzRoRjJtcFJqcEkyWlRpYlE9PSIsInZhbHVlIjoiVGtnejVoVnFVek9DNjNVOVBYN295dzY1R2ZZUnI5TnhOM1p1QVpUL3BKT3A0bmYyaGVlNU5ZaDNuMFY3Y0Z0OU03" ] ]
          session_attributes
          0 of 0
          array:18 [ "decimal_point_settings" => 0 "product_brand" => 1 "digital_product" => 0 "currency_model" => "single_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" => "Hindi" "direction" => "ltr" "code" => "in" "status" => 1 "default" => false ] ] "local" => "en" "direction" => "ltr" "system_default_currency" => 3 "system_default_currency_info" => App\Models\Currency {#3674 #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" => 3 "name" => "Indian Rupi" "symbol" => "" "code" => "INR" "exchange_rate" => "60" "status" => 1 "created_at" => "2020-10-15 22:53:04" "updated_at" => "2021-06-04 23:56:38" ] #original: array:8 [ "id" => 3 "name" => "Indian Rupi" "symbol" => "" "code" => "INR" "exchange_rate" => "60" "status" => 1 "created_at" => "2020-10-15 22:53:04" "updated_at" => "2021-06-04 23:56:38" ] #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" => "INR" "currency_symbol" => "" "currency_exchange_rate" => "60" "_token" => "rZEhkZjXf0AFjHuliRGcHOc1FOMYM1hWDHzfnAJx" "currency_symbol_position" => "left" "company_email" => "info@shankarmasala.com" "_previous" => array:1 [ "url" => "https://shankar-beta.mydemoapp.us/products?data_from=best-selling&page=3&page_no=1" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]