Expand member profile fields

This commit is contained in:
2026-01-25 06:37:10 +08:00
parent 29c44f2dbe
commit 2cf0c19b61
4 changed files with 205 additions and 6 deletions

View File

@@ -50,11 +50,21 @@ class ProfileController extends Controller
$request->user()->save();
$memberFields = [
'national_id',
'phone',
'phone_home',
'phone_fax',
'address_line_1',
'address_line_2',
'city',
'postal_code',
'birth_date',
'gender',
'identity_type',
'identity_other_text',
'occupation',
'employer',
'job_title',
'emergency_contact_name',
'emergency_contact_phone',
];