everything semi working before sample implementation

This commit is contained in:
twotalesanimation
2025-12-30 00:09:14 +02:00
parent 00b8ff77b2
commit 3c24c0e9ef
39 changed files with 1072 additions and 1615 deletions
+3 -5
View File
@@ -20,9 +20,7 @@
.checkout-form,
.order-summary {
background: white;
padding: 2rem;
border-radius: 8px;
border-radius: 20px;
}
.checkout-form h2,
@@ -193,7 +191,7 @@
<div class="checkout-container">
<!-- Checkout Form -->
<form action="{{ route('order-process') }}" method="POST" class="checkout-form">
<form action="{{ route('order-process') }}" method="POST" class="checkout-form card">
@csrf
<h2>Delivery Information</h2>
@@ -231,7 +229,7 @@
</form>
<!-- Order Summary -->
<div class="order-summary">
<div class="order-summary card">
<h2>Order Summary</h2>
@foreach($items as $item)