| Date |
Time |
Status |
| {{ $data['date']??'' }} |
{{ $data['time']??'' }} |
{{ config('constant.save_list')[$data['status']??''] ??'' }} |
| Participant |
Staff |
Doctor Name |
| {{ $client_list[$data['client_id']??''] ?? '' }} |
{{ $staff_list[$data['staff_id']??''] ?? '' }} |
{{ $data['doctor_name']??'' }} |
| Health Practitioner |
@if (!empty($data['health_practitioner_other']))
Other |
@endif
Reason for Visit |
| {{ $data['health_practitioner']??'' }} |
@if (!empty($data['health_practitioner_other']))
{{ $data['health_practitioner_other']??'' }} |
@endif
{{ $data['reason']??'' }} |
| Doctor Instructions |
@if (!empty($data['location']))
Location |
@endif
Appointment Type |
| {{ $data['instructions']??'' }} |
@if (!empty($data['location']))
{{ $data['location']??'' }} |
@endif
{{ $data['appointment_type']??'' }} |
@if (!empty($data['appointment_date']))
| Next Appointment Date |
@endif
@if (!empty($data['appointment_time']))
Time |
@endif
@if (!empty($data['appointment_date']))
| {{ $data['appointment_date']??'' }} |
@endif
@if (!empty($data['appointment_time']))
{{ $data['appointment_time']??'' }} |
@endif
@if (!empty($files))
| Attechments |
@foreach ($files as $file)
|
@endforeach
@endif