Appointments
Back to dashboard| Sl No | Patient | Doctor | Date | Time | Status |
|---|---|---|---|---|---|
| = $i++ ?> | = esc($a->patient_name) ?> | = esc($a->doctor_name) ?> | = esc($a->appointment_date) ?> | = esc($a->appointment_time) ?> | = esc(ucfirst($status === '' ? 'pending' : $status)) ?> |
| Sl No | Patient | Doctor | Date | Time | Status |
|---|---|---|---|---|---|
| = $i++ ?> | = esc($a->patient_name) ?> | = esc($a->doctor_name) ?> | = esc($a->appointment_date) ?> | = esc($a->appointment_time) ?> | = esc(ucfirst($status === '' ? 'pending' : $status)) ?> |