| Status | {{ $patient->status ?? 'Stable' }} |
|---|---|
| Allergies | {{ $patient->allergies ?? 'None' }} |
| Current Medication | {{ $patient->current_medication ?? 'None' }} |
| Previous Reactions | {{ $patient->previous_reactions ?? 'None' }} |
| Risk Level | {{ $patient->risk_level ?? 'Low' }} |
| Next Visit | {{ $patient->next_visit ?? 'N/A' }} |