-
- پنل مدیریت
- آخرین اطلاعات موسسه شما
-
+
+
+
+
+
+
+
+
+
- این بخش در مراحل بعدی توسعه مییابد.
+
+
+
+
+
+
+
+
+
+
+
-
+
diff --git a/src/features/counselor/pages/CounselorDashboardPage.vue b/src/features/counselor/pages/CounselorDashboardPage.vue
new file mode 100644
index 0000000..72ed559
--- /dev/null
+++ b/src/features/counselor/pages/CounselorDashboardPage.vue
@@ -0,0 +1,212 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ درخواست مشاورهای ثبت نشده است.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/features/counselor/router.js b/src/features/counselor/router.js
index c00f272..66bf8f2 100644
--- a/src/features/counselor/router.js
+++ b/src/features/counselor/router.js
@@ -1,4 +1,15 @@
export default [
+ {
+ path: '/counselor/dashboard',
+ name: 'counselor-dashboard',
+ component: () => import('@/features/counselor/pages/CounselorDashboardPage.vue'),
+ meta: {
+ layout: 'counselor',
+ role: 'counselor',
+ title: 'سلام بر شما',
+ subtitle: 'به پنل مشاوره بانو خوش آمدید.',
+ },
+ },
{
path: '/counselor/consultations',
name: 'counselor-consultations',
diff --git a/src/features/missionary/pages/MissionaryDashboardPage.vue b/src/features/missionary/pages/MissionaryDashboardPage.vue
new file mode 100644
index 0000000..c2d1613
--- /dev/null
+++ b/src/features/missionary/pages/MissionaryDashboardPage.vue
@@ -0,0 +1,231 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ فعالیتی برای نمایش وجود ندارد.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/features/missionary/router.js b/src/features/missionary/router.js
index c9a7ed5..4a1b7dc 100644
--- a/src/features/missionary/router.js
+++ b/src/features/missionary/router.js
@@ -1,4 +1,15 @@
export default [
+ {
+ path: '/missionary-panel/dashboard',
+ name: 'missionary-dashboard',
+ component: () => import('@/features/missionary/pages/MissionaryDashboardPage.vue'),
+ meta: {
+ layout: 'missionary',
+ role: 'missionary',
+ title: 'سلام بر شما',
+ subtitle: 'به پنل اعزام بانو خوش آمدید.',
+ },
+ },
{
path: '/missionary-panel/requests',
name: 'missionary-requests',
diff --git a/src/features/student/pages/StudentDashboardPage.vue b/src/features/student/pages/StudentDashboardPage.vue
index 9801ed7..71a1d14 100644
--- a/src/features/student/pages/StudentDashboardPage.vue
+++ b/src/features/student/pages/StudentDashboardPage.vue
@@ -9,7 +9,8 @@
-