construction
Pump Pliers
  • 8.3.2PHP Version99.92msRequest Duration3MBMemory UsageGET en/subcategories/{subcategory}Route
      • Booting (31.68ms)time
      • Application (68.24ms)time
      • 1 x Application (68.29%)
        68.24ms
        1 x Booting (31.7%)
        31.68ms
        21 templates were rendered
        • front.subcategories.showshow.blade.phpblade
        • livewire.front.products.general-products-listgeneral-products-list.blade.phpblade
        • components.front.product-box-smallproduct-box-small.blade.phpblade
        • livewire.front.general.compare.add-to-compare-buttonadd-to-compare-button.blade.phpblade
        • livewire.front.general.wishlist.add-to-wishlist-buttonadd-to-wishlist-button.blade.phpblade
        • livewire.front.general.cart.add-to-cart-buttonadd-to-cart-button.blade.phpblade
        • livewire.front.general.cart.cart-amountcart-amount.blade.phpblade
        • livewire.front.general.compare.add-to-compare-buttonadd-to-compare-button.blade.phpblade
        • livewire.front.general.wishlist.add-to-wishlist-buttonadd-to-wishlist-button.blade.phpblade
        • livewire.front.general.cart.add-to-cart-buttonadd-to-cart-button.blade.phpblade
        • layouts.front.sitesite.blade.phpblade
        • livewire.front.homepage.top-bannertop-banner.blade.phpblade
        • layouts.front.includes.top_navtop_nav.blade.phpblade
        • layouts.front.includes.headerheader.blade.phpblade
        • livewire.front.homepage.header-search-boxheader-search-box.blade.phpblade
        • livewire.front.general.compare.compare-drop-downcompare-drop-down.blade.phpblade
        • livewire.front.general.wishlist.wishlist-drop-downwishlist-drop-down.blade.phpblade
        • livewire.front.general.cart.cart-drop-downcart-drop-down.blade.phpblade
        • components.front.general.lower-headerlower-header.blade.phpblade
        • layouts.front.includes.footerfooter.blade.phpblade
        • layouts.front.includes.mobile_headermobile_header.blade.phpblade
        uri
        GET en/subcategories/{subcategory}
        middleware
        web, localeSessionRedirect, localizationRedirect, localeViewPath, getCart
        as
        front.subcategories.show
        controller
        App\Http\Controllers\Front\SubcategoryController@show
        namespace
        prefix
        en/
        where
        file
        app/Http/Controllers/Front/SubcategoryController.php:30-42
        24 statements were executed, 2 of which were duplicates, 22 unique. Show only duplicated10.16ms
        • select * from `settings` limit 1
          1.83msu456327144_smart_tools_egSettingsMiddleware.php#20
          Backtrace
          • 19. app/Http/Middleware/SettingsMiddleware.php:20
          • 20. vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:183
          • 21. vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php:50
          • 22. vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:183
          • 23. vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php:78
        • select * from `subcategories` where `subcategories`.`id` = '82' and `subcategories`.`deleted_at` is null limit 1
          370μsu456327144_smart_tools_egSubcategoryController.php#36
          Bindings
          • 0: 82
          Backtrace
          • 18. app/Http/Controllers/Front/SubcategoryController.php:36
          • 19. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
          • 20. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
          • 21. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
          • 22. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
        • select `products`.`id`, `product_subcategory`.`subcategory_id` as `pivot_subcategory_id`, `product_subcategory`.`product_id` as `pivot_product_id` from `products` inner join `product_subcategory` on `products`.`id` = `product_subcategory`.`product_id` where `product_subcategory`.`subcategory_id` in (82) and `products`.`deleted_at` is null
          390μsu456327144_smart_tools_egSubcategoryController.php#36
          Backtrace
          • 22. app/Http/Controllers/Front/SubcategoryController.php:36
          • 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
          • 26. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
        • select * from `reviews` where `reviews`.`reviewable_id` in (214) and `reviews`.`reviewable_type` = 'App\Models\Product'
          360μsu456327144_smart_tools_egSubcategoryController.php#36
          Bindings
          • 0: App\Models\Product
          Backtrace
          • 27. app/Http/Controllers/Front/SubcategoryController.php:36
          • 28. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
          • 29. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
          • 30. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
          • 31. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
        • select `orders`.*, `orderables`.`orderable_id` as `pivot_orderable_id`, `orderables`.`order_id` as `pivot_order_id`, `orderables`.`orderable_type` as `pivot_orderable_type`, `orderables`.`quantity` as `pivot_quantity`, `orderables`.`original_price` as `pivot_original_price`, `orderables`.`price` as `pivot_price`, `orderables`.`points` as `pivot_points`, `orderables`.`coupon_discount` as `pivot_coupon_discount`, `orderables`.`coupon_points` as `pivot_coupon_points`, `orderables`.`created_at` as `pivot_created_at`, `orderables`.`updated_at` as `pivot_updated_at` from `orders` inner join `orderables` on `orders`.`id` = `orderables`.`order_id` where `orderables`.`orderable_id` in (214) and `orderables`.`orderable_type` = 'App\Models\Product' and `orders`.`deleted_at` is null
          540μsu456327144_smart_tools_egSubcategoryController.php#36
          Bindings
          • 0: App\Models\Product
          Backtrace
          • 26. app/Http/Controllers/Front/SubcategoryController.php:36
          • 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
          • 30. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
        • select `offers`.*, `offerables`.`offerable_id` as `pivot_offerable_id`, `offerables`.`offer_id` as `pivot_offer_id`, `offerables`.`offerable_type` as `pivot_offerable_type`, `offerables`.`value` as `pivot_value`, `offerables`.`type` as `pivot_type` from `offers` inner join `offerables` on `offers`.`id` = `offerables`.`offer_id` where start_at < STR_TO_DATE('2024-12-14 00:42', '%Y-%m-%d %H:%i:%s') and expire_at > STR_TO_DATE('2024-12-14 00:42', '%Y-%m-%d %H:%i:%s') and `offerables`.`offerable_id` in (214) and `offerables`.`offerable_type` = 'App\Models\Product'
          470μsu456327144_smart_tools_egSubcategoryController.php#36
          Bindings
          • 0: 2024-12-14 00:42
          • 1: 2024-12-14 00:42
          • 2: App\Models\Product
          Backtrace
          • 26. app/Http/Controllers/Front/SubcategoryController.php:36
          • 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
          • 30. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
        • select `products`.`id`, `name`, `slug`, `quantity`, `weight`, `original_price`, `base_price`, `final_price`, `refundable`, `points`, `description`, `model`, `free_shipping`, `publish`, `under_reviewing`, `brand_id`, `created_at` from `products` where `id` in (214) and `under_reviewing` = 0 and `publish` = 1 and `products`.`deleted_at` is null
          280μsu456327144_smart_tools_eghelpers.php#239
          Bindings
          • 0: 214
          • 1: 0
          • 2: 1
          Backtrace
          • 15. app/helpers.php:239
          • 17. vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
          • 18. vendor/laravel/framework/src/Illuminate/Container/Util.php:41
          • 19. vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93
          • 20. vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:35
        • select * from `reviews` where `reviews`.`reviewable_id` in (214) and `reviews`.`reviewable_type` = 'App\Models\Product' and `status` = 1
          230μsu456327144_smart_tools_eghelpers.php#239
          Bindings
          • 0: App\Models\Product
          • 1: 1
          Backtrace
          • 20. app/helpers.php:239
          • 22. vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
          • 23. vendor/laravel/framework/src/Illuminate/Container/Util.php:41
          • 24. vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93
          • 25. vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:35
        • select * from `brands` where `brands`.`id` in (6) and `brands`.`deleted_at` is null
          300μsu456327144_smart_tools_eghelpers.php#239
          Backtrace
          • 20. app/helpers.php:239
          • 22. vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
          • 23. vendor/laravel/framework/src/Illuminate/Container/Util.php:41
          • 24. vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93
          • 25. vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:35
        • select `offers`.*, `offerables`.`offerable_id` as `pivot_offerable_id`, `offerables`.`offer_id` as `pivot_offer_id`, `offerables`.`offerable_type` as `pivot_offerable_type`, `offerables`.`value` as `pivot_value`, `offerables`.`type` as `pivot_type` from `offers` inner join `offerables` on `offers`.`id` = `offerables`.`offer_id` where start_at < STR_TO_DATE('2024-12-14 00:42', '%Y-%m-%d %H:%i:%s') and expire_at > STR_TO_DATE('2024-12-14 00:42', '%Y-%m-%d %H:%i:%s') and `offerables`.`offerable_id` in (6) and `offerables`.`offerable_type` = 'App\Models\Brand'
          310μsu456327144_smart_tools_eghelpers.php#239
          Bindings
          • 0: 2024-12-14 00:42
          • 1: 2024-12-14 00:42
          • 2: App\Models\Brand
          Backtrace
          • 24. app/helpers.php:239
          • 26. vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
          • 27. vendor/laravel/framework/src/Illuminate/Container/Util.php:41
          • 28. vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93
          • 29. vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:35
        • select `offers`.*, `offerables`.`offerable_id` as `pivot_offerable_id`, `offerables`.`offer_id` as `pivot_offer_id`, `offerables`.`offerable_type` as `pivot_offerable_type`, `offerables`.`value` as `pivot_value`, `offerables`.`type` as `pivot_type` from `offers` inner join `offerables` on `offers`.`id` = `offerables`.`offer_id` where `offerables`.`offerable_id` in (6) and `offerables`.`offerable_type` = 'App\Models\Brand' and start_at < STR_TO_DATE('2024-12-14 00:42', '%Y-%m-%d %H:%i:%s') and expire_at > STR_TO_DATE('2024-12-14 00:42', '%Y-%m-%d %H:%i:%s')
          290μsu456327144_smart_tools_eghelpers.php#239
          Bindings
          • 0: App\Models\Brand
          • 1: 2024-12-14 00:42
          • 2: 2024-12-14 00:42
          Backtrace
          • 24. app/helpers.php:239
          • 26. vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
          • 27. vendor/laravel/framework/src/Illuminate/Container/Util.php:41
          • 28. vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93
          • 29. vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:35
        • select `offers`.*, `offerables`.`offerable_id` as `pivot_offerable_id`, `offerables`.`offer_id` as `pivot_offer_id`, `offerables`.`offerable_type` as `pivot_offerable_type`, `offerables`.`value` as `pivot_value`, `offerables`.`type` as `pivot_type` from `offers` inner join `offerables` on `offers`.`id` = `offerables`.`offer_id` where start_at < STR_TO_DATE('2024-12-14 00:42', '%Y-%m-%d %H:%i:%s') and expire_at > STR_TO_DATE('2024-12-14 00:42', '%Y-%m-%d %H:%i:%s') and `offerables`.`offerable_id` in (214) and `offerables`.`offerable_type` = 'App\Models\Product'
          280μsu456327144_smart_tools_eghelpers.php#239
          Bindings
          • 0: 2024-12-14 00:42
          • 1: 2024-12-14 00:42
          • 2: App\Models\Product
          Backtrace
          • 19. app/helpers.php:239
          • 21. vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
          • 22. vendor/laravel/framework/src/Illuminate/Container/Util.php:41
          • 23. vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93
          • 24. vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:35
        • select * from `product_specs` where `product_specs`.`product_id` in (214)
          270μsu456327144_smart_tools_eghelpers.php#239
          Backtrace
          • 20. app/helpers.php:239
          • 22. vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
          • 23. vendor/laravel/framework/src/Illuminate/Container/Util.php:41
          • 24. vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93
          • 25. vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:35
        • select * from `images` where `is_thumbnail` = 1 and `images`.`imagable_id` in (214) and `images`.`imagable_type` = 'App\Models\Product'
          670μsu456327144_smart_tools_eghelpers.php#239
          Bindings
          • 0: 1
          • 1: App\Models\Product
          Backtrace
          • 20. app/helpers.php:239
          • 22. vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
          • 23. vendor/laravel/framework/src/Illuminate/Container/Util.php:41
          • 24. vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93
          • 25. vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:35
        • select `offers`.*, `offerables`.`offerable_id` as `pivot_offerable_id`, `offerables`.`offer_id` as `pivot_offer_id`, `offerables`.`offerable_type` as `pivot_offerable_type`, `offerables`.`value` as `pivot_value`, `offerables`.`type` as `pivot_type` from `offers` inner join `offerables` on `offers`.`id` = `offerables`.`offer_id` where `offerables`.`offerable_id` in (214) and `offerables`.`offerable_type` = 'App\Models\Product' and start_at < STR_TO_DATE('2024-12-14 00:42', '%Y-%m-%d %H:%i:%s') and expire_at > STR_TO_DATE('2024-12-14 00:42', '%Y-%m-%d %H:%i:%s')
          330μsu456327144_smart_tools_eghelpers.php#239
          Bindings
          • 0: App\Models\Product
          • 1: 2024-12-14 00:42
          • 2: 2024-12-14 00:42
          Backtrace
          • 19. app/helpers.php:239
          • 21. vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
          • 22. vendor/laravel/framework/src/Illuminate/Container/Util.php:41
          • 23. vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93
          • 24. vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:35
        • select `subcategories`.*, `product_subcategory`.`product_id` as `pivot_product_id`, `product_subcategory`.`subcategory_id` as `pivot_subcategory_id` from `subcategories` inner join `product_subcategory` on `subcategories`.`id` = `product_subcategory`.`subcategory_id` where `product_subcategory`.`product_id` in (214) and `subcategories`.`deleted_at` is null
          330μsu456327144_smart_tools_eghelpers.php#239
          Backtrace
          • 19. app/helpers.php:239
          • 21. vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
          • 22. vendor/laravel/framework/src/Illuminate/Container/Util.php:41
          • 23. vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93
          • 24. vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:35
        • select `offers`.*, `offerables`.`offerable_id` as `pivot_offerable_id`, `offerables`.`offer_id` as `pivot_offer_id`, `offerables`.`offerable_type` as `pivot_offerable_type`, `offerables`.`value` as `pivot_value`, `offerables`.`type` as `pivot_type` from `offers` inner join `offerables` on `offers`.`id` = `offerables`.`offer_id` where start_at < STR_TO_DATE('2024-12-14 00:42', '%Y-%m-%d %H:%i:%s') and expire_at > STR_TO_DATE('2024-12-14 00:42', '%Y-%m-%d %H:%i:%s') and `offerables`.`offerable_id` in (64, 69, 82, 158, 167) and `offerables`.`offerable_type` = 'App\Models\Subcategory'
          330μsu456327144_smart_tools_eghelpers.php#239
          Bindings
          • 0: 2024-12-14 00:42
          • 1: 2024-12-14 00:42
          • 2: App\Models\Subcategory
          Backtrace
          • 23. app/helpers.php:239
          • 25. vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
          • 26. vendor/laravel/framework/src/Illuminate/Container/Util.php:41
          • 27. vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93
          • 28. vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:35
        • select `offers`.*, `offerables`.`offerable_id` as `pivot_offerable_id`, `offerables`.`offer_id` as `pivot_offer_id`, `offerables`.`offerable_type` as `pivot_offerable_type`, `offerables`.`value` as `pivot_value`, `offerables`.`type` as `pivot_type` from `offers` inner join `offerables` on `offers`.`id` = `offerables`.`offer_id` where `offerables`.`offerable_id` in (64, 69, 82, 158, 167) and `offerables`.`offerable_type` = 'App\Models\Subcategory' and start_at < STR_TO_DATE('2024-12-14 00:42', '%Y-%m-%d %H:%i:%s') and expire_at > STR_TO_DATE('2024-12-14 00:42', '%Y-%m-%d %H:%i:%s')
          330μsu456327144_smart_tools_eghelpers.php#239
          Bindings
          • 0: App\Models\Subcategory
          • 1: 2024-12-14 00:42
          • 2: 2024-12-14 00:42
          Backtrace
          • 23. app/helpers.php:239
          • 25. vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
          • 26. vendor/laravel/framework/src/Illuminate/Container/Util.php:41
          • 27. vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93
          • 28. vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:35
        • select `categories`.*, `subcategories`.`id` as `laravel_through_key` from `categories` inner join `subcategories` on `subcategories`.`category_id` = `categories`.`id` where `subcategories`.`id` in ('') and `categories`.`deleted_at` is null and `subcategories`.`deleted_at` is null
          280μsu456327144_smart_tools_egBelongsToThrough.php#286
          Bindings
          • 0: 
          Backtrace
          • 15. vendor/staudenmeir/belongs-to-through/src/Relations/BelongsToThrough.php:286
          • 20. app/helpers.php:239
          • 22. vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
          • 23. vendor/laravel/framework/src/Illuminate/Container/Util.php:41
          • 24. vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93
        • select `supercategories`.*, `subcategories`.`id` as `laravel_through_key` from `supercategories` inner join `categories` on `categories`.`supercategory_id` = `supercategories`.`id` inner join `subcategories` on `subcategories`.`category_id` = `categories`.`id` where `subcategories`.`id` in ('') and `supercategories`.`deleted_at` is null and `categories`.`deleted_at` is null and `subcategories`.`deleted_at` is null
          280μsu456327144_smart_tools_egBelongsToThrough.php#286
          Bindings
          • 0: 
          Backtrace
          • 15. vendor/staudenmeir/belongs-to-through/src/Relations/BelongsToThrough.php:286
          • 20. app/helpers.php:239
          • 22. vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
          • 23. vendor/laravel/framework/src/Illuminate/Container/Util.php:41
          • 24. vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93
        • select `coupons`.*, `couponables`.`couponable_id` as `pivot_couponable_id`, `couponables`.`coupon_id` as `pivot_coupon_id`, `couponables`.`couponable_type` as `pivot_couponable_type` from `coupons` inner join `couponables` on `coupons`.`id` = `couponables`.`coupon_id` where `couponables`.`couponable_id` in (214) and `couponables`.`couponable_type` = 'App\Models\Product'
          410μsu456327144_smart_tools_eghelpers.php#239
          Bindings
          • 0: App\Models\Product
          Backtrace
          • 19. app/helpers.php:239
          • 21. vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
          • 22. vendor/laravel/framework/src/Illuminate/Container/Util.php:41
          • 23. vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93
          • 24. vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:35
        • select `collections`.`id`, `name`, `slug`, `weight`, `collections`.`original_price`, `base_price`, `final_price`, `refundable`, `points`, `description`, `model`, `free_shipping`, `publish`, `under_reviewing`, `created_at` from `collections` where 0 = 1 and `under_reviewing` = 0 and `publish` = 1 and `collections`.`deleted_at` is null
          240μsu456327144_smart_tools_eghelpers.php#329
          Bindings
          • 0: 0
          • 1: 1
          Backtrace
          • 15. app/helpers.php:329
          • 17. vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
          • 18. vendor/laravel/framework/src/Illuminate/Container/Util.php:41
          • 19. vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93
          • 20. vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:35
        • select * from `banners` where `top_banner` = 1 limit 1
          280μsu456327144_smart_tools_egTopBanner.php#13
          Bindings
          • 0: 1
          Backtrace
          • 16. app/Livewire/Front/Homepage/TopBanner.php:13
          • 17. vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
          • 18. vendor/laravel/framework/src/Illuminate/Container/Util.php:41
          • 19. vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:93
          • 20. vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:35
        • select * from `nav_links` where `active` = 1
          760μsu456327144_smart_tools_egLowerHeader.php#19
          Bindings
          • 0: 1
          Backtrace
          • 15. app/View/Components/Front/General/LowerHeader.php:19
          • 16. vendor/laravel/framework/src/Illuminate/View/Component.php:102
          • 17. view::layouts.front.includes.header:114
          • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
          • 20. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        App\Models\NavLink
        8
        App\Models\Subcategory
        6
        App\Models\Product
        2
        App\Models\Setting
        1
        App\Models\Brand
        1
        App\Models\Image
        1
        App\Models\Banner
        1
        front.products.general-products-list #sxS3LjisjopO7EfMAfrc
        array:4 [ "data" => array:3 [ "productsIds" => array:1 [ 0 => 214 ] "collections...
        front.general.compare.add-to-compare-button #Un0OUVxwldC7EHeF1IGf
        array:4 [ "data" => array:4 [ "item_id" => 214 "type" => "Product" "large" => false ...
        front.general.wishlist.add-to-wishlist-button #1prGm4K4J9XCSswx8bYV
        array:4 [ "data" => array:5 [ "item_id" => 214 "type" => "Product" "text" => false ...
        front.general.cart.add-to-cart-button #7tYmifhEAFFJwBldDFvH
        array:4 [ "data" => array:5 [ "item_id" => 214 "type" => "Product" "text" => false ...
        front.general.cart.cart-amount #GFs6UhnsJ1uMxuc4eyTC
        array:4 [ "data" => array:7 [ "item_id" => 214 "cartAmount" => 0 "type" => "Product" ...
        front.general.compare.add-to-compare-button #VeucFKgGtvplcNo0oroU
        array:4 [ "data" => array:4 [ "item_id" => 214 "type" => "Product" "large" => false ...
        front.general.wishlist.add-to-wishlist-button #z3jSajm9ntO6z6a5rd39
        array:4 [ "data" => array:5 [ "item_id" => 214 "type" => "Product" "text" => false ...
        front.general.cart.add-to-cart-button #d2Psmly3ThU3hvYDUnwB
        array:4 [ "data" => array:5 [ "item_id" => 214 "type" => "Product" "text" => false ...
        front.homepage.top-banner #iJx7H4Gj4TCXpDfd2T0W
        array:4 [ "data" => array:1 [ "banner" => App\Models\Banner {#3288 #connection: "mysql" ...
        front.homepage.header-search-box #yUmppxHU6esVW7a1YrqE
        array:4 [ "data" => array:2 [ "items" => [] "search" => "" ] "name" => "front.homepage...
        front.general.compare.compare-drop-down #8ZKXRMeXy10iCjCxYgKG
        array:4 [ "data" => [] "name" => "front.general.compare.compare-drop-down" "component" => "App...
        front.general.wishlist.wishlist-drop-down #pF6jLqm3axciX1au1LsO
        array:4 [ "data" => [] "name" => "front.general.wishlist.wishlist-drop-down" "component" => "A...
        front.general.cart.cart-drop-down #YxqJ1jktSG9D52b4r63s
        array:4 [ "data" => [] "name" => "front.general.cart.cart-drop-down" "component" => "App\Livew...
            _token
            d92habYefyjT5jt1KUHRgMivGfUvivkfxZFrWz6p
            locale
            en
            _previous
            array:1 [ "url" => "https://smarttoolsegypt.com/en/subcategories/82" ]
            _flash
            array:2 [ "old" => [] "new" => [] ]
            PHPDEBUGBAR_STACK_DATA
            []
            path_info
            /en/subcategories/82
            status_code
            200
            
            status_text
            OK
            format
            html
            content_type
            text/html; charset=UTF-8
            request_query
            []
            
            request_request
            []
            
            request_headers
            0 of 0
            array:22 [ "accept" => array:1 [ 0 => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" ] "accept-encoding" => array:1 [ 0 => "br" ] "host" => array:1 [ 0 => "smarttoolsegypt.com" ] "pragma" => array:1 [ 0 => "no-cache" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "cache-control" => array:1 [ 0 => "no-cache" ] "x-forwarded-for" => array:1 [ 0 => "3.147.62.17" ] "x-forwarded-proto" => array:1 [ 0 => "https" ] "x-real-ip" => array:1 [ 0 => "3.147.62.17" ] "x-real-port" => array:1 [ 0 => "16676" ] "x-forwarded-port" => array:1 [ 0 => "443" ] "x-port" => array:1 [ 0 => "443" ] "x-lscache" => array:1 [ 0 => "1" ] "sec-ch-ua" => array:1 [ 0 => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" ] "sec-ch-ua-mobile" => array:1 [ 0 => "?0" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "priority" => array:1 [ 0 => "u=0, i" ] ]
            request_cookies
            []
            
            response_headers
            0 of 0
            array:7 [ "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [ 0 => "max-age=0, must-revalidate, no-cache, no-store, private" ] "date" => array:1 [ 0 => "Fri, 13 Dec 2024 22:42:56 GMT" ] "pragma" => array:1 [ 0 => "no-cache" ] "expires" => array:1 [ 0 => "Fri, 01 Jan 1990 00:00:00 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6ImFSRGQyZTNiTTJzODJUUWxtNVZXUkE9PSIsInZhbHVlIjoiNkN1TzlXS0hjbzhISGZRdTZkOVRkNnYyUlB4NnE1ZmxPTjQzWVZpZURxL1l2WndkWHBwODNJelo3N2FoR3hCQTdva2tyUVZ4bmxFbExqVlIrTTdRRlNkemUzc2JiZDgwdU83ckk0bXo2d3dFcDFiSHZMVnNCc2hHalBhYjl5bUEiLCJtYWMiOiI2NDU3ZjAwMDhkODU4Y2Y1OGNkNDlmMzZjOGYwNzhjYTM3NDY0NjU0YTQzZGMwOTkzODc3YTNlMmNjOTk3ZDlkIiwidGFnIjoiIn0%3D; expires=Sat, 14 Dec 2024 00:42:56 GMT; Max-Age=7200; path=/; secure; samesite=laxXSRF-TOKEN=eyJpdiI6ImFSRGQyZTNiTTJzODJUUWxtNVZXUkE9PSIsInZhbHVlIjoiNkN1TzlXS0hjbzhISGZRdTZkOVRkNnYyUlB4NnE1ZmxPTjQzWVZpZURxL1l2WndkWHBwODNJelo3N2FoR3hCQTdva2tyU" 1 => "smart_tools_egypt_session=eyJpdiI6IklBY0I5OWJkK0NpY3U3LzZDUTJ5WEE9PSIsInZhbHVlIjoiVXJaRXRxV004YlgwY0FEWU5ocksyaU1OOTZNYVFnUUpyL3ltZkV6K2tNY2lZazd6VjRmLy9CMk50STgxL3pMMW96SXlsd2J4UXAyNzB2MHZLcjFicndvVmJTYzRGQVR3am5Za1Q0Vjcyc0JqZVpiYklDRVN5SktMalhHb0N4VDEiLCJtYWMiOiJhMmU4NmY2MDBhOTE0ZTVjYzU5YzBkODY5ZTQ2NzU4NzFkMDJhNGNmNzE1YWQ5NDRlZjhhMTcxYTdjMWQ1YzEwIiwidGFnIjoiIn0%3D; expires=Sat, 14 Dec 2024 00:42:56 GMT; Max-Age=7200; path=/; httponly; samesite=laxsmart_tools_egypt_session=eyJpdiI6IklBY0I5OWJkK0NpY3U3LzZDUTJ5WEE9PSIsInZhbHVlIjoiVXJaRXRxV004YlgwY0FEWU5ocksyaU1OOTZNYVFnUUpyL3ltZkV6K2tNY2lZazd6VjRmLy9CMk50ST" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6ImFSRGQyZTNiTTJzODJUUWxtNVZXUkE9PSIsInZhbHVlIjoiNkN1TzlXS0hjbzhISGZRdTZkOVRkNnYyUlB4NnE1ZmxPTjQzWVZpZURxL1l2WndkWHBwODNJelo3N2FoR3hCQTdva2tyUVZ4bmxFbExqVlIrTTdRRlNkemUzc2JiZDgwdU83ckk0bXo2d3dFcDFiSHZMVnNCc2hHalBhYjl5bUEiLCJtYWMiOiI2NDU3ZjAwMDhkODU4Y2Y1OGNkNDlmMzZjOGYwNzhjYTM3NDY0NjU0YTQzZGMwOTkzODc3YTNlMmNjOTk3ZDlkIiwidGFnIjoiIn0%3D; expires=Sat, 14-Dec-2024 00:42:56 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6ImFSRGQyZTNiTTJzODJUUWxtNVZXUkE9PSIsInZhbHVlIjoiNkN1TzlXS0hjbzhISGZRdTZkOVRkNnYyUlB4NnE1ZmxPTjQzWVZpZURxL1l2WndkWHBwODNJelo3N2FoR3hCQTdva2tyU" 1 => "smart_tools_egypt_session=eyJpdiI6IklBY0I5OWJkK0NpY3U3LzZDUTJ5WEE9PSIsInZhbHVlIjoiVXJaRXRxV004YlgwY0FEWU5ocksyaU1OOTZNYVFnUUpyL3ltZkV6K2tNY2lZazd6VjRmLy9CMk50STgxL3pMMW96SXlsd2J4UXAyNzB2MHZLcjFicndvVmJTYzRGQVR3am5Za1Q0Vjcyc0JqZVpiYklDRVN5SktMalhHb0N4VDEiLCJtYWMiOiJhMmU4NmY2MDBhOTE0ZTVjYzU5YzBkODY5ZTQ2NzU4NzFkMDJhNGNmNzE1YWQ5NDRlZjhhMTcxYTdjMWQ1YzEwIiwidGFnIjoiIn0%3D; expires=Sat, 14-Dec-2024 00:42:56 GMT; path=/; httponlysmart_tools_egypt_session=eyJpdiI6IklBY0I5OWJkK0NpY3U3LzZDUTJ5WEE9PSIsInZhbHVlIjoiVXJaRXRxV004YlgwY0FEWU5ocksyaU1OOTZNYVFnUUpyL3ltZkV6K2tNY2lZazd6VjRmLy9CMk50ST" ] ]
            session_attributes
            0 of 0
            array:5 [ "_token" => "d92habYefyjT5jt1KUHRgMivGfUvivkfxZFrWz6p" "locale" => "en" "_previous" => array:1 [ "url" => "https://smarttoolsegypt.com/en/subcategories/82" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]