Patient Treatment Records
Select a patient appointment to view records or record a new treatment
Treatment Appointment List
{{ count($appointments ?? []) }} records total| Patient | Date | Time | Reason | Status | Treatment | Action |
|---|---|---|---|---|---|---|
|
{{ $initial }}
{{ $name }}
{{ $upsiId }}
|
{{ $date }} | {{ $time }} | {{ $appointment['reason'] ?? 'Dental Treatment' }} | {{ ucfirst($status) }} | @if($hasTreatment) Completed @else Pending @endif |
No treatment appointments found.
@endif