complete story 6.8 with QA tests

This commit is contained in:
Naser Mansour
2025-12-28 22:06:21 +02:00
parent 04d432d69d
commit 31520c0398
11 changed files with 865 additions and 27 deletions
+26
View File
@@ -133,4 +133,30 @@ return [
'cancelled_consultations' => 'Cancelled',
'no_show_consultations' => 'No-Shows',
'client_statistics' => 'Client Statistics',
// System Settings
'system_settings' => 'System Settings',
'system_settings_description' => 'Configure your profile, password, and email settings.',
'profile_settings' => 'Profile Settings',
'admin_name' => 'Name',
'email' => 'Email',
'preferred_language' => 'Preferred Language',
'arabic' => 'Arabic',
'english' => 'English',
'save_profile' => 'Save Profile',
'profile_updated' => 'Profile updated successfully.',
'password_settings' => 'Password Settings',
'current_password' => 'Current Password',
'new_password' => 'New Password',
'confirm_password' => 'Confirm Password',
'update_password' => 'Update Password',
'password_updated' => 'Password updated successfully.',
'email_settings' => 'Email Settings',
'sender_name' => 'Sender Name',
'sender_email' => 'Sender Email',
'test_email_description' => 'Send a test email to verify your email configuration is working correctly.',
'send_test_email' => 'Send Test Email',
'sending' => 'Sending...',
'test_email_sent' => 'Test email sent successfully! Check your inbox.',
'test_email_failed' => 'Failed to send test email. Please check your mail configuration.',
];