diff --git a/frontend/app/dashboard/agents/page.tsx b/frontend/app/dashboard/agents/page.tsx index 78d3088..f83486c 100644 --- a/frontend/app/dashboard/agents/page.tsx +++ b/frontend/app/dashboard/agents/page.tsx @@ -175,38 +175,40 @@ export default function AgentsPage() { return (
-
-
-

Agent Management

+
+
+

Agent Management

Manage all agents and partnerships

- { - setIsAddDialogOpen(open) - if (open) resetForm() - }} - > - - - - - - Add New Agent - Enter agent details - - - - - - - - + + + + Add New Agent + Enter agent details + + + + + + + + +
@@ -254,12 +256,12 @@ export default function AgentsPage() { -
-
+
+
All Agents Active agents and booking statistics
-
+
-
+

Commission Settings

Manage agent commission rates and payouts

- +
diff --git a/frontend/app/dashboard/doctor-hospitals/page.tsx b/frontend/app/dashboard/doctor-hospitals/page.tsx index dd1e6c2..6549bf7 100644 --- a/frontend/app/dashboard/doctor-hospitals/page.tsx +++ b/frontend/app/dashboard/doctor-hospitals/page.tsx @@ -68,15 +68,15 @@ export default function DoctorHospitalsPage() { return (
-
+

Hospital Assignments

Manage doctor-hospital relationships and sessions

- +
{error && ( diff --git a/frontend/app/dashboard/doctors/page.tsx b/frontend/app/dashboard/doctors/page.tsx index f22b266..fd2ea85 100644 --- a/frontend/app/dashboard/doctors/page.tsx +++ b/frontend/app/dashboard/doctors/page.tsx @@ -204,40 +204,42 @@ export default function DoctorsPage() { return (
-
-
-

Doctor Management

+
+
+

Doctor Management

Manage doctor profiles and schedules

- { - setIsAddDialogOpen(open) - if (open) { - resetForm() - } - }} - > - - - - - - Add New Doctor - Enter doctor details to add to the system - - - - - - - - + + + + Add New Doctor + Enter doctor details to add to the system + + + + + + + + +
@@ -263,12 +265,12 @@ export default function DoctorsPage() { -
-
+
+
All Doctors Registered medical practitioners on the platform
-
+
-
-
-

Hospital Management

+
+
+

Hospital Management

Manage hospitals, facilities, and assignments

- - - - - - - Add New Hospital - Enter hospital details to add to the system - - - - - - - - -
+ + + + Add New Hospital + Enter hospital details to add to the system + + + + + + + + +
+
@@ -233,12 +235,12 @@ export default function HospitalsPage() { -
-
+
+
All Hospitals Registered medical facilities on the platform
-
+
-
-
-

User Activity Logs

+
+
+

User Activity Logs

Monitor user actions and system activities (live from users table)

-
+
@@ -139,7 +139,7 @@ export default function UserActivityPage() { Export Logs -
+
@@ -183,14 +183,14 @@ export default function UserActivityPage() { -
+
- Recent Activities - Real-time user activity monitoring + Recent Activities + Real-time user activity monitoring
-
- - +
+ +
diff --git a/frontend/app/dashboard/users/page.tsx b/frontend/app/dashboard/users/page.tsx index c877ae5..fad7656 100644 --- a/frontend/app/dashboard/users/page.tsx +++ b/frontend/app/dashboard/users/page.tsx @@ -190,7 +190,7 @@ export default function UsersPage() { return (
-
+

User Management

Manage all system users and their permissions

@@ -200,27 +200,27 @@ export default function UsersPage() { onOpenChange={(open) => { setIsAddDialogOpen(open) if (open) { - resetForm() + resetForm() } }} > - - Add New User - Enter user details to add to the system + Add New User + Enter user details to add to the system - - + + @@ -249,19 +249,19 @@ export default function UsersPage() { -
+
- All Users - Total {stats.total} users in the system + All Users + Total {stats.total} users in the system
-
- - handleSearch(e.target.value)} - /> +
+ + handleSearch(e.target.value)} + />