Your Shopping Cart
{{-- Session Messages (now controlled by Alpine) --}}
@if (empty($cart['items']))
@else
| Item |
Type |
Price |
Actions |
{{-- Use x-for to render cart items dynamically --}}
|
|
|
|
|
Total:
{{-- Change to Alpine.js click handler --}}
{{-- This button already uses Alpine.js --}}
@endif
Confirm Removal
Are you sure you want to remove this item from your cart?
Clear Cart
Are you sure you want to clear your entire cart? This action cannot be undone.
{{-- Checkout Information Modal --}}
@push('scripts')
@endpush