{{-- Patient History Drawer ────────────────────── Use on any encounter page (OPD, IPD, ANC, Maternity) to give the clinician quick access to the patient's full cross-module history without leaving the encounter they're charting. Usage: @include('patients.partials._patient-history-drawer', ['patient' => $patient]) The drawer is hidden by default. A trigger button anywhere on the page can open it via: On first open, content is fetched from /patients/{id}/history (the full page) and parsed for the timeline section. Cached after first load — subsequent opens just toggle visibility. --}}