diff --git a/app/Models/DoctorModel.php b/app/Models/DoctorModel.php
new file mode 100644
index 0000000..40e59ee
--- /dev/null
+++ b/app/Models/DoctorModel.php
@@ -0,0 +1,46 @@
+
+
+
+
+
+ Doctor Dashboard
+
+
+
+
+
+
+
+
Doctor dashboard
+
+
+ Edit profile
+
+
+ getFlashdata('success')): ?>
+
= esc(session()->getFlashdata('success')) ?>
+
+ getFlashdata('error')): ?>
+
= esc(session()->getFlashdata('error')) ?>
+
+
+
+
+
+
+
+
+
+
👤 = esc($a->patient_name) ?>
+
+
📅 = esc($a->appointment_date) ?>
+
⏰ = esc($a->appointment_time) ?>
+
+
+
+ = esc(ucfirst((string) $a->status)) ?>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
No appointments yet.
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/Views/doctor/profile.php b/app/Views/doctor/profile.php
new file mode 100644
index 0000000..c48dc2e
--- /dev/null
+++ b/app/Views/doctor/profile.php
@@ -0,0 +1,79 @@
+
+
+
+
+
+ Doctor profile
+
+
+
+
+
+
+
+
+
+
Your profile
+
+ getFlashdata('success')): ?>
+
= esc(session()->getFlashdata('success')) ?>
+
+ getFlashdata('error')): ?>
+
= esc(session()->getFlashdata('error')) ?>
+
+
+
+
+
+
+
+
\ No newline at end of file