Brands

Find your favourite brands and products

Aura Asus ASRock Apollo Apacer Aone Antec Anker AMD ADATA Acer A4tech
Top
8.1.32PHP Version521msRequest Duration11MBMemory UsageGET brandsRoute
    • Booting (237ms)
    • Application (284ms)
    • 1 x Application (54.52%)
      283.90ms
      1 x Booting (45.45%)
      236.67ms
      9 templates were rendered
      • web-views.products.brands (resources/themes/default/web-views/products/brands.blade.php)1bladefile
        Params
        0
        brands
      • pagination::bootstrap-4 (vendor/laravel/framework/src/Illuminate/Pagination/resources/views/bootstrap-4.blade.php)2bladefile
        Params
        0
        paginator
        1
        elements
      • layouts.front-end.app (resources/themes/default/layouts/front-end/app.blade.php)9bladefile
        Params
        0
        __env
        1
        app
        2
        web_config
        3
        language
        4
        errors
        5
        brands
        6
        __currentLoopData
        7
        brand
        8
        loop
      • layouts.front-end.partials._modals (resources/themes/default/layouts/front-end/partials/_modals.blade.php)11bladefile
        Params
        0
        __env
        1
        app
        2
        web_config
        3
        language
        4
        errors
        5
        brands
        6
        __currentLoopData
        7
        brand
        8
        loop
        9
        google_tag_manager_id
        10
        pixel_analytics_user_code
      • layouts.front-end.partials._quick-view-modal (resources/themes/default/layouts/front-end/partials/_quick-view-modal.blade.php)11bladefile
        Params
        0
        __env
        1
        app
        2
        web_config
        3
        language
        4
        errors
        5
        brands
        6
        __currentLoopData
        7
        brand
        8
        loop
        9
        google_tag_manager_id
        10
        pixel_analytics_user_code
      • layouts.front-end.partials._header (resources/themes/default/layouts/front-end/partials/_header.blade.php)11bladefile
        Params
        0
        __env
        1
        app
        2
        web_config
        3
        language
        4
        errors
        5
        brands
        6
        __currentLoopData
        7
        brand
        8
        loop
        9
        google_tag_manager_id
        10
        pixel_analytics_user_code
      • layouts.front-end.partials._cart (resources/themes/default/layouts/front-end/partials/_cart.blade.php)12bladefile
        Params
        0
        __env
        1
        app
        2
        web_config
        3
        language
        4
        errors
        5
        brands
        6
        __currentLoopData
        7
        brand
        8
        loop
        9
        google_tag_manager_id
        10
        pixel_analytics_user_code
        11
        announcement
      • layouts.front-end.partials._footer (resources/themes/default/layouts/front-end/partials/_footer.blade.php)11bladefile
        Params
        0
        __env
        1
        app
        2
        web_config
        3
        language
        4
        errors
        5
        brands
        6
        __currentLoopData
        7
        brand
        8
        loop
        9
        google_tag_manager_id
        10
        pixel_analytics_user_code
      • layouts.front-end.partials.modal._dynamic-modals (resources/themes/default/layouts/front-end/partials/modal/_dynamic-modals.blade.php)11bladefile
        Params
        0
        __env
        1
        app
        2
        web_config
        3
        language
        4
        errors
        5
        brands
        6
        __currentLoopData
        7
        brand
        8
        loop
        9
        google_tag_manager_id
        10
        pixel_analytics_user_code
      uri
      GET brands
      middleware
      web, maintenance_mode, guestCheck
      controller
      App\Http\Controllers\Web\WebController@all_brands
      namespace
      App\Http\Controllers\Web
      prefix
      where
      as
      brands
      file
      app/Http/Controllers/Web/WebController.php:138-153
      32 statements were executed, 8 of which were duplicated, 24 unique. Show only duplicated164ms
      • select * from `business_settings` where (`type` = 'maintenance_mode') limit 1
        1.2ms/app/Utils/helpers.php:167fastdeal_fastdeals
        Metadata
        Bindings
        • 0. maintenance_mode
        Backtrace
        • 16. /app/Utils/helpers.php:167
        • 17. middleware::maintenance_mode:19
        • 18. /vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180
        • 19. middleware::api_lang:22
        • 20. /vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180
      • insert into `guest_users` (`ip_address`, `created_at`) values ('216.73.216.163', '2025-06-29 02:48:41')
        1.13msmiddleware::guestCheck:25fastdeal_fastdeals
        Metadata
        Bindings
        • 0. 216.73.216.163
        • 1. 2025-06-29 02:48:41
        Backtrace
        • 16. middleware::guestCheck:25
        • 17. /vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180
        • 18. middleware::maintenance_mode:23
        • 19. /vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180
        • 20. middleware::api_lang:22
      • select `value` from `business_settings` where (`type` = 'product_brand') limit 1
        650μs/app/Http/Controllers/Web/WebController.php:140fastdeal_fastdeals
        Metadata
        Bindings
        • 0. product_brand
        Backtrace
        • 17. /app/Http/Controllers/Web/WebController.php:140
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 19. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 20. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • 21. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `business_settings` where (`type` = 'business_mode') limit 1
        700μs/app/Utils/settings.php:15fastdeal_fastdeals
        Metadata
        Bindings
        • 0. business_mode
        Backtrace
        • 16. /app/Utils/settings.php:15
        • 26. /app/Models/Brand.php:42
        • 32. /app/Http/Controllers/Web/WebController.php:144
        • 33. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 34. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • select count(*) as aggregate from `brands` where `status` = 1
        570μs/app/Http/Controllers/Web/WebController.php:147fastdeal_fastdeals
        Metadata
        Bindings
        • 0. 1
        Backtrace
        • 16. /app/Http/Controllers/Web/WebController.php:147
        • 17. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 19. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • 20. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select `brands`.*, (select count(*) from `products` where `brands`.`id` = `products`.`brand_id` and ((`added_by` = 'admin') and exists (select * from `brands` where `products`.`brand_id` = `brands`.`id` and (`status` = 1)) and (`status` = 1) and (`request_status` = 1) or (`brand_id` is null and `status` = 1)) and (exists (select * from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` = 'approved')) or ((`added_by` = 'admin' and `status` = 1))) and `product_type` in ('digital', 'physical')) as `brand_products_count` from `brands` where `status` = 1 order by `name` desc, `created_at` desc limit 15 offset 90
        16.45ms/app/Http/Controllers/Web/WebController.php:147fastdeal_fastdeals
        Metadata
        Bindings
        • 0. admin
        • 1. 1
        • 2. 1
        • 3. 1
        • 4. 1
        • 5. approved
        • 6. admin
        • 7. 1
        • 8. digital
        • 9. physical
        • 10. 1
        Backtrace
        • 16. /app/Http/Controllers/Web/WebController.php:147
        • 17. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 19. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • 20. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `translations` where `translations`.`translationable_id` in (3, 7, 11, 15, 20, 32, 33, 67, 70, 71, 84, 85) and `translations`.`translationable_type` = 'App\Models\Brand' and `locale` = 'en'
        860μs/app/Http/Controllers/Web/WebController.php:147fastdeal_fastdeals
        Metadata
        Bindings
        • 0. App\Models\Brand
        • 1. en
        Backtrace
        • 21. /app/Http/Controllers/Web/WebController.php:147
        • 22. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 23. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 24. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • 25. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `business_settings` where (`type` = 'google_tag_manager_id') limit 1
        1.02ms/app/Utils/settings.php:15fastdeal_fastdeals
        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
        840μs/app/Utils/settings.php:15fastdeal_fastdeals
        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
        700μs/app/Utils/settings.php:15fastdeal_fastdeals
        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` = 823613 and `is_guest` = 1) group by `cart_group_id`
        990μs/app/Utils/cart-manager.php:74fastdeal_fastdeals
        Metadata
        Bindings
        • 0. 823613
        • 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
        560μs/app/Utils/cart-manager.php:43fastdeal_fastdeals
        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` = 823613 and `is_guest` = 1) group by `cart_group_id`
        710μs/app/Utils/cart-manager.php:74fastdeal_fastdeals
        Metadata
        Bindings
        • 0. 823613
        • 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
        530μs/app/Utils/cart-manager.php:43fastdeal_fastdeals
        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 * from `business_settings` where (`type` = 'currency_symbol_position') limit 1
        810μs/app/Utils/settings.php:15fastdeal_fastdeals
        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 count(*) as aggregate from `categories` where `position` = 0
        1.16msview::layouts.front-end.partials._header:244fastdeal_fastdeals
        Metadata
        Bindings
        • 0. 0
        Backtrace
        • 16. view::layouts.front-end.partials._header:244
        • 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 50 offset 300
        1.47msview::layouts.front-end.partials._header:244fastdeal_fastdeals
        Metadata
        Bindings
        • 0. 0
        Backtrace
        • 16. view::layouts.front-end.partials._header:244
        • 18. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 19. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 20. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 21. /vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `business_settings` where (`type` = 'business_mode') limit 1
        740μs/app/Utils/settings.php:15fastdeal_fastdeals
        Metadata
        Bindings
        • 0. business_mode
        Backtrace
        • 16. /app/Utils/settings.php:15
        • 26. /app/Models/Brand.php:42
        • 32. /app/Utils/brand-manager.php:30
        • 33. view::layouts.front-end.partials._header:331
        • 35. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • select `brands`.*, (select count(*) from `products` where `brands`.`id` = `products`.`brand_id` and ((`added_by` = 'admin') and exists (select * from `brands` where `products`.`brand_id` = `brands`.`id` and (`status` = 1)) and (`status` = 1) and (`request_status` = 1) or (`brand_id` is null and `status` = 1)) and (exists (select * from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` = 'approved')) or ((`added_by` = 'admin' and `status` = 1))) and `product_type` in ('digital', 'physical')) as `brand_products_count` from `brands` where `status` = 1 order by `created_at` desc
        122ms/app/Utils/brand-manager.php:30fastdeal_fastdeals
        Metadata
        Bindings
        • 0. admin
        • 1. 1
        • 2. 1
        • 3. 1
        • 4. 1
        • 5. approved
        • 6. admin
        • 7. 1
        • 8. digital
        • 9. physical
        • 10. 1
        Backtrace
        • 15. /app/Utils/brand-manager.php:30
        • 16. view::layouts.front-end.partials._header:331
        • 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 (2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103) and `translations`.`translationable_type` = 'App\Models\Brand' and `locale` = 'en'
        1.07ms/app/Utils/brand-manager.php:30fastdeal_fastdeals
        Metadata
        Bindings
        • 0. App\Models\Brand
        • 1. en
        Backtrace
        • 20. /app/Utils/brand-manager.php:30
        • 21. view::layouts.front-end.partials._header:331
        • 23. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 25. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `business_settings` where (`type` = 'business_mode') limit 1
        850μs/app/Utils/settings.php:15fastdeal_fastdeals
        Metadata
        Bindings
        • 0. business_mode
        Backtrace
        • 16. /app/Utils/settings.php:15
        • 23. view::layouts.front-end.partials._header:358
        • 25. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 26. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 27. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select count(*) as aggregate from `products` where ((`added_by` = 'admin') and exists (select * from `brands` where `products`.`brand_id` = `brands`.`id` and (`status` = 1)) and (`status` = 1) and (`request_status` = 1) or (`brand_id` is null and `status` = 1)) and (exists (select * from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` = 'approved')) or ((`added_by` = 'admin' and `status` = 1))) and `product_type` in ('digital', 'physical') and `discount` != 0
        3.6msview::layouts.front-end.partials._header:358fastdeal_fastdeals
        Metadata
        Bindings
        • 0. admin
        • 1. 1
        • 2. 1
        • 3. 1
        • 4. 1
        • 5. approved
        • 6. admin
        • 7. 1
        • 8. digital
        • 9. physical
        • 10. 0
        Backtrace
        • 16. view::layouts.front-end.partials._header:358
        • 18. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 19. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 20. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 21. /vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `business_settings` where (`type` = 'business_mode') limit 1
        700μs/app/Utils/settings.php:15fastdeal_fastdeals
        Metadata
        Bindings
        • 0. business_mode
        Backtrace
        • 16. /app/Utils/settings.php:15
        • 19. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 20. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 21. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 22. /vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `business_settings` where (`type` = 'loader_gif') limit 1
        810μs/app/Utils/settings.php:15fastdeal_fastdeals
        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 `flash_deals` where (`status` = 1 and `deal_type` = 'flash_deal') and date(`start_date`) <= '2025-06-29' and date(`end_date`) >= '2025-06-29' limit 1
        830μsview::layouts.front-end.partials._footer:172fastdeal_fastdeals
        Metadata
        Bindings
        • 0. 1
        • 1. flash_deal
        • 2. 2025-06-29
        • 3. 2025-06-29
        Backtrace
        • 16. view::layouts.front-end.partials._footer:172
        • 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
        760μs/app/Utils/settings.php:15fastdeal_fastdeals
        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
        590μs/app/Utils/settings.php:15fastdeal_fastdeals
        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
        580μs/app/Utils/settings.php:15fastdeal_fastdeals
        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
        490μs/app/Utils/settings.php:15fastdeal_fastdeals
        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
        470μs/app/Utils/settings.php:15fastdeal_fastdeals
        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
        520μs/app/Utils/settings.php:15fastdeal_fastdeals
        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
        600μs/app/Utils/settings.php:15fastdeal_fastdeals
        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\Brand
      114
      App\Models\BusinessSetting
      17
        decimal_point_settings
        2
        product_brand
        1
        digital_product
        1
        currency_model
        single_currency
        language
        array:2 [ 0 => array:6 [ "id" => "1" "name" => "english" "direction" => "ltr" "cod...
        local
        en
        direction
        ltr
        system_default_currency
        2
        system_default_currency_info
        App\Models\Currency {#6077 #connection: "mysql" #table: "currencies" #primaryKey: "id" #keyT...
        currency_code
        BDT
        currency_symbol
        currency_exchange_rate
        84
        _token
        GJNpRFO6dFPwHCFammrI2I8sK8l8yPLuGsvJA510
        guest_id
        823613
        currency_symbol_position
        left
        company_email
        info@fastdeals.com.bd
        _previous
        array:1 [ "url" => "https://www.fastdeals.com.bd/brands?page=7" ]
        _flash
        array:2 [ "old" => [] "new" => [] ]
        PHPDEBUGBAR_STACK_DATA
        []
        path_info
        /brands
        status_code
        200
        
        status_text
        OK
        format
        html
        content_type
        text/html; charset=UTF-8
        request_query
        0 of 0
        array:1 [ "page" => "7" ]
        request_request
        []
        
        request_headers
        0 of 0
        array:23 [ "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 => "gzip, br" ] "content-length" => array:1 [ 0 => "0" ] "host" => array:1 [ 0 => "www.fastdeals.com.bd" ] "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 => "216.73.216.163, 172.69.58.250" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "priority" => array:1 [ 0 => "u=0, i" ] "cf-ray" => array:1 [ 0 => "95700be0eae38a1f-ORD" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "sec-ch-ua" => array:1 [ 0 => ""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"" ] "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" ] "x-forwarded-proto" => array:1 [ 0 => "https" ] "cdn-loop" => array:1 [ 0 => "cloudflare; loops=1" ] "cf-connecting-ip" => array:1 [ 0 => "216.73.216.163" ] "cf-ipcountry" => array:1 [ 0 => "US" ] "cf-visitor" => array:1 [ 0 => "{"scheme":"https"}" ] ]
        request_server
        0 of 0
        array:65 [ "LSPHP_ENABLE_USER_INI" => "on" "PHPRC" => "/home/fastdeal/public_html" "PATH" => "/usr/local/bin:/usr/bin:/bin" "TEMP" => "/tmp" "TMP" => "/tmp" "TMPDIR" => "/tmp" "PWD" => "/" "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_ACCEPT_ENCODING" => "gzip, br" "CONTENT_LENGTH" => "0" "HTTP_HOST" => "www.fastdeals.com.bd" "HTTP_PRAGMA" => "no-cache" "HTTP_USER_AGENT" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" "HTTP_CACHE_CONTROL" => "no-cache" "HTTP_X_FORWARDED_FOR" => "216.73.216.163, 172.69.58.250" "HTTP_SEC_FETCH_MODE" => "navigate" "HTTP_SEC_FETCH_USER" => "?1" "HTTP_PRIORITY" => "u=0, i" "HTTP_CF_RAY" => "95700be0eae38a1f-ORD" "HTTP_SEC_FETCH_DEST" => "document" "HTTP_SEC_CH_UA" => ""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"" "HTTP_SEC_CH_UA_MOBILE" => "?0" "HTTP_SEC_CH_UA_PLATFORM" => ""Windows"" "HTTP_UPGRADE_INSECURE_REQUESTS" => "1" "HTTP_SEC_FETCH_SITE" => "none" "HTTP_X_FORWARDED_PROTO" => "https" "HTTP_CDN_LOOP" => "cloudflare; loops=1" "HTTP_CF_CONNECTING_IP" => "216.73.216.163" "HTTP_CF_IPCOUNTRY" => "US" "HTTP_CF_VISITOR" => "{"scheme":"https"}" "REDIRECT_HTTPS" => "on" "REDIRECT_SERVER_PORT" => "443" "REDIRECT_UNIQUE_ID" => "aGBVKX6e9pR0SXYbJrKP-AAAARQ" "REDIRECT_SCRIPT_URL" => "/brands" "REDIRECT_SCRIPT_URI" => "https://www.fastdeals.com.bd/brands" "REDIRECT_STATUS" => "200" "HTTPS" => "on" "SERVER_PORT" => "443" "UNIQUE_ID" => "aGBVKX6e9pR0SXYbJrKP-AAAARQ" "SCRIPT_URL" => "/brands" "SCRIPT_URI" => "https://www.fastdeals.com.bd/brands" "SERVER_SIGNATURE" => "" "SERVER_SOFTWARE" => "Apache" "SERVER_NAME" => "www.fastdeals.com.bd" "SERVER_ADDR" => "198.54.120.88" "REMOTE_ADDR" => "216.73.216.163" "DOCUMENT_ROOT" => "/home/fastdeal/public_html" "REQUEST_SCHEME" => "https" "CONTEXT_PREFIX" => "" "CONTEXT_DOCUMENT_ROOT" => "/home/fastdeal/public_html" "SERVER_ADMIN" => "webmaster@fastdeals.com.bd" "SCRIPT_FILENAME" => "/home/fastdeal/public_html/index.php" "REMOTE_PORT" => "36316" "REDIRECT_URL" => "/brands" "REDIRECT_QUERY_STRING" => "page=7" "SERVER_PROTOCOL" => "HTTP/1.1" "REQUEST_METHOD" => "GET" "QUERY_STRING" => "page=7" "REQUEST_URI" => "/brands?page=7" "SCRIPT_NAME" => "/index.php" "PHP_SELF" => "/index.php" "REQUEST_TIME_FLOAT" => 1751143721.2161 "REQUEST_TIME" => 1751143721 "argv" => array:1 [ 0 => "page=7" ] "argc" => 1 ]
        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 => "Sat, 28 Jun 2025 20:48:41 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IldZeCtZQ3pudG9adUxYTTZUTjIwTWc9PSIsInZhbHVlIjoieEhIbUZDRFBEdmZ1clIyc2dIeEhSY1JqbXRIUUJQbSs1M0xxSHRGQ0VOV1Nhc0ZyTzBYcmVkV2IydWtXZGJiYUJnOXkwb1VHcHNtZjY5S2F2ZjFSRHNYaHRKZHV6LzVRci9KcjJtb0xUdlBsbk13UEQ4VE82aHF1d1NGQkFaYUYiLCJtYWMiOiJlMjNjYTRmNDA0MzNkODNkZmI1MmZkZjFkMTg0ZWM0MWIwMjJlYWZkYzcxM2ViMGM2NWM4NDIxMDQ2OWI0NmRmIiwidGFnIjoiIn0%3D; expires=Sat, 28 Jun 2025 21:48:41 GMT; Max-Age=3600; path=/XSRF-TOKEN=eyJpdiI6IldZeCtZQ3pudG9adUxYTTZUTjIwTWc9PSIsInZhbHVlIjoieEhIbUZDRFBEdmZ1clIyc2dIeEhSY1JqbXRIUUJQbSs1M0xxSHRGQ0VOV1Nhc0ZyTzBYcmVkV2IydWtXZGJiYUJnOXkwb" 1 => "ecommatrix_session=eyJpdiI6InFEWS82OFFaY0crTXgxaVMrelBmVWc9PSIsInZhbHVlIjoiY0ZXeDBTaVF6ZFVZSjdMcE50LzdVSmhsZHIxOFgvTEVoemVIcFBtMUNrMjdhME9Id0hhaER5c2lFME14NkF0ODArV3B6NmlrUHlLK1VrYUVpWnY3ZTZXai9DZk8zejhqTm1nZFRkbXFKRGdVdHZTWFMrR0hPR1J3SXBiMDAzREsiLCJtYWMiOiI3NjY4YTZmODUxZTBkMDkyZjMzZmUxNzZjZjczZmM0MTY5MzkwZDhlMTgzOGNjYTY0MzY2NjQzMzY5NDI0MmI4IiwidGFnIjoiIn0%3D; expires=Sat, 28 Jun 2025 21:48:41 GMT; Max-Age=3600; path=/; httponlyecommatrix_session=eyJpdiI6InFEWS82OFFaY0crTXgxaVMrelBmVWc9PSIsInZhbHVlIjoiY0ZXeDBTaVF6ZFVZSjdMcE50LzdVSmhsZHIxOFgvTEVoemVIcFBtMUNrMjdhME9Id0hhaER5c2lFME14NkF0O" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IldZeCtZQ3pudG9adUxYTTZUTjIwTWc9PSIsInZhbHVlIjoieEhIbUZDRFBEdmZ1clIyc2dIeEhSY1JqbXRIUUJQbSs1M0xxSHRGQ0VOV1Nhc0ZyTzBYcmVkV2IydWtXZGJiYUJnOXkwb1VHcHNtZjY5S2F2ZjFSRHNYaHRKZHV6LzVRci9KcjJtb0xUdlBsbk13UEQ4VE82aHF1d1NGQkFaYUYiLCJtYWMiOiJlMjNjYTRmNDA0MzNkODNkZmI1MmZkZjFkMTg0ZWM0MWIwMjJlYWZkYzcxM2ViMGM2NWM4NDIxMDQ2OWI0NmRmIiwidGFnIjoiIn0%3D; expires=Sat, 28-Jun-2025 21:48:41 GMT; path=/XSRF-TOKEN=eyJpdiI6IldZeCtZQ3pudG9adUxYTTZUTjIwTWc9PSIsInZhbHVlIjoieEhIbUZDRFBEdmZ1clIyc2dIeEhSY1JqbXRIUUJQbSs1M0xxSHRGQ0VOV1Nhc0ZyTzBYcmVkV2IydWtXZGJiYUJnOXkwb" 1 => "ecommatrix_session=eyJpdiI6InFEWS82OFFaY0crTXgxaVMrelBmVWc9PSIsInZhbHVlIjoiY0ZXeDBTaVF6ZFVZSjdMcE50LzdVSmhsZHIxOFgvTEVoemVIcFBtMUNrMjdhME9Id0hhaER5c2lFME14NkF0ODArV3B6NmlrUHlLK1VrYUVpWnY3ZTZXai9DZk8zejhqTm1nZFRkbXFKRGdVdHZTWFMrR0hPR1J3SXBiMDAzREsiLCJtYWMiOiI3NjY4YTZmODUxZTBkMDkyZjMzZmUxNzZjZjczZmM0MTY5MzkwZDhlMTgzOGNjYTY0MzY2NjQzMzY5NDI0MmI4IiwidGFnIjoiIn0%3D; expires=Sat, 28-Jun-2025 21:48:41 GMT; path=/; httponlyecommatrix_session=eyJpdiI6InFEWS82OFFaY0crTXgxaVMrelBmVWc9PSIsInZhbHVlIjoiY0ZXeDBTaVF6ZFVZSjdMcE50LzdVSmhsZHIxOFgvTEVoemVIcFBtMUNrMjdhME9Id0hhaER5c2lFME14NkF0O" ] ]
        session_attributes
        0 of 0
        array:19 [ "decimal_point_settings" => 2 "product_brand" => "1" "digital_product" => 1 "currency_model" => "single_currency" "language" => array:2 [ 0 => array:6 [ "id" => "1" "name" => "english" "direction" => "ltr" "code" => "en" "status" => 1 "default" => true ] 1 => array:6 [ "id" => 2 "name" => "Bangla" "direction" => "ltr" "code" => "bd" "status" => 1 "default" => false ] ] "local" => "en" "direction" => "ltr" "system_default_currency" => 2 "system_default_currency_info" => App\Models\Currency {#6077 #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" => "2" "name" => "BDT" "symbol" => "" "code" => "BDT" "exchange_rate" => "84" "status" => "1" "created_at" => null "updated_at" => "2021-07-06 07:52:58" ] #original: array:8 [ "id" => "2" "name" => "BDT" "symbol" => "" "code" => "BDT" "exchange_rate" => "84" "status" => "1" "created_at" => null "updated_at" => "2021-07-06 07:52:58" ] #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" => "BDT" "currency_symbol" => "" "currency_exchange_rate" => "84" "_token" => "GJNpRFO6dFPwHCFammrI2I8sK8l8yPLuGsvJA510" "guest_id" => 823613 "currency_symbol_position" => "left" "company_email" => "info@fastdeals.com.bd" "_previous" => array:1 [ "url" => "https://www.fastdeals.com.bd/brands?page=7" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]