From 3f7b30565dfa9c87cbb319f36f6b7e26caaccd39 Mon Sep 17 00:00:00 2001 From: Sayan Das Date: Tue, 31 Mar 2026 18:51:28 +0530 Subject: [PATCH] Doctor-profile --- app/Models/DoctorModel.php | 46 ++++++++++++++++++++ app/Views/doctor/dashboard.php | 77 +++++++++++++++++++++++++++++++++ app/Views/doctor/profile.php | 79 ++++++++++++++++++++++++++++++++++ 3 files changed, 202 insertions(+) create mode 100644 app/Models/DoctorModel.php create mode 100644 app/Views/doctor/dashboard.php create mode 100644 app/Views/doctor/profile.php 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')): ?> +
getFlashdata('success')) ?>
+ + getFlashdata('error')): ?> +
getFlashdata('error')) ?>
+ + +
+ + +
+ +
+ +
👤 patient_name) ?>
+ +

📅 appointment_date) ?>

+

appointment_time) ?>

+ +

+ + status)) ?> + +

+ +
+
+ + +
+
+ + +
+
+ +
+ +
+ + +
+ + +

No appointments yet.

+ + +
+ Logout +
+ +
+ + + \ 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')): ?> +
getFlashdata('success')) ?>
+ + getFlashdata('error')): ?> +
getFlashdata('error')) ?>
+ + +
+ + +
+ + + +
+ +
+ + + +
+ +
+ + + +
+ +
+
+ + + +
+
+ + + +
+
+ +
+ Back + +
+
+ +
+ + + \ No newline at end of file