everything semi working before sample implementation
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user