@if($user->has_spouse) @endif @if($user->dependents && $user->dependents->count() > 0) @foreach($user->dependents as $dependent) @endforeach @endif

Update Profile Request

Hello Admin,

The following user has submitted a request to update their profile:

Membership ID{{ $user->member_id ?? 'N/A' }}
Membership Category{{ $user->membershipCategory->name ?? 'N/A' }}
Full Name{{ $user->first_name ?? '' }} {{ $user->middle_name ?? '' }} {{ $user->last_name ?? '' }}
Date of Birth{{ $user->dob ?? 'N/A' }}
Gender{{ $user->gender ?? 'N/A' }}
Marital Status{{ $user->maritial_status ?? 'N/A' }}
Billing Preference{{ $user->billing_preference ?? 'N/A' }}
Phone{{ $user->phone ?? '-' }}
Cell{{ $user->cell ?? '-' }}
Email{{ $user->email ?? '-' }}
Billing Address{{ $user->billing_address ?? '-' }}
Residence Address{{ $user->contactInfo->residence_address ?? '-' }}
Residence Phone{{ $user->contactInfo->residence_phone ?? '-' }}
Residence Cell{{ $user->contactInfo->residence_cell ?? '-' }}
Residence Email{{ $user->contactInfo->residence_email ?? '-' }}
Office Name & Address{{ $user->contactInfo->office_name_address ?? '-' }}
Office Phone{{ $user->contactInfo->office_phone ?? '-' }}
Office Cell{{ $user->contactInfo->office_cell ?? '-' }}
Fax{{ $user->contactInfo->fax ?? '-' }}
Office Email{{ $user->contactInfo->office_email ?? '-' }}
Spouse Name{{ $user->spouse_name ?? '-' }}
Date of Birth{{ $user->spouse_dob ?? '-' }}
Gender{{ $user->spouse_gender ?? '-' }}
Dependent Name{{ $dependent->dependent_name ?? '-' }}
Date of Birth{{ $dependent->dependent_dob ?? '-' }}
Gender{{ $dependent->dependent_gender ?? '-' }}
Updated Fields @if(!empty($updatedFields)) @foreach($updatedFields as $field) {{ $field }}@if(!$loop->last), @endif @endforeach @else N/A @endif
Additional Notes {{ $notes ?? 'N/A' }}

Thanks,
Tollygunge Club Team