Doctor dashboard

Edit profile

getFlashdata('success')): ?>
getFlashdata('success')) ?>
getFlashdata('error')): ?>
getFlashdata('error')) ?>
👤 patient_name) ?>

📅 appointment_date) ?>

appointment_time) ?>

status); if ($st === '') { $st = 'pending'; } elseif ($st === 'confirmed') { $st = 'approved'; } elseif ($st === 'cancelled') { $st = 'rejected'; } $badgeClass = match ($st) { 'pending' => 'bg-warning text-dark', 'approved' => 'bg-success', 'rejected' => 'bg-danger', default => 'bg-secondary', }; ?>

No appointments yet.

Logout