added navigation buttons for the admin dashboard

This commit is contained in:
Naser Mansour
2025-12-27 21:10:55 +02:00
parent 80f46a0284
commit 43eca9822f
3 changed files with 105 additions and 1 deletions
+10
View File
@@ -29,4 +29,14 @@ return [
'company_clients' => 'الشركات العملاء',
'bookings' => 'الحجوزات',
'pending_bookings' => 'الحجوزات المعلقة',
'all_consultations' => 'جميع الاستشارات',
'case_management' => 'إدارة القضايا',
'timelines' => 'الجداول الزمنية',
'content' => 'المحتوى',
'reports' => 'التقارير',
'export_users' => 'تصدير المستخدمين',
'export_consultations' => 'تصدير الاستشارات',
'export_timelines' => 'تصدير الجداول الزمنية',
'working_hours' => 'ساعات العمل',
'blocked_times' => 'الأوقات المحظورة',
];
+10
View File
@@ -29,4 +29,14 @@ return [
'company_clients' => 'Company Clients',
'bookings' => 'Bookings',
'pending_bookings' => 'Pending Bookings',
'all_consultations' => 'All Consultations',
'case_management' => 'Case Management',
'timelines' => 'Timelines',
'content' => 'Content',
'reports' => 'Reports',
'export_users' => 'Export Users',
'export_consultations' => 'Export Consultations',
'export_timelines' => 'Export Timelines',
'working_hours' => 'Working Hours',
'blocked_times' => 'Blocked Times',
];