Receptionist Dashboard

Register New Patient
Patients Registered (Today)
Total Patients
Total Revenue
$
prepare($sql); $stmt->execute(); if ($stmt->rowCount() > 0) { while ($row = $stmt->fetch()) { echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; } } else { echo ''; } ?>
Patient ID Patient Name Phone Number Registration Date
" . htmlspecialchars($row['patient_id']) . "" . htmlspecialchars($row['patient_name']) . "" . htmlspecialchars($row['phone']) . "" . date("Y-m-d H:i", strtotime($row['created_at'])) . "
No patients found.