@vite(['resources/css/app.css', 'resources/js/app.js']) @include('partials.pwa-head') {{-- ═══════════════════════════════════════════════════════════ NAUJAN-ONLY GEO-RESTRICTION OVERLAY Checks browser geolocation. If user is outside Naujan municipality (> 30 km from town center), blocks the page. ════════════════════════════════════════════════════════════ --}}
{{-- Checking state --}}

Verifying your location…

{{-- Blocked state --}}
@if(false) {{-- Shop is always open (controlled by Echo) --}}

We're currently CLOSED — orders are not being accepted right now.

@else @endif
{{ $isOpen ? 'Open Now' : 'Closed' }}

E.U.T Snack House

Eat · Unwind · Tea · Delivered Fast

30–45 min 4.9 Rating Metro Naujan @if(!empty($contactPhone)) {{ $contactPhone }} @endif
Delivery Panda
@php $iconMap = [ 'beef' => 'beef', 'flame' => 'flame', 'coffee' => 'coffee', 'package' => 'package', 'tag' => 'tag', ]; @endphp @foreach($categories as $cat) @endforeach

Our Menu

{{-- Sort by price --}}
@foreach($menuItems as $index => $item)
{{ $item->name }}
@if($item->featured) Hot @endif 4.9

{{ $item->name }}

{{ $item->description }}

₱{{ number_format($item->price, 0) }} {{ rand(200,4800) }}+ sold
@endforeach
{{-- PWA Install Banner --}} @include('partials.pwa-register') >