@extends('layouts.app') @section('title', 'Issue Sick Leave | ' . ($patient->full_name ?? '')) @section('content')
For {{ $patient->full_name }} · MRN {{ $patient->mrn }} · {{ ucfirst($patient->gender ?? '—') }} · {{ $patient->age ?? '—' }}
{{-- Inpatient pill (informs the days warning logic) --}} @if($isInpatient)| Issued | Treatment Date | Days | Sign-off | Issued By | |
|---|---|---|---|---|---|
| {{ $sl->issued_at?->format('d M Y H:i') }} | {{ $sl->treatment_date?->format('d M Y') }} | {{ $sl->days }} | {{ $sl->sign_off_name }} | {{ optional($sl->issuer)->name ?? '—' }} | View |