{{ __('Cart') }}

Your Shopping Cart

{{-- Session Messages (now controlled by Alpine) --}} @if (empty($cart['items']))

Your cart is empty.

Start browsing passes
@else
{{-- Use x-for to render cart items dynamically --}}
Item Type Price Actions
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