Loading...
Book an Appointment
logo
logo

INSTRUMENT TROLLEY

Rs 7450.00

 Instrument trolleys provide surface and storage space for nurses and medical staff to safely place equipment for transportation.

Featuring castor wheels, they can easily be pushed between locations to efficiently and easily move instruments to where they are required.

Need help ? Contact us
SettingsRequest history8.2.28PHP Version73.33msRequest Duration3MBMemory UsageGET product/{id}
status
200 OK
full_url
https://careconnect.living/product/instrument-trolley
action_name
product
controller_action
App\Http\Controllers\ProductController@getProductBySlug
Theme
Open Button Position
Hide Empty Tabs
Autoshow
Reset to defaults
status
200 OK
full_url
https://careconnect.living/product/instrument-trolley
action_name
product
controller_action
App\Http\Controllers\ProductController@getProductBySlug
uri
GET product/{id}
controller
App\Http\Controllers\ProductController@getProductBySlug
file
app/Http/Controllers/ProductController.php:20-25
middleware
web
duration
74.26ms
peak_memory
4MB
response
text/html; charset=UTF-8
request_format
html
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 => "gzip, br" ] "host" => array:1 [ 0 => "careconnect.living" ] "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 => "18.117.108.134" ] "cf-visitor" => array:1 [ 0 => "{"scheme":"https"}" ] "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 => "94061097ff485314-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 => "18.117.108.134" ] "cf-ipcountry" => array:1 [ 0 => "US" ] ]
request_cookies
[]
response_headers
0 of 0
array:3 [ "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [ 0 => "no-cache, private" ] "date" => array:1 [ 0 => "Thu, 15 May 2025 22:27:46 GMT" ] ]
session_attributes
0 of 0
array:1 [ "_token" => "SQF2gweyUcAa6dkeK2qThtkioilrQnkBTIUgiPxL" ]
    • Booting (35.15ms)time
    • Application (38.17ms)time
    • Routing (670μs)
    • Preparing Response (8.71ms)
    • 1 x Application (52.05%)
      38.17ms
      1 x Booting (47.93%)
      35.15ms
      1 x Preparing Response (11.88%)
      8.71ms
      1 x Routing (0.91%)
      670μs
      6 templates were rendered
      • front.care-connect.product-detailsproduct-details.blade.php#?blade
      • front.components.mobile-layout-slidermobile-layout-slider.blade.php#?blade
      • front.care-connect.layouts.appapp.blade.php#?blade
      • front.care-connect.layouts.partial.headerheader.blade.php#?blade
      • content.contentcontent.blade.php#?blade
      • front.care-connect.layouts.partial.footerfooter.blade.php#?blade
      uri
      GET product/{id}
      middleware
      web
      controller
      App\Http\Controllers\ProductController@getProductBySlug
      as
      product
      file
      app/Http/Controllers/ProductController.php:20-25
      36 statements were executed (9 duplicates)Show only duplicates9.1ms
      • AssignPermissions.php#29u101397517_careconnect1.82msselect * from `roles` where (`name` = 'patient') limit 1
        Bindings
        • 0: patient
        Backtrace
        • app/Http/Middleware/AssignPermissions.php:29
        • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:209
        • vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php:51
        • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:209
        • vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php:88
      • AssignPermissions.php#32u101397517_careconnect260μsselect * from `permissions` where (`name` = 'appointment-bookings') limit 1
        Bindings
        • 0: appointment-bookings
        Backtrace
        • app/Http/Middleware/AssignPermissions.php:32
        • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:209
        • vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php:51
        • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:209
        • vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php:88
      • Role.php#191u101397517_careconnect250μsselect `permissions`.*, `role_has_permissions`.`role_id` as `pivot_role_id`, `role_has_permissions`.`permission_id` as `pivot_permission_id` from `permissions` inner join `role_has_permissions` on `permissions`.`id` = `role_has_permissions`.`permission_id` where `role_has_permissions`.`role_id` in (4)
        Backtrace
        • vendor/spatie/laravel-permission/src/Models/Role.php:191
        • app/Http/Middleware/AssignPermissions.php:34
        • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:209
        • vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php:51
        • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:209
      • AssignPermissions.php#32u101397517_careconnect290μsselect * from `permissions` where (`name` = 'bookings') limit 1
        Bindings
        • 0: bookings
        Backtrace
        • app/Http/Middleware/AssignPermissions.php:32
        • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:209
        • vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php:51
        • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:209
        • vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php:88
      • AssignPermissions.php#32u101397517_careconnect270μsselect * from `permissions` where (`name` = 'rental-bookings') limit 1
        Bindings
        • 0: rental-bookings
        Backtrace
        • app/Http/Middleware/AssignPermissions.php:32
        • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:209
        • vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php:51
        • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:209
        • vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php:88
      • AssignPermissions.php#29u101397517_careconnect270μsselect * from `roles` where (`name` = 'doctor') limit 1
        Bindings
        • 0: doctor
        Backtrace
        • app/Http/Middleware/AssignPermissions.php:29
        • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:209
        • vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php:51
        • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:209
        • vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php:88
      • AssignPermissions.php#32u101397517_careconnect220μsselect * from `permissions` where (`name` = 'appointment-bookings') limit 1
        Bindings
        • 0: appointment-bookings
        Backtrace
        • app/Http/Middleware/AssignPermissions.php:32
        • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:209
        • vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php:51
        • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:209
        • vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php:88
      • Role.php#191u101397517_careconnect270μsselect `permissions`.*, `role_has_permissions`.`role_id` as `pivot_role_id`, `role_has_permissions`.`permission_id` as `pivot_permission_id` from `permissions` inner join `role_has_permissions` on `permissions`.`id` = `role_has_permissions`.`permission_id` where `role_has_permissions`.`role_id` in (5)
        Backtrace
        • vendor/spatie/laravel-permission/src/Models/Role.php:191
        • app/Http/Middleware/AssignPermissions.php:34
        • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:209
        • vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php:51
        • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:209
      • AssignPermissions.php#32u101397517_careconnect210μsselect * from `permissions` where (`name` = 'bookings') limit 1
        Bindings
        • 0: bookings
        Backtrace
        • app/Http/Middleware/AssignPermissions.php:32
        • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:209
        • vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php:51
        • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:209
        • vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php:88
      • AssignPermissions.php#29u101397517_careconnect230μsselect * from `roles` where (`name` = 'customer') limit 1
        Bindings
        • 0: customer
        Backtrace
        • app/Http/Middleware/AssignPermissions.php:29
        • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:209
        • vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php:51
        • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:209
        • vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php:88
      • AssignPermissions.php#32u101397517_careconnect180μsselect * from `permissions` where (`name` = 'bookings') limit 1
        Bindings
        • 0: bookings
        Backtrace
        • app/Http/Middleware/AssignPermissions.php:32
        • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:209
        • vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php:51
        • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:209
        • vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php:88
      • Role.php#191u101397517_careconnect190μsselect `permissions`.*, `role_has_permissions`.`role_id` as `pivot_role_id`, `role_has_permissions`.`permission_id` as `pivot_permission_id` from `permissions` inner join `role_has_permissions` on `permissions`.`id` = `role_has_permissions`.`permission_id` where `role_has_permissions`.`role_id` in (6)
        Backtrace
        • vendor/spatie/laravel-permission/src/Models/Role.php:191
        • app/Http/Middleware/AssignPermissions.php:34
        • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:209
        • vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php:51
        • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:209
      • AssignPermissions.php#32u101397517_careconnect170μsselect * from `permissions` where (`name` = 'rental-bookings') limit 1
        Bindings
        • 0: rental-bookings
        Backtrace
        • app/Http/Middleware/AssignPermissions.php:32
        • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:209
        • vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php:51
        • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:209
        • vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php:88
      • ProductDetailService.php#34u101397517_careconnect260μsselect * from `products` where `slug` = 'instrument-trolley' limit 1
        Bindings
        • 0: instrument-trolley
        Backtrace
        • app/Services/ProductDetailService.php:34
        • app/Http/Controllers/ProductController.php:22
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:44
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • ProductDetailService.php#34u101397517_careconnect260μsselect * from `product_images` where `product_images`.`products_id` in (81) order by `updated_at` desc
        Backtrace
        • app/Services/ProductDetailService.php:34
        • app/Http/Controllers/ProductController.php:22
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:44
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • ProductDetailService.php#34u101397517_careconnect240μsselect `categories`.*, `category_products`.`id_product` as `pivot_id_product`, `category_products`.`id_category` as `pivot_id_category` from `categories` inner join `category_products` on `categories`.`id` = `category_products`.`id_category` where `category_products`.`id_product` in (81)
        Backtrace
        • app/Services/ProductDetailService.php:34
        • app/Http/Controllers/ProductController.php:22
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:44
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • ProductDetailService.php#34u101397517_careconnect220μsselect * from `product_variations` where `product_variations`.`products_id` in (81)
        Backtrace
        • app/Services/ProductDetailService.php:34
        • app/Http/Controllers/ProductController.php:22
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:44
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • ProductDetailService.php#34u101397517_careconnect210μsselect * from `product_s_k_u_s` where `product_s_k_u_s`.`products_id` in (81)
        Backtrace
        • app/Services/ProductDetailService.php:34
        • app/Http/Controllers/ProductController.php:22
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:44
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • ProductDetailService.php#34u101397517_careconnect190μsselect * from `stocks` where `stocks`.`products_id` in (81)
        Backtrace
        • app/Services/ProductDetailService.php:34
        • app/Http/Controllers/ProductController.php:22
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:44
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • ProductDetailService.php#36u101397517_careconnect190μsselect * from `attributes`
        Backtrace
        • app/Services/ProductDetailService.php:36
        • app/Http/Controllers/ProductController.php:22
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:44
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • ProductDetailService.php#36u101397517_careconnect200μsselect * from `attribute_values` where `attribute_values`.`attribute_id` in (1, 2, 3)
        Backtrace
        • app/Services/ProductDetailService.php:36
        • app/Http/Controllers/ProductController.php:22
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:44
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • ProductDetailService.php#38u101397517_careconnect170μsselect `value` from `settings` where `key` = 'display_online_shop_product' limit 1
        Bindings
        • 0: display_online_shop_product
        Backtrace
        • app/Services/ProductDetailService.php:38
        • app/Http/Controllers/ProductController.php:22
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:44
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • ProductDetailService.php#49u101397517_careconnect190μsselect * from `settings` where `key` = 'product_stock_from_api' limit 1
        Bindings
        • 0: product_stock_from_api
        Backtrace
        • app/Services/ProductDetailService.php:49
        • app/Http/Controllers/ProductController.php:22
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:44
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • ProductService.php#37u101397517_careconnect170μsselect `value` from `settings` where `key` = 'stock_required_online_shop' limit 1
        Bindings
        • 0: stock_required_online_shop
        Backtrace
        • app/Services/ProductService.php:37
        • app/Services/ProductDetailService.php:52
        • app/Http/Controllers/ProductController.php:22
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:44
      • ProductService.php#51u101397517_careconnect150μsselect * from `product_variations` where `products_id` = 81
        Bindings
        • 0: 81
        Backtrace
        • app/Services/ProductService.php:51
        • app/Services/ProductDetailService.php:52
        • app/Http/Controllers/ProductController.php:22
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:44
      • ProductDetailService.php#61u101397517_careconnect140μsselect `value` from `settings` where `key` = 'store_theme' limit 1
        Bindings
        • 0: store_theme
        Backtrace
        • app/Services/ProductDetailService.php:61
        • app/Http/Controllers/ProductController.php:22
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:44
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • product-details.blade.php#2u101397517_careconnect180μsselect `value` from `settings` where `key` = 'store_theme' limit 1
        Bindings
        • 0: store_theme
        Backtrace
        • view::front.care-connect.product-details: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:75
        • vendor/laravel/framework/src/Illuminate/View/View.php:209
      • app.blade.php#3u101397517_careconnect230μsselect * from `companies` order by `created_at` desc limit 1
        Backtrace
        • view::front.care-connect.layouts.app:3
        • 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:75
        • vendor/laravel/framework/src/Illuminate/View/View.php:209
      • app.blade.php#4u101397517_careconnect170μsselect * from `settings` where `key` = 'store_name_meta' limit 1
        Bindings
        • 0: store_name_meta
        Backtrace
        • view::front.care-connect.layouts.app:4
        • 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:75
        • vendor/laravel/framework/src/Illuminate/View/View.php:209
      • app.blade.php#5u101397517_careconnect210μsselect * from `settings` where `key` = 'store_favicon' limit 1
        Bindings
        • 0: store_favicon
        Backtrace
        • view::front.care-connect.layouts.app:5
        • 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:75
        • vendor/laravel/framework/src/Illuminate/View/View.php:209
      • CommonService.php#10u101397517_careconnect210μsselect * from `header_menus` where `parent` = 0 order by `position` asc
        Bindings
        • 0: 0
        Backtrace
        • app/Services/CommonService.php:10
        • view::front.care-connect.layouts.partial.header:36
        • 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:75
      • CommonService.php#12u101397517_careconnect190μsselect * from `header_menus` where `parent` = 1 order by `position` asc
        Bindings
        • 0: 1
        Backtrace
        • app/Services/CommonService.php:12
        • view::front.care-connect.layouts.partial.header:36
        • 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:75
      • CommonService.php#12u101397517_careconnect180μsselect * from `header_menus` where `parent` = 2 order by `position` asc
        Bindings
        • 0: 2
        Backtrace
        • app/Services/CommonService.php:12
        • view::front.care-connect.layouts.partial.header:36
        • 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:75
      • CommonService.php#12u101397517_careconnect190μsselect * from `header_menus` where `parent` = 3 order by `position` asc
        Bindings
        • 0: 3
        Backtrace
        • app/Services/CommonService.php:12
        • view::front.care-connect.layouts.partial.header:36
        • 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:75
      • header.blade.php#37u101397517_careconnect160μsselect * from `header_menu_colors` order by `created_at` desc limit 1
        Backtrace
        • view::front.care-connect.layouts.partial.header:37
        • 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:75
        • vendor/laravel/framework/src/Illuminate/View/View.php:209
      • header.blade.php#50u101397517_careconnect160μsselect * from `settings` where `key` = 'sticky_banner_header' limit 1
        Bindings
        • 0: sticky_banner_header
        Backtrace
        • view::front.care-connect.layouts.partial.header:50
        • 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:75
        • vendor/laravel/framework/src/Illuminate/View/View.php:209
      Spatie\Permission\Models\Permission
      14Permission.php#?
      App\Models\AttributeValue
      12AttributeValue.php#?
      App\Models\Setting
      6Setting.php#?
      Spatie\Permission\Models\Role
      3Role.php#?
      App\Models\Attribute
      3Attribute.php#?
      App\Models\HeaderMenu
      3HeaderMenu.php#?
      App\Models\Product_image
      2Product_image.php#?
      App\Models\Products
      1Products.php#?
      App\Models\Category
      1Category.php#?
      App\Models\Company
      1Company.php#?
          _token
          SQF2gweyUcAa6dkeK2qThtkioilrQnkBTIUgiPxL
          ClearShow all
          Date ↕MethodURLData
          #12025-05-16 02:27:46GET/product/instrument-trolley63646