Home > Mobiles >
Latest Products
50 Items found
-₹2,000.00
₹22,999.00
₹20,999.00
-₹2,000.00
₹20,999.00
₹18,999.00
-₹2,000.00
₹18,999.00
₹16,999.00
-₹3,000.00
₹31,999.00
₹28,999.00
-₹2,000.00
₹28,999.00
₹26,999.00
-₹2,000.00
₹26,999.00
₹24,999.00
-₹3,000.00
₹37,999.00
₹34,999.00
-₹2,000.00
₹34,999.00
₹32,999.00
-₹3,000.00
₹33,999.00
₹30,999.00
-₹100.00
₹849.00
₹749.00
Top
8.3.14PHP Version113msRequest Duration6MBMemory UsageGET productsRoute
    • Booting (43.87ms)time
    • Application (68.73ms)time
    • 1 x Application (61.04%)
      68.73ms
      1 x Booting (38.96%)
      43.87ms
      20 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
      • web-views.partials._filter-single-product_filter-single-product.blade.phpblade
      • web-views.partials._filter-single-product_filter-single-product.blade.phpblade
      • web-views.partials._filter-single-product_filter-single-product.blade.phpblade
      • web-views.partials._filter-single-product_filter-single-product.blade.phpblade
      • web-views.partials._filter-single-product_filter-single-product.blade.phpblade
      • web-views.partials._filter-single-product_filter-single-product.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, maintenance_mode, guestCheck
      controller
      App\Http\Controllers\Web\ProductListController@products
      namespace
      App\Http\Controllers\Web
      prefix
      where
      as
      products
      file
      app/Http/Controllers/Web/ProductListController.php:24-34
      38 statements were executed, 8 of which were duplicated, 30 unique. Show only duplicated11.42ms
      • select * from `business_settings` where (`type` = 'maintenance_mode') limit 1
        280μshelpers.php#167cityexpresskart
        Metadata
        Bindings
        • 0. maintenance_mode
        Backtrace
        • 16. app/Utils/helpers.php:167
        • 17. middleware::maintenance_mode:20
        • 18. vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:183
        • 19. middleware::api_lang:22
        • 20. vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:183
      • insert into `guest_users` (`ip_address`, `created_at`) values ('172.68.168.214', '2025-01-10 12:25:03')
        230μsGuestMiddleware.php#23cityexpresskart
        Metadata
        Bindings
        • 0. 172.68.168.214
        • 1. 2025-01-10 12:25:03
        Backtrace
        • 16. middleware::guestCheck:23
        • 17. vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:183
        • 18. middleware::maintenance_mode:27
        • 19. vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:183
        • 20. middleware::api_lang:22
      • select count(*) as aggregate from `products` where (exists (select * from `brands` where `products`.`brand_id` = `brands`.`id` and (`status` = 1)) and (`status` = 1) and (`request_status` = 1) or (`brand_id` is null and `status` = 1)) and (exists (select * from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` = 'approved')) or ((`added_by` = 'admin' and `status` = 1))) and `product_type` in ('digital', 'physical')
        560μsProductListController.php#174cityexpresskart
        Metadata
        Bindings
        • 0. 1
        • 1. 1
        • 2. 1
        • 3. 1
        • 4. approved
        • 5. admin
        • 6. 1
        • 7. digital
        • 8. physical
        Backtrace
        • 16. app/Http/Controllers/Web/ProductListController.php:174
        • 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 `products` where (exists (select * from `brands` where `products`.`brand_id` = `brands`.`id` and (`status` = 1)) and (`status` = 1) and (`request_status` = 1) or (`brand_id` is null and `status` = 1)) and (exists (select * from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` = 'approved')) or ((`added_by` = 'admin' and `status` = 1))) and `product_type` in ('digital', 'physical') order by `created_at` desc limit 20 offset 40
        1.6msProductListController.php#174cityexpresskart
        Metadata
        Bindings
        • 0. 1
        • 1. 1
        • 2. 1
        • 3. 1
        • 4. approved
        • 5. admin
        • 6. 1
        • 7. digital
        • 8. physical
        Backtrace
        • 16. app/Http/Controllers/Web/ProductListController.php:174
        • 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, 2, 3, 4, 5, 6, 7, 8, 9, 10) and `delivery_man_id` is null and `status` = 1
        180μsProductListController.php#174cityexpresskart
        Metadata
        Bindings
        • 0. 1
        Backtrace
        • 21. app/Http/Controllers/Web/ProductListController.php:174
        • 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, 2, 3, 4, 5, 6, 7, 8, 9, 10) and `translations`.`translationable_type` = 'App\Models\Product' and `locale` = 'en'
        220μsProductListController.php#174cityexpresskart
        Metadata
        Bindings
        • 0. App\Models\Product
        • 1. en
        Backtrace
        • 21. app/Http/Controllers/Web/ProductListController.php:174
        • 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 `id`, `name` from `categories`
        160μsview.blade.php#75cityexpresskart
        Metadata
        Backtrace
        • 13. view::web-views.products.view:75
        • 15. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 16. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 17. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 18. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select `brands`.*, (select count(*) from `products` where `brands`.`id` = `products`.`brand_id` and (exists (select * from `brands` where `products`.`brand_id` = `brands`.`id` and (`status` = 1)) and (`status` = 1) and (`request_status` = 1) or (`brand_id` is null and `status` = 1)) and (exists (select * from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` = 'approved')) or ((`added_by` = 'admin' and `status` = 1))) and `product_type` in ('digital', 'physical')) as `brand_products_count` from `brands` where `status` = 1 order by `created_at` desc
        1msbrand-manager.php#31cityexpresskart
        Metadata
        Bindings
        • 0. 1
        • 1. 1
        • 2. 1
        • 3. 1
        • 4. approved
        • 5. admin
        • 6. 1
        • 7. digital
        • 8. physical
        • 9. 1
        Backtrace
        • 15. app/Utils/brand-manager.php:31
        • 16. view::web-views.products.view:248
        • 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, 2, 3, 4, 5, 6, 7, 8, 9) and `translations`.`translationable_type` = 'App\Models\Brand' and `locale` = 'en'
        220μsbrand-manager.php#31cityexpresskart
        Metadata
        Bindings
        • 0. App\Models\Brand
        • 1. en
        Backtrace
        • 20. app/Utils/brand-manager.php:31
        • 21. view::web-views.products.view:248
        • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `categories` where `position` = 0 order by `priority` asc
        200μscategory-manager.php#13cityexpresskart
        Metadata
        Bindings
        • 0. 0
        Backtrace
        • 15. app/Utils/category-manager.php:13
        • 16. view::web-views.products.view:277
        • 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, 6, 8, 15) order by `priority` asc
        220μscategory-manager.php#13cityexpresskart
        Metadata
        Backtrace
        • 20. app/Utils/category-manager.php:13
        • 21. view::web-views.products.view:277
        • 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 (4, 5, 7, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19) order by `priority` asc
        190μscategory-manager.php#13cityexpresskart
        Metadata
        Backtrace
        • 25. app/Utils/category-manager.php:13
        • 26. view::web-views.products.view:277
        • 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 (4, 5, 7, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'en'
        230μscategory-manager.php#13cityexpresskart
        Metadata
        Bindings
        • 0. App\Models\Category
        • 1. en
        Backtrace
        • 25. app/Utils/category-manager.php:13
        • 26. view::web-views.products.view:277
        • 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, 6, 8, 15) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'en'
        200μscategory-manager.php#13cityexpresskart
        Metadata
        Bindings
        • 0. App\Models\Category
        • 1. en
        Backtrace
        • 20. app/Utils/category-manager.php:13
        • 21. view::web-views.products.view:277
        • 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
        240μssettings.php#15cityexpresskart
        Metadata
        Bindings
        • 0. currency_symbol_position
        Backtrace
        • 16. app/Utils/settings.php:15
        • 21. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 22. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 24. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `business_settings` where (`type` = 'google_tag_manager_id') limit 1
        240μssettings.php#15cityexpresskart
        Metadata
        Bindings
        • 0. google_tag_manager_id
        Backtrace
        • 16. app/Utils/settings.php:15
        • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 21. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `business_settings` where (`type` = 'pixel_analytics') limit 1
        290μssettings.php#15cityexpresskart
        Metadata
        Bindings
        • 0. pixel_analytics
        Backtrace
        • 16. app/Utils/settings.php:15
        • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 21. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `business_settings` where (`type` = 'announcement') limit 1
        200μssettings.php#15cityexpresskart
        Metadata
        Bindings
        • 0. announcement
        Backtrace
        • 16. app/Utils/settings.php:15
        • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 21. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select `cart_group_id` from `carts` where (`customer_id` = 71251 and `is_guest` = 1) group by `cart_group_id`
        250μscart-manager.php#74cityexpresskart
        Metadata
        Bindings
        • 0. 71251
        • 1. 1
        Backtrace
        • 14. app/Utils/cart-manager.php:74
        • 15. app/Utils/cart-manager.php:43
        • 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 0 = 1
        170μscart-manager.php#43cityexpresskart
        Metadata
        Backtrace
        • 15. app/Utils/cart-manager.php:43
        • 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` = 71251 and `is_guest` = 1) group by `cart_group_id`
        190μscart-manager.php#74cityexpresskart
        Metadata
        Bindings
        • 0. 71251
        • 1. 1
        Backtrace
        • 14. app/Utils/cart-manager.php:74
        • 15. app/Utils/cart-manager.php:43
        • 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 0 = 1
        160μscart-manager.php#43cityexpresskart
        Metadata
        Backtrace
        • 15. app/Utils/cart-manager.php:43
        • 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 count(*) as aggregate from `categories` where `position` = 0
        160μs_header.blade.php#228cityexpresskart
        Metadata
        Bindings
        • 0. 0
        Backtrace
        • 16. view::layouts.front-end.partials._header:228
        • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 21. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `categories` where `position` = 0 order by `priority` asc limit 11 offset 22
        220μs_header.blade.php#228cityexpresskart
        Metadata
        Bindings
        • 0. 0
        Backtrace
        • 16. view::layouts.front-end.partials._header:228
        • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 21. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select `brands`.*, (select count(*) from `products` where `brands`.`id` = `products`.`brand_id` and (exists (select * from `brands` where `products`.`brand_id` = `brands`.`id` and (`status` = 1)) and (`status` = 1) and (`request_status` = 1) or (`brand_id` is null and `status` = 1)) and (exists (select * from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` = 'approved')) or ((`added_by` = 'admin' and `status` = 1))) and `product_type` in ('digital', 'physical')) as `brand_products_count` from `brands` where `status` = 1 order by `created_at` desc
        940μsbrand-manager.php#31cityexpresskart
        Metadata
        Bindings
        • 0. 1
        • 1. 1
        • 2. 1
        • 3. 1
        • 4. approved
        • 5. admin
        • 6. 1
        • 7. digital
        • 8. physical
        • 9. 1
        Backtrace
        • 15. app/Utils/brand-manager.php:31
        • 16. view::layouts.front-end.partials._header:318
        • 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, 2, 3, 4, 5, 6, 7, 8, 9) and `translations`.`translationable_type` = 'App\Models\Brand' and `locale` = 'en'
        220μsbrand-manager.php#31cityexpresskart
        Metadata
        Bindings
        • 0. App\Models\Brand
        • 1. en
        Backtrace
        • 20. app/Utils/brand-manager.php:31
        • 21. view::layouts.front-end.partials._header:318
        • 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 count(*) as aggregate from `products` where (exists (select * from `brands` where `products`.`brand_id` = `brands`.`id` and (`status` = 1)) and (`status` = 1) and (`request_status` = 1) or (`brand_id` is null and `status` = 1)) and (exists (select * from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` = 'approved')) or ((`added_by` = 'admin' and `status` = 1))) and `product_type` in ('digital', 'physical') and `discount` != 0
        420μs_header.blade.php#348cityexpresskart
        Metadata
        Bindings
        • 0. 1
        • 1. 1
        • 2. 1
        • 3. 1
        • 4. approved
        • 5. admin
        • 6. 1
        • 7. digital
        • 8. physical
        • 9. 0
        Backtrace
        • 16. view::layouts.front-end.partials._header:348
        • 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` = 'seller_registration') limit 1
        190μssettings.php#15cityexpresskart
        Metadata
        Bindings
        • 0. seller_registration
        Backtrace
        • 16. app/Utils/settings.php:15
        • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 21. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `business_settings` where (`type` = 'loader_gif') limit 1
        230μssettings.php#15cityexpresskart
        Metadata
        Bindings
        • 0. loader_gif
        Backtrace
        • 16. app/Utils/settings.php:15
        • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 21. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `business_settings` where (`type` = 'country_code') limit 1
        200μssettings.php#15cityexpresskart
        Metadata
        Bindings
        • 0. country_code
        Backtrace
        • 16. app/Utils/settings.php:15
        • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 21. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `flash_deals` where (`status` = 1 and `deal_type` = 'flash_deal') and date(`start_date`) <= '2025-01-10' and date(`end_date`) >= '2025-01-10' limit 1
        210μs_footer.blade.php#107cityexpresskart
        Metadata
        Bindings
        • 0. 1
        • 1. flash_deal
        • 2. 2025-01-10
        • 3. 2025-01-10
        Backtrace
        • 16. view::layouts.front-end.partials._footer:107
        • 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
        210μssettings.php#15cityexpresskart
        Metadata
        Bindings
        • 0. refund-policy
        Backtrace
        • 16. app/Utils/settings.php:15
        • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 21. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `business_settings` where (`type` = 'return-policy') limit 1
        210μssettings.php#15cityexpresskart
        Metadata
        Bindings
        • 0. return-policy
        Backtrace
        • 16. app/Utils/settings.php:15
        • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 21. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `business_settings` where (`type` = 'cancellation-policy') limit 1
        210μssettings.php#15cityexpresskart
        Metadata
        Bindings
        • 0. cancellation-policy
        Backtrace
        • 16. app/Utils/settings.php:15
        • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 21. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `business_settings` where (`type` = 'company_phone') limit 1
        170μssettings.php#15cityexpresskart
        Metadata
        Bindings
        • 0. company_phone
        Backtrace
        • 16. app/Utils/settings.php:15
        • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 21. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `business_settings` where (`type` = 'company_email') limit 1
        170μssettings.php#15cityexpresskart
        Metadata
        Bindings
        • 0. company_email
        Backtrace
        • 16. app/Utils/settings.php:15
        • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 21. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `business_settings` where (`type` = 'shop_address') limit 1
        200μssettings.php#15cityexpresskart
        Metadata
        Bindings
        • 0. shop_address
        Backtrace
        • 16. app/Utils/settings.php:15
        • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 21. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `business_settings` where (`type` = 'whatsapp') limit 1
        230μssettings.php#15cityexpresskart
        Metadata
        Bindings
        • 0. whatsapp
        Backtrace
        • 16. app/Utils/settings.php:15
        • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 21. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:207
      App\Models\BusinessSetting
      12
      App\Models\Category
      18
      App\Models\Brand
      18
      App\Models\Product
      10
          decimal_point_settings
          2
          product_brand
          1
          digital_product
          1
          business_mode
          multi
          currency_model
          single_currency
          language
          array:1 [ 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 {#3486 #connection: "mysql" #table: "currencies" #primaryKey: "id" #keyT...
          currency_code
          INR
          currency_symbol
          currency_exchange_rate
          60
          _token
          X4iNFTjtPDBBm5q4seVOdEUW7e21yFLiWzudgdJv
          guest_id
          71251
          currency_symbol_position
          left
          company_email
          wecubeenterprises@gmail.com
          _previous
          array:1 [ "url" => "https://cityexpresskart.com/products?data_from=latest&page=3&page_no=2" ]
          _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" => "latest" "page" => "3" "page_no" => "2" ]
          request_request
          []
          
          request_headers
          0 of 0
          array:25 [ "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" ] "cdn-loop" => array:1 [ 0 => "cloudflare; loops=1" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] "priority" => array:1 [ 0 => "u=0, i" ] "cf-connecting-ip" => array:1 [ 0 => "3.145.156.31" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "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" ] "cf-visitor" => array:1 [ 0 => "{"scheme":"https"}" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "x-forwarded-proto" => array:1 [ 0 => "https" ] "cf-ipcountry" => array:1 [ 0 => "US" ] "accept-encoding" => array:1 [ 0 => "gzip, br" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "cf-ray" => array:1 [ 0 => "8ffac25aba6fcf5e-CMH" ] "connection" => array:1 [ 0 => "close" ] "x-forwarded-for" => array:1 [ 0 => "3.145.156.31, 172.68.168.214" ] "x-real-ip" => array:1 [ 0 => "172.68.168.214" ] "x-forwarded-host" => array:1 [ 0 => "cityexpresskart.com" ] "host" => array:1 [ 0 => "cityexpresskart.com" ] ]
          request_server
          0 of 0
          array:64 [ "USER" => "cityexpresskart" "HOME" => "/home/cityexpresskart" "HTTP_SEC_CH_UA_MOBILE" => "?0" "HTTP_SEC_CH_UA" => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" "HTTP_CACHE_CONTROL" => "no-cache" "HTTP_PRAGMA" => "no-cache" "HTTP_CDN_LOOP" => "cloudflare; loops=1" "HTTP_SEC_FETCH_DEST" => "document" "HTTP_UPGRADE_INSECURE_REQUESTS" => "1" "HTTP_PRIORITY" => "u=0, i" "HTTP_CF_CONNECTING_IP" => "3.145.156.31" "HTTP_USER_AGENT" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" "HTTP_ACCEPT" => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" "HTTP_CF_VISITOR" => "{"scheme":"https"}" "HTTP_SEC_FETCH_SITE" => "none" "HTTP_SEC_FETCH_MODE" => "navigate" "HTTP_X_FORWARDED_PROTO" => "https" "HTTP_CF_IPCOUNTRY" => "US" "HTTP_ACCEPT_ENCODING" => "gzip, br" "HTTP_SEC_FETCH_USER" => "?1" "HTTP_SEC_CH_UA_PLATFORM" => ""Windows"" "HTTP_CF_RAY" => "8ffac25aba6fcf5e-CMH" "HTTP_CONNECTION" => "close" "HTTP_X_FORWARDED_FOR" => "3.145.156.31, 172.68.168.214" "HTTP_X_REAL_IP" => "172.68.168.214" "HTTP_X_FORWARDED_HOST" => "cityexpresskart.com" "HTTP_HOST" => "cityexpresskart.com" "PHP_VALUE" => """ \n error_log=/home/cityexpresskart/logs/php/error.log;\n memory_limit=5G;\n max_execution_time=1800;\n max_input_time=1800;\n max_input_vars=100000;\n post_max_size=4G;\n upload_max_filesize=4G;\n date.timezone=IST;\n display_errors=off; """ "HTTPS" => "on" "MGT" => "1" "GEOIP_LONGITUDE" => "" "GEOIP_LATITUDE" => "" "GEOIP_CITY_CONTINENT_CODE" => "" "GEOIP_POSTAL_CODE" => "" "GEOIP_CITY" => "" "GEOIP_REGION" => "" "GEOIP_CITY_COUNTRY_NAME" => "" "GEOIP_CITY_COUNTRY_CODE3" => "" "GEOIP_CITY_COUNTRY_CODE" => "" "GEOIP_COUNTRY_NAME" => "United States" "GEOIP_COUNTRY_CODE3" => "USA" "GEOIP_COUNTRY_CODE" => "US" "REDIRECT_STATUS" => "200" "SERVER_NAME" => "cityexpresskart.com" "SERVER_PORT" => "443" "SERVER_ADDR" => "127.0.0.1" "REMOTE_PORT" => "" "REMOTE_ADDR" => "172.68.168.214" "SERVER_SOFTWARE" => "nginx/1.21.4" "GATEWAY_INTERFACE" => "CGI/1.1" "SERVER_PROTOCOL" => "HTTP/1.0" "DOCUMENT_ROOT" => "/home/cityexpresskart/htdocs/cityexpresskart.com" "DOCUMENT_URI" => "/index.php" "REQUEST_URI" => "/products?data_from=latest&page=3&page_no=2" "SCRIPT_NAME" => "/index.php" "SCRIPT_FILENAME" => "/home/cityexpresskart/htdocs/cityexpresskart.com/index.php" "CONTENT_LENGTH" => "" "CONTENT_TYPE" => "" "REQUEST_METHOD" => "GET" "QUERY_STRING" => "data_from=latest&page=3&page_no=2" "FCGI_ROLE" => "RESPONDER" "PHP_SELF" => "/index.php" "REQUEST_TIME_FLOAT" => 1736492103.12 "REQUEST_TIME" => 1736492103 ]
          request_cookies
          []
          
          response_headers
          0 of 0
          array:7 [ "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [ 0 => "private, must-revalidate" ] "date" => array:1 [ 0 => "Fri, 10 Jan 2025 06:55:03 GMT" ] "pragma" => array:1 [ 0 => "no-cache" ] "expires" => array:1 [ 0 => "-1" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IjlLNStPcmlsYkt6NmhmWjF1NzlHTUE9PSIsInZhbHVlIjoiVnJRU2FxdkJTRmJOWHorMDJ2dTl4eVJiSFNmN00rSFZ2QjNyT0Mya2gwK2tYSkQrVHdVcWp5czhDTnhUMzZ2WWlsTDJ3R2NBZFhZQzk0Q2QrY2I5ZjBuNTFRTWszSmw4NEdIMURaanNCSW54QW9WU2JVTlZRZEtmM3RReGpCNC8iLCJtYWMiOiJhYzI5ODZlNDllZjJjNGFkYzNiZDI3YzdiYzg0OGFhNTlmNGZjOWEyYWE2NmYyMTEwODRkOTkwNTZhMTNkYWRjIiwidGFnIjoiIn0%3D; expires=Fri, 10 Jan 2025 08:55:03 GMT; Max-Age=7200; path=/XSRF-TOKEN=eyJpdiI6IjlLNStPcmlsYkt6NmhmWjF1NzlHTUE9PSIsInZhbHVlIjoiVnJRU2FxdkJTRmJOWHorMDJ2dTl4eVJiSFNmN00rSFZ2QjNyT0Mya2gwK2tYSkQrVHdVcWp5czhDTnhUMzZ2WWlsTDJ3R" 1 => "laravel_session=eyJpdiI6Ink4NkNiNWwyNjV5ZnpFampVN25HeUE9PSIsInZhbHVlIjoiZmlteTdldEZ0RGh6WVB1V1MrbEZ2MzZsY05McXVuZVpxb244VXpNMkgzalFwSTJ1SkV0Ulh0UkpaaUo5bStoaEpkN0pnZDdCem50YStiR25VV2FCTjFjdm02TVRtQXlrTVB4cUdMU1NuSVZ6OGlFaE5oZ0h2bWJmVTJqeUZBb0QiLCJtYWMiOiJkNGZlZDJiMGY4OGQxODg3NDBhMGE3MzFiNDA5OWRiN2Y1OWIyYzZjZTVkYjhmYThmOTdmMjgwZjFjZDRmMDExIiwidGFnIjoiIn0%3D; expires=Fri, 10 Jan 2025 08:55:03 GMT; Max-Age=7200; path=/; httponlylaravel_session=eyJpdiI6Ink4NkNiNWwyNjV5ZnpFampVN25HeUE9PSIsInZhbHVlIjoiZmlteTdldEZ0RGh6WVB1V1MrbEZ2MzZsY05McXVuZVpxb244VXpNMkgzalFwSTJ1SkV0Ulh0UkpaaUo5bStoaEpk" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IjlLNStPcmlsYkt6NmhmWjF1NzlHTUE9PSIsInZhbHVlIjoiVnJRU2FxdkJTRmJOWHorMDJ2dTl4eVJiSFNmN00rSFZ2QjNyT0Mya2gwK2tYSkQrVHdVcWp5czhDTnhUMzZ2WWlsTDJ3R2NBZFhZQzk0Q2QrY2I5ZjBuNTFRTWszSmw4NEdIMURaanNCSW54QW9WU2JVTlZRZEtmM3RReGpCNC8iLCJtYWMiOiJhYzI5ODZlNDllZjJjNGFkYzNiZDI3YzdiYzg0OGFhNTlmNGZjOWEyYWE2NmYyMTEwODRkOTkwNTZhMTNkYWRjIiwidGFnIjoiIn0%3D; expires=Fri, 10-Jan-2025 08:55:03 GMT; path=/XSRF-TOKEN=eyJpdiI6IjlLNStPcmlsYkt6NmhmWjF1NzlHTUE9PSIsInZhbHVlIjoiVnJRU2FxdkJTRmJOWHorMDJ2dTl4eVJiSFNmN00rSFZ2QjNyT0Mya2gwK2tYSkQrVHdVcWp5czhDTnhUMzZ2WWlsTDJ3R" 1 => "laravel_session=eyJpdiI6Ink4NkNiNWwyNjV5ZnpFampVN25HeUE9PSIsInZhbHVlIjoiZmlteTdldEZ0RGh6WVB1V1MrbEZ2MzZsY05McXVuZVpxb244VXpNMkgzalFwSTJ1SkV0Ulh0UkpaaUo5bStoaEpkN0pnZDdCem50YStiR25VV2FCTjFjdm02TVRtQXlrTVB4cUdMU1NuSVZ6OGlFaE5oZ0h2bWJmVTJqeUZBb0QiLCJtYWMiOiJkNGZlZDJiMGY4OGQxODg3NDBhMGE3MzFiNDA5OWRiN2Y1OWIyYzZjZTVkYjhmYThmOTdmMjgwZjFjZDRmMDExIiwidGFnIjoiIn0%3D; expires=Fri, 10-Jan-2025 08:55:03 GMT; path=/; httponlylaravel_session=eyJpdiI6Ink4NkNiNWwyNjV5ZnpFampVN25HeUE9PSIsInZhbHVlIjoiZmlteTdldEZ0RGh6WVB1V1MrbEZ2MzZsY05McXVuZVpxb244VXpNMkgzalFwSTJ1SkV0Ulh0UkpaaUo5bStoaEpk" ] ]
          session_attributes
          0 of 0
          array:20 [ "decimal_point_settings" => 2 "product_brand" => 1 "digital_product" => 1 "business_mode" => "multi" "currency_model" => "single_currency" "language" => array:1 [ 0 => array:6 [ "id" => "1" "name" => "english" "direction" => "ltr" "code" => "en" "status" => 1 "default" => true ] ] "local" => "en" "direction" => "ltr" "system_default_currency" => 3 "system_default_currency_info" => App\Models\Currency {#3486 #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 17:23:04" "updated_at" => "2021-06-04 18:26:38" ] #original: array:8 [ "id" => 3 "name" => "Indian Rupi" "symbol" => "" "code" => "INR" "exchange_rate" => "60" "status" => 1 "created_at" => "2020-10-15 17:23:04" "updated_at" => "2021-06-04 18:26: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" => "X4iNFTjtPDBBm5q4seVOdEUW7e21yFLiWzudgdJv" "guest_id" => 71251 "currency_symbol_position" => "left" "company_email" => "wecubeenterprises@gmail.com" "_previous" => array:1 [ "url" => "https://cityexpresskart.com/products?data_from=latest&page=3&page_no=2" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]