Patient: {{ $visit->patient->name }} ({{ $visit->patient->patient_no }})

Visit Date: {{ $visit->appointment_datetime }}


Doctor's Notes:

{{ $visit->note ?? 'No notes available.' }}

Medicines Prescribed:
@if($visit->prescriptions->isEmpty())

No medicines prescribed.

@else @endif