@vite(['resources/css/app.css', 'resources/js/kiosk.js']) {{-- No admin layout inheritance here on purpose — this is a completely separate shell from layouts/admin.blade.php. Zero @auth checks, zero sidebar/nav partials, zero session-driven chrome: a shared clinic tablet must never expose any route or UI affordance that isn't part of the locked screening flow itself. `oncontextmenu`/user-select-none below are a soft deterrent against a passerby right-clicking to "Inspect"/"View source" on a device sitting unattended in a waiting room — not a real security boundary (the token itself is what's actually protected, via the short-lived handover token and the 30-minute server-side expiry), just reasonable friction for a physically accessible kiosk. --}}
@yield('content')