Brands

Find your favourite brands and products

براند ١
براند ١
Request history8.3.6PHP Version257msRequest Duration9MBMemory UsageGET brandsRoute
    • Booting (129ms)time
    • Application (128ms)time
    • 1 x Booting (50.04%)
      129ms
      1 x Application (49.96%)
      128ms
      14 templates were rendered
      • web-views.products.brandsbrands.blade.php#?blade
      • pagination::bootstrap-4bootstrap-4.blade.php#?blade
      • layouts.front-end.appapp.blade.php#?blade
      • web-views.partials._robotsMetaContentData_robotsMetaContentData.blade.php#?blade
      • system-partials._analytics_script_analytics_script.blade.php#?blade
      • layouts.front-end.partials._modals_modals.blade.php#?blade
      • layouts.front-end.partials._quick-view-modal_quick-view-modal.blade.php#?blade
      • layouts.front-end.partials.modal._buy-now_buy-now.blade.php#?blade
      • layouts.front-end.partials._header_header.blade.php#?blade
      • layouts.front-end.partials._cart_cart.blade.php#?blade
      • layouts.front-end.partials._alert-message_alert-message.blade.php#?blade
      • layouts.front-end.partials._footer_footer.blade.php#?blade
      • layouts.front-end.partials.modal._dynamic-modals_dynamic-modals.blade.php#?blade
      • layouts.front-end.partials._firebase-script_firebase-script.blade.php#?blade
      uri
      GET brands
      middleware
      web, maintenance_mode, guestCheck
      controller
      App\Http\Controllers\Web\WebController@getAllBrandsView
      namespace
      App\Http\Controllers\Web
      prefix
      where
      as
      brands
      file
      app/Http/Controllers/Web/WebController.php:146-170
      16 statements were executed (4 duplicates)Show only duplicates25.68ms
      • GuestMiddleware.php#24vestidokw_co580μsinsert into `guest_users` (`ip_address`, `updated_at`, `created_at`) values ('3.19.213.242', '2025-03-15 00:19:47', '2025-03-15 00:19:47')
        Bindings
        • 0: 3.19.213.242
        • 1: 2025-03-15 00:19:47
        • 2: 2025-03-15 00:19:47
        Backtrace
        • middleware::guestCheck:24
        • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:183
        • middleware::maintenance_mode:30
        • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:183
        • middleware::api_lang:22
      • RobotsMetaContentRepository.php#27vestidokw_co11.15msselect * from `robots_meta_contents` where (`page_name` = 'brands') limit 1
        Bindings
        • 0: brands
        Backtrace
        • app/Repositories/RobotsMetaContentRepository.php:27
        • app/Http/Controllers/Web/WebController.php:148
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • RobotsMetaContentRepository.php#27vestidokw_co930μsselect * from `robots_meta_contents` where (`page_name` = 'default') limit 1
        Bindings
        • 0: default
        Backtrace
        • app/Repositories/RobotsMetaContentRepository.php:27
        • app/Http/Controllers/Web/WebController.php:150
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • WebController.php#202vestidokw_co2.25msselect count(*) as aggregate from `brands` where `status` = 1
        Bindings
        • 0: 1
        Backtrace
        • app/Http/Controllers/Web/WebController.php:202
        • app/Http/Controllers/Web/WebController.php:164
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • WebController.php#202vestidokw_co690μsselect `brands`.*, (select count(*) from `products` where `brands`.`id` = `products`.`brand_id` and (`status` = 1) and (`request_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 18 offset 0
        Bindings
        • 0: 1
        • 1: 1
        • 2: approved
        • 3: admin
        • 4: 1
        • 5: digital
        • 6: physical
        • 7: 1
        Backtrace
        • app/Http/Controllers/Web/WebController.php:202
        • app/Http/Controllers/Web/WebController.php:164
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • WebController.php#202vestidokw_co910μsselect `products`.*, (select count(*) from `order_details` where `products`.`id` = `order_details`.`product_id`) as `order_details_count` from `products` where (`status` = 1) and (`request_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 `products`.`brand_id` in (1)
        Bindings
        • 0: 1
        • 1: 1
        • 2: approved
        • 3: admin
        • 4: 1
        • 5: digital
        • 6: physical
        Backtrace
        • app/Http/Controllers/Web/WebController.php:202
        • app/Http/Controllers/Web/WebController.php:164
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • WebController.php#202vestidokw_co840μsselect * from `translations` where `translations`.`translationable_id` in (1, 2, 3) and `translations`.`translationable_type` = 'App\\Models\\Product' and `locale` = 'en'
        Bindings
        • 0: App\Models\Product
        • 1: en
        Backtrace
        • app/Http/Controllers/Web/WebController.php:202
        • app/Http/Controllers/Web/WebController.php:164
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • WebController.php#202vestidokw_co1.19msselect * from `reviews` where `reviews`.`product_id` in (1, 2, 3) and `delivery_man_id` is null and `status` = 1
        Bindings
        • 0: 1
        Backtrace
        • app/Http/Controllers/Web/WebController.php:202
        • app/Http/Controllers/Web/WebController.php:164
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • WebController.php#202vestidokw_co960μsselect * from `translations` where `translations`.`translationable_id` in (1) and `translations`.`translationable_type` = 'App\\Models\\Brand' and `locale` = 'en'
        Bindings
        • 0: App\Models\Brand
        • 1: en
        Backtrace
        • app/Http/Controllers/Web/WebController.php:202
        • app/Http/Controllers/Web/WebController.php:164
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • product-manager.php#2389vestidokw_co410μsselect * from `carts` where exists (select * from `products` where `carts`.`product_id` = `products`.`id` and (`status` = 1) and (`request_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 `status` = 1) and (`customer_id` = 2565 and `is_guest` = 1)
        Bindings
        • 0: 1
        • 1: 1
        • 2: approved
        • 3: admin
        • 4: 1
        • 5: digital
        • 6: physical
        • 7: 1
        • 8: 2565
        • 9: 1
        Backtrace
        • app/Utils/product-manager.php:2389
        • app/Utils/cart-manager.php:50
        • view::layouts.front-end.partials._cart:1
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • cart-manager.php#130vestidokw_co2.14msselect `cart_group_id` from `carts` where exists (select * from `products` where `carts`.`product_id` = `products`.`id` and (`status` = 1) and (`request_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 `status` = 1) and (`customer_id` = 2565 and `is_guest` = 1) group by `cart_group_id`
        Bindings
        • 0: 1
        • 1: 1
        • 2: approved
        • 3: admin
        • 4: 1
        • 5: digital
        • 6: physical
        • 7: 1
        • 8: 2565
        • 9: 1
        Backtrace
        • app/Utils/cart-manager.php:130
        • app/Utils/cart-manager.php:61
        • vendor/laravel/framework/src/Illuminate/Conditionable/Traits/Conditionable.php:34
        • app/Utils/cart-manager.php:60
        • view::layouts.front-end.partials._cart:1
      • cart-manager.php#69vestidokw_co210μsselect * from `carts` where exists (select * from `products` where `carts`.`product_id` = `products`.`id` and (`status` = 1) and (`request_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 `status` = 1) and 0 = 1
        Bindings
        • 0: 1
        • 1: 1
        • 2: approved
        • 3: admin
        • 4: 1
        • 5: digital
        • 6: physical
        • 7: 1
        Backtrace
        • app/Utils/cart-manager.php:69
        • view::layouts.front-end.partials._cart:1
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • product-manager.php#2389vestidokw_co370μsselect * from `carts` where exists (select * from `products` where `carts`.`product_id` = `products`.`id` and (`status` = 1) and (`request_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 `status` = 1) and (`customer_id` = 2565 and `is_guest` = 1)
        Bindings
        • 0: 1
        • 1: 1
        • 2: approved
        • 3: admin
        • 4: 1
        • 5: digital
        • 6: physical
        • 7: 1
        • 8: 2565
        • 9: 1
        Backtrace
        • app/Utils/product-manager.php:2389
        • app/Utils/cart-manager.php:50
        • view::layouts.front-end.partials._cart:2
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • cart-manager.php#130vestidokw_co1.46msselect `cart_group_id` from `carts` where exists (select * from `products` where `carts`.`product_id` = `products`.`id` and (`status` = 1) and (`request_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 `status` = 1) and (`customer_id` = 2565 and `is_guest` = 1) group by `cart_group_id`
        Bindings
        • 0: 1
        • 1: 1
        • 2: approved
        • 3: admin
        • 4: 1
        • 5: digital
        • 6: physical
        • 7: 1
        • 8: 2565
        • 9: 1
        Backtrace
        • app/Utils/cart-manager.php:130
        • app/Utils/cart-manager.php:61
        • vendor/laravel/framework/src/Illuminate/Conditionable/Traits/Conditionable.php:34
        • app/Utils/cart-manager.php:60
        • view::layouts.front-end.partials._cart:2
      • cart-manager.php#69vestidokw_co190μsselect * from `carts` where exists (select * from `products` where `carts`.`product_id` = `products`.`id` and (`status` = 1) and (`request_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 `status` = 1) and 0 = 1 and (`is_checked` = 1)
        Bindings
        • 0: 1
        • 1: 1
        • 2: approved
        • 3: admin
        • 4: 1
        • 5: digital
        • 6: physical
        • 7: 1
        • 8: 1
        Backtrace
        • app/Utils/cart-manager.php:69
        • view::layouts.front-end.partials._cart:2
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • _footer.blade.php#130vestidokw_co1.4msselect * from `flash_deals` where (`status` = 1 and `deal_type` = 'flash_deal') and date(`start_date`) <= '2025-03-15' and date(`end_date`) >= '2025-03-15' limit 1
        Bindings
        • 0: 1
        • 1: flash_deal
        • 2: 2025-03-15
        • 3: 2025-03-15
        Backtrace
        • view::layouts.front-end.partials._footer:130
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      App\Models\Product
      3Product.php#?
      App\Models\Brand
      1Brand.php#?
          system_default_currency_info
          App\Models\Currency {#1938 #connection: "mysql" #table: "currencies" #primaryKey: "id" #keyT...
          currency_code
          KWD
          currency_symbol
          KWD
          currency_exchange_rate
          1
          usd
          1
          _token
          2HV6M2zkICm2hCb0nLNIL2KFilRRtDGz0MCohPb9
          guest_id
          2565
          product_brand
          1
          local
          en
          direction
          ltr
          _previous
          array:1 [ "url" => "https://vestidokw.com/brands" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          path_info
          /brands
          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:26 [ "content-length" => array:1 [ 0 => "0" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "sec-ch-ua-mobile" => array:1 [ 0 => "?0" ] "sec-ch-ua" => array:1 [ 0 => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" ] "cache-control" => array:1 [ 0 => "no-cache" ] "pragma" => array:1 [ 0 => "no-cache" ] "cdn-loop" => array:1 [ 0 => "cloudflare; loops=1" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "accept" => array:1 [ 0 => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" ] "cf-connecting-ip" => array:1 [ 0 => "3.19.213.242" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "cf-visitor" => array:1 [ 0 => "{"scheme":"https"}" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "cf-ipcountry" => array:1 [ 0 => "US" ] "accept-encoding" => array:1 [ 0 => "gzip, br" ] "priority" => array:1 [ 0 => "u=0, i" ] "cf-ray" => array:1 [ 0 => "9206cfb22cf4e7fc-ORD" ] "connection" => array:1 [ 0 => "close" ] "x-forwarded-proto" => array:1 [ 0 => "https" ] "x-forwarded-port" => array:1 [ 0 => "443" ] "x-forwarded-for" => array:1 [ 0 => "3.19.213.242" ] "x-real-ip" => array:1 [ 0 => "3.19.213.242" ] "host" => array:1 [ 0 => "vestidokw.com" ] ]
          request_cookies
          []
          
          response_headers
          0 of 0
          array:7 [ "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [ 0 => "private, must-revalidate" ] "date" => array:1 [ 0 => "Fri, 14 Mar 2025 21:19:47 GMT" ] "pragma" => array:1 [ 0 => "no-cache" ] "expires" => array:1 [ 0 => "-1" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IjB3bXJHSnVlTEYwZldYUjkydlpmOWc9PSIsInZhbHVlIjoiR2FseTFucDNLNW1Ga0ErRjk2MWEyRzhDM0h4bFlwSGxBYU5oQ3MzWHh5WjhwbDhwd01LTDFXYXpaam90TnpBd1ZpaUxwMmJzcmRld1ZlbXM5bVcwbEFCYTlUdmYwOFBOVG5hZDV5QnlpS1FpaTRwQ3REZEJtUUI0cWRKeVpFYSsiLCJtYWMiOiJjOGE3ZmU1MTMxOGIzMzQ3M2IzZDZlNDM0Mzk5OTUzNmNjYTQzZDYzMGFkMjgxYTViMDk5MTVjYTMzMTEzNDFhIiwidGFnIjoiIn0%3D; expires=Fri, 14 Mar 2025 22:19:48 GMT; Max-Age=3600; path=/XSRF-TOKEN=eyJpdiI6IjB3bXJHSnVlTEYwZldYUjkydlpmOWc9PSIsInZhbHVlIjoiR2FseTFucDNLNW1Ga0ErRjk2MWEyRzhDM0h4bFlwSGxBYU5oQ3MzWHh5WjhwbDhwd01LTDFXYXpaam90TnpBd1ZpaUxwM" 1 => "6valley1741435106_session=eyJpdiI6IlIyYm5kTFplTXlaam5MRkl3dVB3T3c9PSIsInZhbHVlIjoiVDBpMlFpUHB6bEthQ2M3bERpTWgvNzduMXhlZ0tLaUJTRUpEOUJwUnNjNElqa01wcVB3UGtzNjJBN0JmRjFackYzUnFkYkNDeXNQdGhEUFp1QmljWXBEeDMrY2ZnRnBVY3pqZkdYWjVvQkVkSE5qYTNEdTVkN1hIcTFqbzY3ZVEiLCJtYWMiOiJhYmMyNTY5ZjdjNTUzYTJlZGRjODkwZmQ5MjBmZjBiZWIzMTcwYjZhOTYxMDExZjcyMjQ5MmIxNzYwOGQ4ZDEwIiwidGFnIjoiIn0%3D; expires=Fri, 14 Mar 2025 22:19:48 GMT; Max-Age=3600; path=/; httponly6valley1741435106_session=eyJpdiI6IlIyYm5kTFplTXlaam5MRkl3dVB3T3c9PSIsInZhbHVlIjoiVDBpMlFpUHB6bEthQ2M3bERpTWgvNzduMXhlZ0tLaUJTRUpEOUJwUnNjNElqa01wcVB3UGtzNjJBN0" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IjB3bXJHSnVlTEYwZldYUjkydlpmOWc9PSIsInZhbHVlIjoiR2FseTFucDNLNW1Ga0ErRjk2MWEyRzhDM0h4bFlwSGxBYU5oQ3MzWHh5WjhwbDhwd01LTDFXYXpaam90TnpBd1ZpaUxwMmJzcmRld1ZlbXM5bVcwbEFCYTlUdmYwOFBOVG5hZDV5QnlpS1FpaTRwQ3REZEJtUUI0cWRKeVpFYSsiLCJtYWMiOiJjOGE3ZmU1MTMxOGIzMzQ3M2IzZDZlNDM0Mzk5OTUzNmNjYTQzZDYzMGFkMjgxYTViMDk5MTVjYTMzMTEzNDFhIiwidGFnIjoiIn0%3D; expires=Fri, 14-Mar-2025 22:19:48 GMT; path=/XSRF-TOKEN=eyJpdiI6IjB3bXJHSnVlTEYwZldYUjkydlpmOWc9PSIsInZhbHVlIjoiR2FseTFucDNLNW1Ga0ErRjk2MWEyRzhDM0h4bFlwSGxBYU5oQ3MzWHh5WjhwbDhwd01LTDFXYXpaam90TnpBd1ZpaUxwM" 1 => "6valley1741435106_session=eyJpdiI6IlIyYm5kTFplTXlaam5MRkl3dVB3T3c9PSIsInZhbHVlIjoiVDBpMlFpUHB6bEthQ2M3bERpTWgvNzduMXhlZ0tLaUJTRUpEOUJwUnNjNElqa01wcVB3UGtzNjJBN0JmRjFackYzUnFkYkNDeXNQdGhEUFp1QmljWXBEeDMrY2ZnRnBVY3pqZkdYWjVvQkVkSE5qYTNEdTVkN1hIcTFqbzY3ZVEiLCJtYWMiOiJhYmMyNTY5ZjdjNTUzYTJlZGRjODkwZmQ5MjBmZjBiZWIzMTcwYjZhOTYxMDExZjcyMjQ5MmIxNzYwOGQ4ZDEwIiwidGFnIjoiIn0%3D; expires=Fri, 14-Mar-2025 22:19:48 GMT; path=/; httponly6valley1741435106_session=eyJpdiI6IlIyYm5kTFplTXlaam5MRkl3dVB3T3c9PSIsInZhbHVlIjoiVDBpMlFpUHB6bEthQ2M3bERpTWgvNzduMXhlZ0tLaUJTRUpEOUJwUnNjNElqa01wcVB3UGtzNjJBN0" ] ]
          session_attributes
          0 of 0
          array:12 [ "system_default_currency_info" => App\Models\Currency {#1938 #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" => 8 "name" => "KWD" "symbol" => "KWD" "code" => "KWD" "exchange_rate" => "1" "status" => 1 "created_at" => "2025-03-05 14:05:47" "updated_at" => "2025-03-05 14:05:54" ] #original: array:8 [ "id" => 8 "name" => "KWD" "symbol" => "KWD" "code" => "KWD" "exchange_rate" => "1" "status" => 1 "created_at" => "2025-03-05 14:05:47" "updated_at" => "2025-03-05 14:05:54" ] #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" => "KWD" "currency_symbol" => "KWD" "currency_exchange_rate" => "1" "usd" => 1 "_token" => "2HV6M2zkICm2hCb0nLNIL2KFilRRtDGz0MCohPb9" "guest_id" => 2565 "product_brand" => "1" "local" => "en" "direction" => "ltr" "_previous" => array:1 [ "url" => "https://vestidokw.com/brands" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-03-15 00:19:48GET/brands14164