@extends('layouts.kiosk') @section('content')
{{-- ============================================================ --}} {{-- Awaiting handover — idle state, no token present at all. --}} {{-- ============================================================ --}} {{-- ============================================================ --}} {{-- Identity confirmation — matches the Flutter kiosk mode's --}} {{-- overlay exactly: first name + partial DOB only, staff-driven --}} {{-- confirm, no skip path. --}} {{-- ============================================================ --}} {{-- ============================================================ --}} {{-- Locked screening chrome — wraps menu/assessment/follow-up states. --}} {{-- ============================================================ --}} {{-- ============================================================ --}} {{-- Safety halt — un-dismissible, no chrome, no exit affordance --}} {{-- other than staff physically intervening. Deliberately warm/ --}} {{-- soft, NOT the app's clinical navy — this is the one screen --}} {{-- in the whole terminal where the goal is to feel calming to a --}} {{-- patient who just disclosed something serious, not efficient --}} {{-- or clinical. The breathing circle is a real grounding --}} {{-- exercise (paced ~4s in / 4s out, a standard, gentle cadence) --}} {{-- for the patient to follow — something to actually do with --}} {{-- their attention, not a spinner implying "processing." It --}} {{-- offers no way to skip or exit the hold. --}} {{-- --}} {{-- Deliberately says NOTHING about staff being notified, a --}} {{-- queue, or someone being "on the way" — direct product --}} {{-- correction: that framing read as a waiting-room/support- --}} {{-- ticket experience ("someone will contact you"), which is --}} {{-- exactly wrong for this moment. The copy stays entirely --}} {{-- about the patient, here, now — not a process happening --}} {{-- somewhere else that they're waiting on and can't see. --}} {{-- ============================================================ --}} {{-- ============================================================ --}} {{-- Splash — neutral completion state, all device memory wiped. --}} {{-- ============================================================ --}}
@endsection