complete story 7.4 with qa tests
This commit is contained in:
@@ -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',
|
||||
];
|
||||
Reference in New Issue
Block a user