أجهزة التلفاز والاكسسوارات

End of content

No more pages to load

Request history8.3.7PHP Version1.5sRequest Duration12MBMemory UsageGET kw/category/{category_slug}Route
    • Booting (33.48ms)time
    • Application (1.47s)time
    • 1 x Application (97.77%)
      1.47s
      1 x Booting (2.23%)
      33.48ms
      41 templates were rendered
      • 1x frontend.product_listingproduct_listing.blade.php#?blade
      • 30x frontend.partials.product_box_1product_box_1.blade.php#?blade
      • 1x frontend.layouts.appapp.blade.php#?blade
      • 1x frontend.inc.navnav.blade.php#?blade
      • 1x frontend.partials.comparecompare.blade.php#?blade
      • 1x frontend.partials.wishlistwishlist.blade.php#?blade
      • 1x frontend.partials.cartcart.blade.php#?blade
      • 1x frontend.partials.category_menucategory_menu.blade.php#?blade
      • 1x frontend.partials.category_menu_listcategory_menu_list.blade.php#?blade
      • 1x frontend.inc.footerfooter.blade.php#?blade
      • 1x frontend.partials.modalmodal.blade.php#?blade
      • 1x frontend.partials.account_delete_modalaccount_delete_modal.blade.php#?blade
      uri
      GET kw/category/{category_slug}
      middleware
      web, localeSessionRedirect, localizationRedirect, localeViewPath
      controller
      App\Http\Controllers\SearchController@listingByCategory
      namespace
      prefix
      /kw
      where
      as
      products.category
      file
      app/Http/Controllers/SearchController.php:179-186
      74 statements were executed, 23 of which were duplicates, 51 unique. Show only duplicated75.79ms
      • select * from `categories` where `slug` = 'tvs-accs' limit 1
        4.1msjomlakwtSearchController.php#181
        Bindings
        • 0: tvs-accs
        Backtrace
        • 15. app/Http/Controllers/SearchController.php:181
        • 16. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 17. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select `tag` from `telescope_monitoring`
        700μsjomlakwtDatabaseEntriesRepository.php#312
        Backtrace
        • 12. vendor/laravel/telescope/src/Storage/DatabaseEntriesRepository.php:312
        • 13. vendor/laravel/telescope/src/Storage/DatabaseEntriesRepository.php:284
        • 14. vendor/laravel/telescope/src/Storage/DatabaseEntriesRepository.php:299
        • 15. vendor/laravel/telescope/src/IncomingEntry.php:178
        • 16. app/Providers/TelescopeServiceProvider.php:30
      • select * from `category_translations` where `category_translations`.`category_id` in (70)
        690μsjomlakwtSearchController.php#181
        Backtrace
        • 20. app/Http/Controllers/SearchController.php:181
        • 21. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 22. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 23. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
        • 24. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `categories` where `categories`.`id` = 70 limit 1
        820μsjomlakwtCategoryUtility.php#52
        Bindings
        • 0: 70
        Backtrace
        • 16. app/Utility/CategoryUtility.php:52
        • 17. app/Http/Controllers/SearchController.php:58
        • 18. app/Http/Controllers/SearchController.php:183
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 20. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • select * from `category_translations` where `category_translations`.`category_id` in (70)
        660μsjomlakwtCategoryUtility.php#52
        Backtrace
        • 21. app/Utility/CategoryUtility.php:52
        • 22. app/Http/Controllers/SearchController.php:58
        • 23. app/Http/Controllers/SearchController.php:183
        • 24. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 25. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • select * from `categories` where `published` = 1 and `categories`.`parent_id` in (70) order by `order_level` desc
        840μsjomlakwtCategoryUtility.php#52
        Bindings
        • 0: 1
        Backtrace
        • 21. app/Utility/CategoryUtility.php:52
        • 22. app/Http/Controllers/SearchController.php:58
        • 23. app/Http/Controllers/SearchController.php:183
        • 24. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 25. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • select * from `category_translations` where `category_translations`.`category_id` in (178, 179)
        700μsjomlakwtCategoryUtility.php#52
        Backtrace
        • 26. app/Utility/CategoryUtility.php:52
        • 27. app/Http/Controllers/SearchController.php:58
        • 28. app/Http/Controllers/SearchController.php:183
        • 29. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 30. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • select * from `categories` where `categories`.`parent_id` in (178, 179) order by `order_level` desc
        740μsjomlakwtCategoryUtility.php#52
        Backtrace
        • 26. app/Utility/CategoryUtility.php:52
        • 27. app/Http/Controllers/SearchController.php:58
        • 28. app/Http/Controllers/SearchController.php:183
        • 29. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 30. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • select `attribute_id` from `attribute_category` where `category_id` in (178, 179, 70)
        800μsjomlakwtSearchController.php#63
        Bindings
        • 0: 178
        • 1: 179
        • 2: 70
        Backtrace
        • 13. app/Http/Controllers/SearchController.php:63
        • 14. app/Http/Controllers/SearchController.php:183
        • 15. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 16. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 17. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • select * from `attributes` where 0 = 1
        640μsjomlakwtSearchController.php#64
        Backtrace
        • 14. app/Http/Controllers/SearchController.php:64
        • 15. app/Http/Controllers/SearchController.php:183
        • 16. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 17. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • select count(*) as aggregate from `products` where `published` = 1 and `category_id` in (178, 179, 70) and `published` = 1 and `auction_product` = 0 and `added_by` = 'admin'
        2.51msjomlakwtSearchController.php#167
        Bindings
        • 0: 1
        • 1: 178
        • 2: 179
        • 3: 70
        • 4: 1
        • 5: 0
        • 6: admin
        Backtrace
        • 15. app/Http/Controllers/SearchController.php:167
        • 16. app/Http/Controllers/SearchController.php:183
        • 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 sum(`product_stocks`.`qty`) from `product_stocks` where `products`.`id` = `product_stocks`.`product_id`) as `stocks_sum_qty`, (select sum(`product_stocks`.`qty`) from `product_stocks` where `products`.`id` = `product_stocks`.`product_id`) as `stocks_sum_qty` from `products` where `published` = 1 and `category_id` in (178, 179, 70) and `published` = 1 and `auction_product` = 0 and `added_by` = 'admin' order by `position` asc limit 30 offset 0
        4.33msjomlakwtSearchController.php#167
        Bindings
        • 0: 1
        • 1: 178
        • 2: 179
        • 3: 70
        • 4: 1
        • 5: 0
        • 6: admin
        Backtrace
        • 15. app/Http/Controllers/SearchController.php:167
        • 16. app/Http/Controllers/SearchController.php:183
        • 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 * from `product_translations` where `product_translations`.`product_id` in (7693, 9003, 9005, 11362, 11364, 11612, 12029, 14712, 14854, 14856, 14857, 14936, 14937, 14938, 14939, 14943, 15152, 15162, 15241, 15242, 15275, 15362, 15825, 16481, 16490, 16495, 16499, 16505, 16514, 16722)
        1.66msjomlakwtSearchController.php#167
        Backtrace
        • 20. app/Http/Controllers/SearchController.php:167
        • 21. app/Http/Controllers/SearchController.php:183
        • 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 `product_taxes` where `product_taxes`.`product_id` in (7693, 9003, 9005, 11362, 11364, 11612, 12029, 14712, 14854, 14856, 14857, 14936, 14937, 14938, 14939, 14943, 15152, 15162, 15241, 15242, 15275, 15362, 15825, 16481, 16490, 16495, 16499, 16505, 16514, 16722)
        1.21msjomlakwtSearchController.php#167
        Backtrace
        • 20. app/Http/Controllers/SearchController.php:167
        • 21. app/Http/Controllers/SearchController.php:183
        • 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 `uploads` where `uploads`.`id` in ('40762', '47787', '47797', '59361', '59366', '60639', '62692', '75412', '76113', '76137', '76142', '76548', '76555', '76558', '76560', '76578', '77382', '77430', '77712', '77715', '77816', '78143', '80195', '83445', '83480', '83521', '83532', '83578', '83642', '84339') and `uploads`.`deleted_at` is null
        1.68msjomlakwtSearchController.php#167
        Bindings
        • 0: 40762
        • 1: 47787
        • 2: 47797
        • 3: 59361
        • 4: 59366
        • 5: 60639
        • 6: 62692
        • 7: 75412
        • 8: 76113
        • 9: 76137
        • 10: 76142
        • 11: 76548
        • 12: 76555
        • 13: 76558
        • 14: 76560
        • 15: 76578
        • 16: 77382
        • 17: 77430
        • 18: 77712
        • 19: 77715
        • 20: 77816
        • 21: 78143
        • 22: 80195
        • 23: 83445
        • 24: 83480
        • 25: 83521
        • 26: 83532
        • 27: 83578
        • 28: 83642
        • 29: 84339
        Backtrace
        • 20. app/Http/Controllers/SearchController.php:167
        • 21. app/Http/Controllers/SearchController.php:183
        • 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 count(*) as aggregate from `products`
        3.26msjomlakwtproduct_listing.blade.php#2
        Backtrace
        • 18. view::frontend.product_listing:2
        • 20. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 21. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 22. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 23. vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select min(`unit_price`) as aggregate from `products`
        690μsjomlakwtproduct_listing.blade.php#3
        Backtrace
        • 18. view::frontend.product_listing:3
        • 20. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 21. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 22. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 23. vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select max(`unit_price`) as aggregate from `products`
        590μsjomlakwtproduct_listing.blade.php#4
        Backtrace
        • 18. view::frontend.product_listing:4
        • 20. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 21. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 22. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 23. vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `categories` where `parent_id` = 70 and `published` = 1 order by `order_level` desc
        1.58msjomlakwtCategoryUtility.php#12
        Bindings
        • 0: 70
        • 1: 1
        Backtrace
        • 14. app/Utility/CategoryUtility.php:12
        • 15. app/Utility/CategoryUtility.php:21
        • 16. view::frontend.product_listing:11
        • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • select * from `category_translations` where `category_translations`.`category_id` in (178, 179)
        700μsjomlakwtCategoryUtility.php#12
        Backtrace
        • 19. app/Utility/CategoryUtility.php:12
        • 20. app/Utility/CategoryUtility.php:21
        • 21. view::frontend.product_listing:11
        • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • select * from `categories` where `id` in (178, 179)
        760μsjomlakwtproduct_listing.blade.php#12
        Bindings
        • 0: 178
        • 1: 179
        Backtrace
        • 14. view::frontend.product_listing:12
        • 16. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 17. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 19. vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `category_translations` where `category_translations`.`category_id` in (178, 179)
        660μsjomlakwtproduct_listing.blade.php#12
        Backtrace
        • 19. view::frontend.product_listing:12
        • 21. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 22. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 24. vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `categories` where `categories`.`id` = 70 limit 1
        610μsjomlakwtproduct_listing.blade.php#15
        Bindings
        • 0: 70
        Backtrace
        • 16. view::frontend.product_listing:15
        • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 21. vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `category_translations` where `category_translations`.`category_id` in (70)
        590μsjomlakwtproduct_listing.blade.php#15
        Backtrace
        • 21. view::frontend.product_listing:15
        • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 26. vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `categories` where `categories`.`id` in (19)
        630μsjomlakwtproduct_listing.blade.php#15
        Backtrace
        • 21. view::frontend.product_listing:15
        • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 26. vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `category_translations` where `category_translations`.`category_id` in (19)
        640μsjomlakwtproduct_listing.blade.php#15
        Backtrace
        • 26. view::frontend.product_listing:15
        • 28. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 29. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 30. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 31. vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `languages` where `code` = 'kw' limit 1
        1.62msjomlakwtapp.blade.php#2
        Bindings
        • 0: kw
        Backtrace
        • 15. view::frontend.layouts.app:2
        • 17. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 20. vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select `external_link`, `file_name` from `uploads` where `id` = '3' limit 1
        890μsjomlakwtHelpers.php#1074
        Bindings
        • 0: 3
        Backtrace
        • 14. app/Http/Helpers.php:1074
        • 17. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 20. vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select `external_link`, `file_name` from `uploads` where `id` = '3' limit 1
        790μsjomlakwtHelpers.php#1074
        Bindings
        • 0: 3
        Backtrace
        • 14. app/Http/Helpers.php:1074
        • 17. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 20. vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select `external_link`, `file_name` from `uploads` where `id` = '3' limit 1
        670μsjomlakwtHelpers.php#1074
        Bindings
        • 0: 3
        Backtrace
        • 14. app/Http/Helpers.php:1074
        • 17. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 20. vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select `external_link`, `file_name` from `uploads` where `id` = '3' limit 1
        1.05msjomlakwtHelpers.php#1074
        Bindings
        • 0: 3
        Backtrace
        • 14. app/Http/Helpers.php:1074
        • 17. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 20. vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select `external_link`, `file_name` from `uploads` where `id` = '3' limit 1
        970μsjomlakwtHelpers.php#1074
        Bindings
        • 0: 3
        Backtrace
        • 14. app/Http/Helpers.php:1074
        • 17. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 20. vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select `external_link`, `file_name` from `uploads` where `id` = '3' limit 1
        820μsjomlakwtHelpers.php#1074
        Bindings
        • 0: 3
        Backtrace
        • 14. app/Http/Helpers.php:1074
        • 17. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 20. vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select `external_link`, `file_name` from `uploads` where `id` = '3' limit 1
        740μsjomlakwtHelpers.php#1074
        Bindings
        • 0: 3
        Backtrace
        • 14. app/Http/Helpers.php:1074
        • 17. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 20. vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `languages` where `code` = 'kw' limit 1
        720μsjomlakwtapp.blade.php#79
        Bindings
        • 0: kw
        Backtrace
        • 15. view::frontend.layouts.app:79
        • 17. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 20. vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `languages` where `code` = 'kw' limit 1
        1.14msjomlakwtnav.blade.php#28
        Bindings
        • 0: kw
        Backtrace
        • 15. view::frontend.inc.nav:28
        • 17. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 20. vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `languages` where `code` = 'kw' limit 1
        620μsjomlakwtnav.blade.php#29
        Bindings
        • 0: kw
        Backtrace
        • 15. view::frontend.inc.nav:29
        • 17. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 20. vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `languages` where `status` = 1
        710μsjomlakwtnav.blade.php#32
        Bindings
        • 0: 1
        Backtrace
        • 14. view::frontend.inc.nav:32
        • 16. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 17. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 19. vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `currencies` where `currencies`.`id` = '29' limit 1
        720μsjomlakwtnav.blade.php#51
        Bindings
        • 0: 29
        Backtrace
        • 20. view::frontend.inc.nav:51
        • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 25. vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `currencies` where `code` = 'KWD' limit 1
        820μsjomlakwtnav.blade.php#55
        Bindings
        • 0: KWD
        Backtrace
        • 15. view::frontend.inc.nav:55
        • 17. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 20. vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `currencies` where `code` = 'KWD' limit 1
        660μsjomlakwtnav.blade.php#55
        Bindings
        • 0: KWD
        Backtrace
        • 15. view::frontend.inc.nav:55
        • 17. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 20. vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `currencies` where `status` = 1
        580μsjomlakwtnav.blade.php#59
        Bindings
        • 0: 1
        Backtrace
        • 14. view::frontend.inc.nav:59
        • 16. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 17. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 19. vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select `external_link`, `file_name` from `uploads` where `id` = '3' limit 1
        790μsjomlakwtHelpers.php#1074
        Bindings
        • 0: 3
        Backtrace
        • 14. app/Http/Helpers.php:1074
        • 17. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 20. vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `categories` where `level` = 0 and `published` = 1 order by `order_level` desc
        1.33msjomlakwtcategory_menu_list.blade.php#2
        Bindings
        • 0: 0
        • 1: 1
        Backtrace
        • 14. view::frontend.partials.category_menu_list:2
        • 16. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 17. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 19. vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `category_translations` where `category_translations`.`category_id` in (17, 19, 31, 48, 53, 74, 99, 212, 216, 220)
        1.01msjomlakwtcategory_menu_list.blade.php#2
        Backtrace
        • 19. view::frontend.partials.category_menu_list:2
        • 21. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 22. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 24. vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select `external_link`, `file_name` from `uploads` where `id` = '52445' limit 1
        860μsjomlakwtHelpers.php#1074
        Bindings
        • 0: 52445
        Backtrace
        • 14. app/Http/Helpers.php:1074
        • 17. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 20. vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `categories` where `parent_id` = 48 and `published` = 1 order by `order_level` desc
        990μsjomlakwtCategoryUtility.php#12
        Bindings
        • 0: 48
        • 1: 1
        Backtrace
        • 14. app/Utility/CategoryUtility.php:12
        • 15. app/Utility/CategoryUtility.php:21
        • 16. view::frontend.partials.category_menu_list:16
        • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • select * from `category_translations` where `category_translations`.`category_id` in (4, 12, 18, 49, 57, 58, 63, 64, 147, 148, 149, 196, 197, 199, 204, 205, 222)
        1.3msjomlakwtCategoryUtility.php#12
        Backtrace
        • 19. app/Utility/CategoryUtility.php:12
        • 20. app/Utility/CategoryUtility.php:21
        • 21. view::frontend.partials.category_menu_list:16
        • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • select `external_link`, `file_name` from `uploads` where `id` = '52440' limit 1
        1.3msjomlakwtHelpers.php#1074
        Bindings
        • 0: 52440
        Backtrace
        • 14. app/Http/Helpers.php:1074
        • 17. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 20. vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `categories` where `parent_id` = 19 and `published` = 1 order by `order_level` desc
        830μsjomlakwtCategoryUtility.php#12
        Bindings
        • 0: 19
        • 1: 1
        Backtrace
        • 14. app/Utility/CategoryUtility.php:12
        • 15. app/Utility/CategoryUtility.php:21
        • 16. view::frontend.partials.category_menu_list:16
        • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • select * from `category_translations` where `category_translations`.`category_id` in (3, 10, 14, 30, 33, 38, 41, 44, 45, 59, 60, 70, 93, 94)
        1.25msjomlakwtCategoryUtility.php#12
        Backtrace
        • 19. app/Utility/CategoryUtility.php:12
        • 20. app/Utility/CategoryUtility.php:21
        • 21. view::frontend.partials.category_menu_list:16
        • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • select `external_link`, `file_name` from `uploads` where `id` = '52448' limit 1
        970μsjomlakwtHelpers.php#1074
        Bindings
        • 0: 52448
        Backtrace
        • 14. app/Http/Helpers.php:1074
        • 17. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 20. vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `categories` where `parent_id` = 53 and `published` = 1 order by `order_level` desc
        1.11msjomlakwtCategoryUtility.php#12
        Bindings
        • 0: 53
        • 1: 1
        Backtrace
        • 14. app/Utility/CategoryUtility.php:12
        • 15. app/Utility/CategoryUtility.php:21
        • 16. view::frontend.partials.category_menu_list:16
        • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • select * from `category_translations` where `category_translations`.`category_id` in (2, 5, 8, 29, 47, 54, 77, 101, 104, 133, 219)
        1.11msjomlakwtCategoryUtility.php#12
        Backtrace
        • 19. app/Utility/CategoryUtility.php:12
        • 20. app/Utility/CategoryUtility.php:21
        • 21. view::frontend.partials.category_menu_list:16
        • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • select `external_link`, `file_name` from `uploads` where `id` = '52444' limit 1
        720μsjomlakwtHelpers.php#1074
        Bindings
        • 0: 52444
        Backtrace
        • 14. app/Http/Helpers.php:1074
        • 17. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 20. vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `categories` where `parent_id` = 31 and `published` = 1 order by `order_level` desc
        720μsjomlakwtCategoryUtility.php#12
        Bindings
        • 0: 31
        • 1: 1
        Backtrace
        • 14. app/Utility/CategoryUtility.php:12
        • 15. app/Utility/CategoryUtility.php:21
        • 16. view::frontend.partials.category_menu_list:16
        • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • select * from `category_translations` where `category_translations`.`category_id` in (13, 67, 85, 110, 146, 159, 195)
        830μsjomlakwtCategoryUtility.php#12
        Backtrace
        • 19. app/Utility/CategoryUtility.php:12
        • 20. app/Utility/CategoryUtility.php:21
        • 21. view::frontend.partials.category_menu_list:16
        • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • select `external_link`, `file_name` from `uploads` where `id` = '27455' limit 1
        690μsjomlakwtHelpers.php#1074
        Bindings
        • 0: 27455
        Backtrace
        • 14. app/Http/Helpers.php:1074
        • 17. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 20. vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `categories` where `parent_id` = 74 and `published` = 1 order by `order_level` desc
        830μsjomlakwtCategoryUtility.php#12
        Bindings
        • 0: 74
        • 1: 1
        Backtrace
        • 14. app/Utility/CategoryUtility.php:12
        • 15. app/Utility/CategoryUtility.php:21
        • 16. view::frontend.partials.category_menu_list:16
        • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • select * from `category_translations` where `category_translations`.`category_id` in (16, 92, 201, 202, 203)
        740μsjomlakwtCategoryUtility.php#12
        Backtrace
        • 19. app/Utility/CategoryUtility.php:12
        • 20. app/Utility/CategoryUtility.php:21
        • 21. view::frontend.partials.category_menu_list:16
        • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • select `external_link`, `file_name` from `uploads` where `id` = '52441' limit 1
        990μsjomlakwtHelpers.php#1074
        Bindings
        • 0: 52441
        Backtrace
        • 14. app/Http/Helpers.php:1074
        • 17. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 20. vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `categories` where `parent_id` = 17 and `published` = 1 order by `order_level` desc
        870μsjomlakwtCategoryUtility.php#12
        Bindings
        • 0: 17
        • 1: 1
        Backtrace
        • 14. app/Utility/CategoryUtility.php:12
        • 15. app/Utility/CategoryUtility.php:21
        • 16. view::frontend.partials.category_menu_list:16
        • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • select * from `category_translations` where `category_translations`.`category_id` in (42, 52, 81, 82, 90, 100, 130, 171, 224)
        940μsjomlakwtCategoryUtility.php#12
        Backtrace
        • 19. app/Utility/CategoryUtility.php:12
        • 20. app/Utility/CategoryUtility.php:21
        • 21. view::frontend.partials.category_menu_list:16
        • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • select `external_link`, `file_name` from `uploads` where `id` = '71744' limit 1
        790μsjomlakwtHelpers.php#1074
        Bindings
        • 0: 71744
        Backtrace
        • 14. app/Http/Helpers.php:1074
        • 17. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 20. vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `categories` where `parent_id` = 99 and `published` = 1 order by `order_level` desc
        1.03msjomlakwtCategoryUtility.php#12
        Bindings
        • 0: 99
        • 1: 1
        Backtrace
        • 14. app/Utility/CategoryUtility.php:12
        • 15. app/Utility/CategoryUtility.php:21
        • 16. view::frontend.partials.category_menu_list:16
        • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • select `external_link`, `file_name` from `uploads` where `id` = '70617' limit 1
        840μsjomlakwtHelpers.php#1074
        Bindings
        • 0: 70617
        Backtrace
        • 14. app/Http/Helpers.php:1074
        • 17. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 20. vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `categories` where `parent_id` = 212 and `published` = 1 order by `order_level` desc
        810μsjomlakwtCategoryUtility.php#12
        Bindings
        • 0: 212
        • 1: 1
        Backtrace
        • 14. app/Utility/CategoryUtility.php:12
        • 15. app/Utility/CategoryUtility.php:21
        • 16. view::frontend.partials.category_menu_list:16
        • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • select * from `category_translations` where `category_translations`.`category_id` in (69, 217)
        880μsjomlakwtCategoryUtility.php#12
        Backtrace
        • 19. app/Utility/CategoryUtility.php:12
        • 20. app/Utility/CategoryUtility.php:21
        • 21. view::frontend.partials.category_menu_list:16
        • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • select `external_link`, `file_name` from `uploads` where `id` = '71146' limit 1
        590μsjomlakwtHelpers.php#1074
        Bindings
        • 0: 71146
        Backtrace
        • 14. app/Http/Helpers.php:1074
        • 17. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 20. vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `categories` where `parent_id` = 216 and `published` = 1 order by `order_level` desc
        920μsjomlakwtCategoryUtility.php#12
        Bindings
        • 0: 216
        • 1: 1
        Backtrace
        • 14. app/Utility/CategoryUtility.php:12
        • 15. app/Utility/CategoryUtility.php:21
        • 16. view::frontend.partials.category_menu_list:16
        • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • select `external_link`, `file_name` from `uploads` where `id` = '81819' limit 1
        600μsjomlakwtHelpers.php#1074
        Bindings
        • 0: 81819
        Backtrace
        • 14. app/Http/Helpers.php:1074
        • 17. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 20. vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `categories` where `parent_id` = 220 and `published` = 1 order by `order_level` desc
        930μsjomlakwtCategoryUtility.php#12
        Bindings
        • 0: 220
        • 1: 1
        Backtrace
        • 14. app/Utility/CategoryUtility.php:12
        • 15. app/Utility/CategoryUtility.php:21
        • 16. view::frontend.partials.category_menu_list:16
        • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • select `external_link`, `file_name` from `uploads` where `id` = '3' limit 1
        800μsjomlakwtHelpers.php#1074
        Bindings
        • 0: 3
        Backtrace
        • 14. app/Http/Helpers.php:1074
        • 17. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 20. vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select `external_link`, `file_name` from `uploads` where `id` = '47007' limit 1
        1.11msjomlakwtHelpers.php#1074
        Bindings
        • 0: 47007
        Backtrace
        • 14. app/Http/Helpers.php:1074
        • 17. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 20. vendor/laravel/framework/src/Illuminate/View/View.php:195
      App\Models\CategoryTranslation
      165CategoryTranslation.php#?
      App\Models\Category
      85Category.php#?
      App\Models\ProductTranslation
      60ProductTranslation.php#?
      App\Models\Product
      30Product.php#?
      App\Models\ProductTax
      30ProductTax.php#?
      App\Models\Upload
      30Upload.php#?
      App\Models\Language
      6Language.php#?
      App\Models\Currency
      5Currency.php#?
          _token
          s5tuo0974GPGC6eF4QvZlAchDGjrQpp2iw7m6jMI
          locale
          kw
          _previous
          array:1 [ "url" => "https://dash.jomlakwt.com/kw/category/tvs-accs" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          PHPDEBUGBAR_STACK_DATA
          []
          telescope
          View in Telescope
          path_info
          /kw/category/tvs-accs
          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:23 [ "cf-connecting-ip" => array:1 [ 0 => "3.15.0.233" ] "pragma" => array:1 [ 0 => "no-cache" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "cache-control" => array:1 [ 0 => "no-cache" ] "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" ] "cdn-loop" => array:1 [ 0 => "cloudflare; loops=1; subreqs=1" ] "cf-ew-via" => array:1 [ 0 => "15" ] "sec-ch-ua" => array:1 [ 0 => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" ] "sec-ch-ua-mobile" => array:1 [ 0 => "?0" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "cf-ipcountry" => array:1 [ 0 => "US" ] "cf-visitor" => array:1 [ 0 => "{"scheme":"https"}" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "x-forwarded-proto" => array:1 [ 0 => "https" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "accept-encoding" => array:1 [ 0 => "gzip, br" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] "priority" => array:1 [ 0 => "u=0, i" ] "x-forwarded-for" => array:1 [ 0 => "3.15.0.233" ] "cf-ray" => array:1 [ 0 => "90fed43733a06350-ORD" ] "host" => array:1 [ 0 => "dash.jomlakwt.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 => "Mon, 10 Feb 2025 20:25:32 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=s5tuo0974GPGC6eF4QvZlAchDGjrQpp2iw7m6jMI; expires=Mon, 10 Feb 2025 22:25:33 GMT; Max-Age=7200; path=/; secure; samesite=lax" 1 => "jomlakwt_session=EdqGSID4NjdUA6fYnMtH2BzW4PeboOGej1CAXQeA; expires=Mon, 10 Feb 2025 22:25:33 GMT; Max-Age=7200; path=/; httponly; samesite=lax" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=s5tuo0974GPGC6eF4QvZlAchDGjrQpp2iw7m6jMI; expires=Mon, 10-Feb-2025 22:25:33 GMT; path=/; secure" 1 => "jomlakwt_session=EdqGSID4NjdUA6fYnMtH2BzW4PeboOGej1CAXQeA; expires=Mon, 10-Feb-2025 22:25:33 GMT; path=/; httponly" ] ]
          session_attributes
          0 of 0
          array:5 [ "_token" => "s5tuo0974GPGC6eF4QvZlAchDGjrQpp2iw7m6jMI" "locale" => "kw" "_previous" => array:1 [ "url" => "https://dash.jomlakwt.com/kw/category/tvs-accs" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-02-10 23:25:33GET/kw/category/tvs-accs4174411