total item (0)

sub total $0

view cart

menu Details

go to top
Request history8.2.28PHP Version1.68sRequest Duration8MBMemory UsageGET product/{slug}Route
    • Booting (1.13s)time
    • Application (551ms)time
    • 1 x Booting (67.27%)
      1.13s
      1 x Application (32.73%)
      551ms
      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 duplicated284ms
      • 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` = 'fried-chicken' and `status` = 1) limit 1
        42.46mskuatkcuz_food_orderingFrontendController.php#281
        Bindings
        • 0: fried-chicken
        • 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 (19)
        29.9mskuatkcuz_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 (19)
        2.92mskuatkcuz_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 (19)
        21.85mskuatkcuz_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` = 4 and `id` != 19 order by `created_at` desc limit 8
        9.97mskuatkcuz_food_orderingFrontendController.php#287
        Bindings
        • 0: 4
        • 1: 19
        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` = 19 and `status` = 1)
        5.64mskuatkcuz_food_orderingFrontendController.php#288
        Bindings
        • 0: 19
        • 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` = 19 and `product_sizes`.`product_id` is not null) as `exists`
        620μskuatkcuz_food_orderingproduct-view.blade.php#82
        Bindings
        • 0: 19
        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` = 19 and `product_options`.`product_id` is not null) as `exists`
        10.43mskuatkcuz_food_orderingproduct-view.blade.php#101
        Bindings
        • 0: 19
        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` = 4 limit 1
        5.1mskuatkcuz_food_orderingproduct-view.blade.php#262
        Bindings
        • 0: 4
        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` = 4 limit 1
        750μskuatkcuz_food_orderingproduct-view.blade.php#262
        Bindings
        • 0: 4
        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` = 4 limit 1
        7.23mskuatkcuz_food_orderingproduct-view.blade.php#262
        Bindings
        • 0: 4
        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` = 4 limit 1
        870μskuatkcuz_food_orderingproduct-view.blade.php#262
        Bindings
        • 0: 4
        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` = 4 limit 1
        3.26mskuatkcuz_food_orderingproduct-view.blade.php#262
        Bindings
        • 0: 4
        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` = 4 limit 1
        1.01mskuatkcuz_food_orderingproduct-view.blade.php#262
        Bindings
        • 0: 4
        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` = 4 limit 1
        1.02mskuatkcuz_food_orderingproduct-view.blade.php#262
        Bindings
        • 0: 4
        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
        14.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
        9.13mskuatkcuz_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
        10.37mskuatkcuz_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)
        45.66mskuatkcuz_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
        21.96mskuatkcuz_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
        17.11mskuatkcuz_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
        2.64mskuatkcuz_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
        1.5mskuatkcuz_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
        2.58mskuatkcuz_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
        4.35mskuatkcuz_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
        5.63mskuatkcuz_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
        3.62mskuatkcuz_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
        1.75mskuatkcuz_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
          XhcvBkSDqeZWIreNg37QEaenVPlC88TvJsG2mMAm
          flasher::envelopes
          []
          _previous
          array:1 [ "url" => "https://kuatela.center/product/fried-chicken" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          PHPDEBUGBAR_STACK_DATA
          []
          path_info
          /product/fried-chicken
          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.219.145.197" ] "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:40:18 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IjUyeU1OUUN0LzAyUnZXUGVqZE9QU3c9PSIsInZhbHVlIjoianlrSVdhdlBkVDNoSTIrSGlmZXRYUmJCY2tuWkVZNlphOFlNUElZT2NMS3F4R3VCUEI5MGZZQW9vbUpxazBkUTFDODdDTHY1dXNyaVlwc3ZkLzZlK0pWaWkzR2dGVkk1b25zenhNSE56eHRUVk51d0hBYTVoNXpTNmphY2g2OUciLCJtYWMiOiI5NDJjMjQyYjM2MThlY2JmYmU2MmQ1ZDA3M2U0YmFhY2M4ZTRkMjFjYjk5NWVhY2ExZTFkYzU3ZTZjYmQzMmM5IiwidGFnIjoiIn0%3D; expires=Thu, 10 Apr 2025 07:40:18 GMT; Max-Age=7200; path=/; secure; samesite=laxXSRF-TOKEN=eyJpdiI6IjUyeU1OUUN0LzAyUnZXUGVqZE9QU3c9PSIsInZhbHVlIjoianlrSVdhdlBkVDNoSTIrSGlmZXRYUmJCY2tuWkVZNlphOFlNUElZT2NMS3F4R3VCUEI5MGZZQW9vbUpxazBkUTFDODdDT" 1 => "laravel_session=eyJpdiI6IlZmaWVVcjZzMjBDMGlyQnpjWHEzOFE9PSIsInZhbHVlIjoidXhtUlN1VWhiT1F2OS91WWZwbXphNU16VVBQSStlTkZHZFFaSjlNTG9ydGJ5dTBhU3A2c3pkWkkrZUt6QmR3MHV2WUZiQzlPQVhMcEViWFJHQUFOcW9CMEFVN1lCM3lTOUh5ZXlyRVN2L1VoYXIwTjRZZmN3a2tWN2tpZ285OWsiLCJtYWMiOiJjNDlhY2YxNzJhYTQ3NjViY2U2ZDRiZWRhODVmOThhYjIxMDdiY2I2NzA3NzMxYWUyMjllMWUyN2RiZjg2MjMwIiwidGFnIjoiIn0%3D; expires=Thu, 10 Apr 2025 07:40:18 GMT; Max-Age=7200; path=/; httponly; samesite=laxlaravel_session=eyJpdiI6IlZmaWVVcjZzMjBDMGlyQnpjWHEzOFE9PSIsInZhbHVlIjoidXhtUlN1VWhiT1F2OS91WWZwbXphNU16VVBQSStlTkZHZFFaSjlNTG9ydGJ5dTBhU3A2c3pkWkkrZUt6QmR3MHV2" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IjUyeU1OUUN0LzAyUnZXUGVqZE9QU3c9PSIsInZhbHVlIjoianlrSVdhdlBkVDNoSTIrSGlmZXRYUmJCY2tuWkVZNlphOFlNUElZT2NMS3F4R3VCUEI5MGZZQW9vbUpxazBkUTFDODdDTHY1dXNyaVlwc3ZkLzZlK0pWaWkzR2dGVkk1b25zenhNSE56eHRUVk51d0hBYTVoNXpTNmphY2g2OUciLCJtYWMiOiI5NDJjMjQyYjM2MThlY2JmYmU2MmQ1ZDA3M2U0YmFhY2M4ZTRkMjFjYjk5NWVhY2ExZTFkYzU3ZTZjYmQzMmM5IiwidGFnIjoiIn0%3D; expires=Thu, 10-Apr-2025 07:40:18 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6IjUyeU1OUUN0LzAyUnZXUGVqZE9QU3c9PSIsInZhbHVlIjoianlrSVdhdlBkVDNoSTIrSGlmZXRYUmJCY2tuWkVZNlphOFlNUElZT2NMS3F4R3VCUEI5MGZZQW9vbUpxazBkUTFDODdDT" 1 => "laravel_session=eyJpdiI6IlZmaWVVcjZzMjBDMGlyQnpjWHEzOFE9PSIsInZhbHVlIjoidXhtUlN1VWhiT1F2OS91WWZwbXphNU16VVBQSStlTkZHZFFaSjlNTG9ydGJ5dTBhU3A2c3pkWkkrZUt6QmR3MHV2WUZiQzlPQVhMcEViWFJHQUFOcW9CMEFVN1lCM3lTOUh5ZXlyRVN2L1VoYXIwTjRZZmN3a2tWN2tpZ285OWsiLCJtYWMiOiJjNDlhY2YxNzJhYTQ3NjViY2U2ZDRiZWRhODVmOThhYjIxMDdiY2I2NzA3NzMxYWUyMjllMWUyN2RiZjg2MjMwIiwidGFnIjoiIn0%3D; expires=Thu, 10-Apr-2025 07:40:18 GMT; path=/; httponlylaravel_session=eyJpdiI6IlZmaWVVcjZzMjBDMGlyQnpjWHEzOFE9PSIsInZhbHVlIjoidXhtUlN1VWhiT1F2OS91WWZwbXphNU16VVBQSStlTkZHZFFaSjlNTG9ydGJ5dTBhU3A2c3pkWkkrZUt6QmR3MHV2" ] ]
          session_attributes
          0 of 0
          array:5 [ "_token" => "XhcvBkSDqeZWIreNg37QEaenVPlC88TvJsG2mMAm" "flasher::envelopes" => [] "_previous" => array:1 [ "url" => "https://kuatela.center/product/fried-chicken" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-04-10 05:40:18GET/product/fried-chicken52862