@vite(['resources/css/app.css', 'resources/js/app.js']) @include('partials.pwa-head') {{-- Naujan-Only Geo-Restriction (same logic as shop index) --}}
Order Type
Payment Method
Order Notes (optional)
Order Summary 0 items
Subtotal₱0
Delivery fee₱30
₱30 base (up to 2 km)
Total ₱0
@guest {{-- Guests can only place dine-in orders — button shown, JS enforces the rule --}} @endguest @auth @if(!auth()->user()->phone) @endif @endauth @if(!$isOpen)
Shop is CLOSED — orders not accepted right now.
@else @endif
Select Address
Add Address

Label

Recipient Name

Phone

Street / House No.

Barangay / Sitio *

Postal Code

@include('partials.pwa-register') {{-- ══════════════════════════════════════════════════════════════ DINE-IN TABLE QR SCANNER MODAL Appears when "Place Order" is clicked with Dine-in selected. Primary: camera QR scan via BarcodeDetector API Fallback: dropdown of tables 1–20 ══════════════════════════════════════════════════════════════ --}}