complete story 7.4 with qa tests

This commit is contained in:
Naser Mansour
2025-12-28 23:51:42 +02:00
parent b250b30a48
commit 97c6cfe72f
11 changed files with 585 additions and 28 deletions
+1
View File
@@ -5,4 +5,5 @@ return [
'password' => 'The provided password is incorrect.',
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
'account_deactivated' => 'Your account has been deactivated. Please contact the administrator.',
'logout' => 'Logout',
];
+4
View File
@@ -36,4 +36,8 @@ return [
'back_to_cases' => 'Back to Cases',
'no_cases_yet' => 'You don\'t have any cases yet.',
'no_updates_yet' => 'No updates yet.',
// Profile
'my_profile' => 'My Profile',
'contact_admin_to_update' => 'Contact admin to update your information',
];
+18
View File
@@ -0,0 +1,18 @@
<?php
return [
'full_name' => 'Full Name',
'national_id' => 'National ID',
'email' => 'Email Address',
'phone' => 'Phone Number',
'preferred_language' => 'Preferred Language',
'member_since' => 'Member Since',
'company_name' => 'Company Name',
'registration_number' => 'Registration Number',
'contact_person' => 'Contact Person',
'contact_person_id' => 'Contact Person ID',
'individual_account' => 'Individual Account',
'company_account' => 'Company Account',
'arabic' => 'Arabic',
'english' => 'English',
];