{{-- Single popup checkout used everywhere on the site (home, product page, landing pages). No separate checkout route/page — this is it. --}} @php $checkoutFields = \App\Models\CheckoutField::where('is_active', true)->orderBy('sort_order')->get(); $deliveryAreas = \App\Models\DeliveryArea::where('is_active', true)->orderBy('name')->get(); @endphp
Your cart is empty.