total item (0)

sub total $0

view cart

menu Details

go to top
Request history8.2.28PHP Version757msRequest Duration8MBMemory UsageGET product/{slug}Route
    • Booting (485ms)time
    • Application (272ms)time
    • 1 x Booting (64.02%)
      485ms
      1 x Application (35.98%)
      272ms
      5 templates were rendered
      • frontend.pages.product-viewproduct-view.blade.php#?blade
      • frontend.layouts.mastermaster.blade.php#?blade
      • frontend.layouts.menumenu.blade.php#?blade
      • frontend.layouts.footerfooter.blade.php#?blade
      • frontend.layouts.global-scriptsglobal-scripts.blade.php#?blade
      uri
      GET product/{slug}
      middleware
      web
      controller
      App\Http\Controllers\Frontend\FrontendController@showProduct
      namespace
      prefix
      where
      as
      product.show
      file
      app/Http/Controllers/Frontend/FrontendController.php:277-290
      28 statements were executed, 9 of which were duplicates, 19 unique. Show only duplicated67.08ms
      • select `products`.*, (select avg(`product_ratings`.`rating`) from `product_ratings` where `products`.`id` = `product_ratings`.`product_id`) as `reviews_avg_rating`, (select count(*) from `product_ratings` where `products`.`id` = `product_ratings`.`product_id`) as `reviews_count` from `products` where (`slug` = 'fish-and-chips' and `status` = 1) limit 1
        2.39mskuatkcuz_food_orderingFrontendController.php#281
        Bindings
        • 0: fish-and-chips
        • 1: 1
        Backtrace
        • 17. app/Http/Controllers/Frontend/FrontendController.php:281
        • 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:206
      • select * from `product_galleries` where `product_galleries`.`product_id` in (14)
        21.53mskuatkcuz_food_orderingFrontendController.php#281
        Backtrace
        • 22. app/Http/Controllers/Frontend/FrontendController.php:281
        • 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:260
        • 26. vendor/laravel/framework/src/Illuminate/Routing/Route.php:206
      • select * from `product_sizes` where `product_sizes`.`product_id` in (14)
        17.45mskuatkcuz_food_orderingFrontendController.php#281
        Backtrace
        • 22. app/Http/Controllers/Frontend/FrontendController.php:281
        • 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:260
        • 26. vendor/laravel/framework/src/Illuminate/Routing/Route.php:206
      • select * from `product_options` where `product_options`.`product_id` in (14)
        3.02mskuatkcuz_food_orderingFrontendController.php#281
        Backtrace
        • 22. app/Http/Controllers/Frontend/FrontendController.php:281
        • 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:260
        • 26. vendor/laravel/framework/src/Illuminate/Routing/Route.php:206
      • select `products`.*, (select avg(`product_ratings`.`rating`) from `product_ratings` where `products`.`id` = `product_ratings`.`product_id`) as `reviews_avg_rating`, (select count(*) from `product_ratings` where `products`.`id` = `product_ratings`.`product_id`) as `reviews_count` from `products` where `category_id` = 3 and `id` != 14 order by `created_at` desc limit 8
        1.28mskuatkcuz_food_orderingFrontendController.php#287
        Bindings
        • 0: 3
        • 1: 14
        Backtrace
        • 15. app/Http/Controllers/Frontend/FrontendController.php:287
        • 16. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 17. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Route.php:206
      • select count(*) as aggregate from `product_ratings` where (`product_id` = 14 and `status` = 1)
        550μskuatkcuz_food_orderingFrontendController.php#288
        Bindings
        • 0: 14
        • 1: 1
        Backtrace
        • 16. app/Http/Controllers/Frontend/FrontendController.php:288
        • 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:206
      • select exists(select * from `product_sizes` where `product_sizes`.`product_id` = 14 and `product_sizes`.`product_id` is not null) as `exists`
        4.28mskuatkcuz_food_orderingproduct-view.blade.php#82
        Bindings
        • 0: 14
        Backtrace
        • 14. view::frontend.pages.product-view:82
        • 16. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 17. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 18. vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:73
      • select exists(select * from `product_options` where `product_options`.`product_id` = 14 and `product_options`.`product_id` is not null) as `exists`
        960μskuatkcuz_food_orderingproduct-view.blade.php#101
        Bindings
        • 0: 14
        Backtrace
        • 14. view::frontend.pages.product-view:101
        • 16. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 17. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 18. vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:73
      • select * from `categories` where `categories`.`id` = 3 limit 1
        1.68mskuatkcuz_food_orderingproduct-view.blade.php#262
        Bindings
        • 0: 3
        Backtrace
        • 21. view::frontend.pages.product-view:262
        • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 25. vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:73
      • select * from `categories` where `categories`.`id` = 3 limit 1
        510μskuatkcuz_food_orderingproduct-view.blade.php#262
        Bindings
        • 0: 3
        Backtrace
        • 21. view::frontend.pages.product-view:262
        • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 25. vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:73
      • select * from `categories` where `categories`.`id` = 3 limit 1
        390μskuatkcuz_food_orderingproduct-view.blade.php#262
        Bindings
        • 0: 3
        Backtrace
        • 21. view::frontend.pages.product-view:262
        • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 25. vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:73
      • select * from `categories` where `categories`.`id` = 3 limit 1
        380μskuatkcuz_food_orderingproduct-view.blade.php#262
        Bindings
        • 0: 3
        Backtrace
        • 21. view::frontend.pages.product-view:262
        • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 25. vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:73
      • select * from `categories` where `categories`.`id` = 3 limit 1
        440μskuatkcuz_food_orderingproduct-view.blade.php#262
        Bindings
        • 0: 3
        Backtrace
        • 21. view::frontend.pages.product-view:262
        • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 25. vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:73
      • select * from `categories` where `categories`.`id` = 3 limit 1
        390μskuatkcuz_food_orderingproduct-view.blade.php#262
        Bindings
        • 0: 3
        Backtrace
        • 21. view::frontend.pages.product-view:262
        • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 25. vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:73
      • select * from `categories` where `categories`.`id` = 3 limit 1
        380μskuatkcuz_food_orderingproduct-view.blade.php#262
        Bindings
        • 0: 3
        Backtrace
        • 21. view::frontend.pages.product-view:262
        • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 25. vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:73
      • select * from `social_links` where `status` = 1
        1.19mskuatkcuz_food_orderingmaster.blade.php#89
        Bindings
        • 0: 1
        Backtrace
        • 15. view::frontend.layouts.master:89
        • 17. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 19. vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:73
      • select * from `admin_menus` where `name` = 'main_menu' limit 1
        970μskuatkcuz_food_orderingMenus.php#19
        Bindings
        • 0: main_menu
        Backtrace
        • 16. vendor/efectn/laravel-menu-builder/src/Models/Menus.php:19
        • 17. vendor/efectn/laravel-menu-builder/src/MenuBuilder.php:70
        • 19. view::frontend.layouts.menu:2
        • 21. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 22. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • select * from `admin_menu_items` where `menu_id` = 1 order by `sort` asc
        1.24mskuatkcuz_food_orderingMenuItems.php#26
        Bindings
        • 0: 1
        Backtrace
        • 15. vendor/efectn/laravel-menu-builder/src/Models/MenuItems.php:26
        • 16. vendor/efectn/laravel-menu-builder/src/MenuBuilder.php:77
        • 17. vendor/efectn/laravel-menu-builder/src/MenuBuilder.php:71
        • 19. view::frontend.layouts.menu:2
        • 21. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • select count(*) as aggregate from `chats` where (`sender_id` = 1 and `receiver_id` is null and `seen` = 0)
        1.33mskuatkcuz_food_orderingmenu.blade.php#52
        Bindings
        • 0: 1
        • 1: 0
        Backtrace
        • 16. view::frontend.layouts.menu:52
        • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 20. vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • 21. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:73
      • select * from `reservation_times` where `status` = 1
        1.38mskuatkcuz_food_orderingmenu.blade.php#111
        Bindings
        • 0: 1
        Backtrace
        • 15. view::frontend.layouts.menu:111
        • 17. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 19. vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:73
      • select * from `footer_infos` limit 1
        1.08mskuatkcuz_food_orderingfooter.blade.php#2
        Backtrace
        • 19. view::frontend.layouts.footer:2
        • 21. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 22. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 23. vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:73
      • select * from `admin_menus` where `name` = 'footer_menu_one' limit 1
        430μskuatkcuz_food_orderingMenus.php#19
        Bindings
        • 0: footer_menu_one
        Backtrace
        • 16. vendor/efectn/laravel-menu-builder/src/Models/Menus.php:19
        • 17. vendor/efectn/laravel-menu-builder/src/MenuBuilder.php:70
        • 19. view::frontend.layouts.footer:3
        • 21. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 22. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • select * from `admin_menu_items` where `menu_id` = 2 order by `sort` asc
        510μskuatkcuz_food_orderingMenuItems.php#26
        Bindings
        • 0: 2
        Backtrace
        • 15. vendor/efectn/laravel-menu-builder/src/Models/MenuItems.php:26
        • 16. vendor/efectn/laravel-menu-builder/src/MenuBuilder.php:77
        • 17. vendor/efectn/laravel-menu-builder/src/MenuBuilder.php:71
        • 19. view::frontend.layouts.footer:3
        • 21. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • select * from `admin_menus` where `name` = 'footer_menu_two' limit 1
        420μskuatkcuz_food_orderingMenus.php#19
        Bindings
        • 0: footer_menu_two
        Backtrace
        • 16. vendor/efectn/laravel-menu-builder/src/Models/Menus.php:19
        • 17. vendor/efectn/laravel-menu-builder/src/MenuBuilder.php:70
        • 19. view::frontend.layouts.footer:4
        • 21. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 22. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • select * from `admin_menu_items` where `menu_id` = 3 order by `sort` asc
        560μskuatkcuz_food_orderingMenuItems.php#26
        Bindings
        • 0: 3
        Backtrace
        • 15. vendor/efectn/laravel-menu-builder/src/Models/MenuItems.php:26
        • 16. vendor/efectn/laravel-menu-builder/src/MenuBuilder.php:77
        • 17. vendor/efectn/laravel-menu-builder/src/MenuBuilder.php:71
        • 19. view::frontend.layouts.footer:4
        • 21. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • select * from `admin_menus` where `name` = 'footer_menu_three' limit 1
        1.27mskuatkcuz_food_orderingMenus.php#19
        Bindings
        • 0: footer_menu_three
        Backtrace
        • 16. vendor/efectn/laravel-menu-builder/src/Models/Menus.php:19
        • 17. vendor/efectn/laravel-menu-builder/src/MenuBuilder.php:70
        • 19. view::frontend.layouts.footer:5
        • 21. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 22. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • select * from `admin_menu_items` where `menu_id` = 4 order by `sort` asc
        510μskuatkcuz_food_orderingMenuItems.php#26
        Bindings
        • 0: 4
        Backtrace
        • 15. vendor/efectn/laravel-menu-builder/src/Models/MenuItems.php:26
        • 16. vendor/efectn/laravel-menu-builder/src/MenuBuilder.php:77
        • 17. vendor/efectn/laravel-menu-builder/src/MenuBuilder.php:71
        • 19. view::frontend.layouts.footer:5
        • 21. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • select * from `social_links` where `status` = 1
        560μskuatkcuz_food_orderingfooter.blade.php#64
        Bindings
        • 0: 1
        Backtrace
        • 15. view::frontend.layouts.footer:64
        • 17. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 19. vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:73
      Efectn\Menu\Models\MenuItems
      24MenuItems.php#?
      App\Models\Product
      8Product.php#?
      App\Models\SocialLink
      8SocialLink.php#?
      App\Models\Category
      7Category.php#?
      App\Models\ReservationTime
      5ReservationTime.php#?
      Efectn\Menu\Models\Menus
      4Menus.php#?
      App\Models\ProductSize
      3ProductSize.php#?
      App\Models\ProductOption
      2ProductOption.php#?
      App\Models\FooterInfo
      1FooterInfo.php#?
          _token
          BOLA5kbDgZvhD1h9uU6Y7Zw54biZXONTykYdGcL7
          flasher::envelopes
          []
          _previous
          array:1 [ "url" => "https://kuatela.center/product/fish-and-chips" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          PHPDEBUGBAR_STACK_DATA
          []
          path_info
          /product/fish-and-chips
          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:18 [ "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, deflate, br, zstd" ] "host" => array:1 [ 0 => "kuatela.center" ] "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.222.142.215" ] "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" ] "x-forwarded-proto" => array:1 [ 0 => "https" ] "x-https" => array:1 [ 0 => "on" ] ]
          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 => "Thu, 10 Apr 2025 05:57:47 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6Ikc5OGo0OTBzWkR5UDVXMXk3S3hsWWc9PSIsInZhbHVlIjoiNWJ4RXZPU3BRUFR6UlAzSU5uZk9lRm1vNUlYSEZKVEtLWHpaWHo1RHYvYnUwUlhCOGE2TlR6RjBIRy8xdDFycWp6L0xraWREWGNyMGM3TE5QcWNuTk9jN2M0V1FjQ2xEbEdRMTNVRjRYY2VHclZvOGJPRWFqbXJoMXBlbGJyRS8iLCJtYWMiOiIxZGI0NDc1MDk3Yzg0YzA0MDEyZjRmMGE5NThhN2E5ZTg2NmIwZWUwOTc1ODA0Mjk2MWNmYjZjZWI1NjRhZTQxIiwidGFnIjoiIn0%3D; expires=Thu, 10 Apr 2025 07:57:47 GMT; Max-Age=7200; path=/; secure; samesite=laxXSRF-TOKEN=eyJpdiI6Ikc5OGo0OTBzWkR5UDVXMXk3S3hsWWc9PSIsInZhbHVlIjoiNWJ4RXZPU3BRUFR6UlAzSU5uZk9lRm1vNUlYSEZKVEtLWHpaWHo1RHYvYnUwUlhCOGE2TlR6RjBIRy8xdDFycWp6L0xra" 1 => "laravel_session=eyJpdiI6IlM5Wi9tMmZKR0NIV2VwQUpMUjV5ekE9PSIsInZhbHVlIjoiOEdBMVB0d1puSE1icnZVOU5wc0NIMUlrOWZkWnY2eGgrQnFON1JIQ2w1VkdySFI0ZTlPSGh6U2VTSEV4R3R2Ull2ODBqdnZyTmhYOG02MFJ4a0pXOEQrMTlPc3J2dzI5TStGNDNsejF5WkR6SkpnOUdTVGJPZzVmK3haL09mOFgiLCJtYWMiOiIwZjhjZDVlZjc3NWI2MzZlOGVmYTBlZDkzMjU4YmNjMDAxMmIwMmU3MDY2MDQ0YWZmMTI3Njg2MGNmZWVlZWM5IiwidGFnIjoiIn0%3D; expires=Thu, 10 Apr 2025 07:57:47 GMT; Max-Age=7200; path=/; httponly; samesite=laxlaravel_session=eyJpdiI6IlM5Wi9tMmZKR0NIV2VwQUpMUjV5ekE9PSIsInZhbHVlIjoiOEdBMVB0d1puSE1icnZVOU5wc0NIMUlrOWZkWnY2eGgrQnFON1JIQ2w1VkdySFI0ZTlPSGh6U2VTSEV4R3R2Ull2" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6Ikc5OGo0OTBzWkR5UDVXMXk3S3hsWWc9PSIsInZhbHVlIjoiNWJ4RXZPU3BRUFR6UlAzSU5uZk9lRm1vNUlYSEZKVEtLWHpaWHo1RHYvYnUwUlhCOGE2TlR6RjBIRy8xdDFycWp6L0xraWREWGNyMGM3TE5QcWNuTk9jN2M0V1FjQ2xEbEdRMTNVRjRYY2VHclZvOGJPRWFqbXJoMXBlbGJyRS8iLCJtYWMiOiIxZGI0NDc1MDk3Yzg0YzA0MDEyZjRmMGE5NThhN2E5ZTg2NmIwZWUwOTc1ODA0Mjk2MWNmYjZjZWI1NjRhZTQxIiwidGFnIjoiIn0%3D; expires=Thu, 10-Apr-2025 07:57:47 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6Ikc5OGo0OTBzWkR5UDVXMXk3S3hsWWc9PSIsInZhbHVlIjoiNWJ4RXZPU3BRUFR6UlAzSU5uZk9lRm1vNUlYSEZKVEtLWHpaWHo1RHYvYnUwUlhCOGE2TlR6RjBIRy8xdDFycWp6L0xra" 1 => "laravel_session=eyJpdiI6IlM5Wi9tMmZKR0NIV2VwQUpMUjV5ekE9PSIsInZhbHVlIjoiOEdBMVB0d1puSE1icnZVOU5wc0NIMUlrOWZkWnY2eGgrQnFON1JIQ2w1VkdySFI0ZTlPSGh6U2VTSEV4R3R2Ull2ODBqdnZyTmhYOG02MFJ4a0pXOEQrMTlPc3J2dzI5TStGNDNsejF5WkR6SkpnOUdTVGJPZzVmK3haL09mOFgiLCJtYWMiOiIwZjhjZDVlZjc3NWI2MzZlOGVmYTBlZDkzMjU4YmNjMDAxMmIwMmU3MDY2MDQ0YWZmMTI3Njg2MGNmZWVlZWM5IiwidGFnIjoiIn0%3D; expires=Thu, 10-Apr-2025 07:57:47 GMT; path=/; httponlylaravel_session=eyJpdiI6IlM5Wi9tMmZKR0NIV2VwQUpMUjV5ekE9PSIsInZhbHVlIjoiOEdBMVB0d1puSE1icnZVOU5wc0NIMUlrOWZkWnY2eGgrQnFON1JIQ2w1VkdySFI0ZTlPSGh6U2VTSEV4R3R2Ull2" ] ]
          session_attributes
          0 of 0
          array:5 [ "_token" => "BOLA5kbDgZvhD1h9uU6Y7Zw54biZXONTykYdGcL7" "flasher::envelopes" => [] "_previous" => array:1 [ "url" => "https://kuatela.center/product/fish-and-chips" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-04-10 05:57:47GET/product/fish-and-chips52862