checkout process - start

This commit is contained in:
elvira
2026-09-08 20:41:49 +03:00
parent 7577426f49
commit 2d85591a43
12 changed files with 923 additions and 6 deletions
+7 -1
View File
@@ -52,7 +52,13 @@
<body class="min-h-screen antialiased">
<x-header />
@include('checkout::drawer')
{{-- Not on the checkout page itself — its order-summary column already
plays the drawer's role there, and both reacting to the same
`bbk-cart:changed` event would pop the (redundant) drawer open over
the page every time a line's quantity changes in the summary. --}}
@unless (request()->routeIs('checkout.show'))
@include('checkout::drawer')
@endunless
<main id="main-content" class="min-h-[calc(100vh-12rem)] sm:min-h-[calc(100vh-8rem)]">
@yield('content')