Edit Member

Update member information in ChurchXtra

@csrf @method('PUT')

Member Personal Information

Update the member’s basic details below.

@error('first_name')

{{ $message }}

@enderror
@error('last_name')

{{ $message }}

@enderror
@error('gender')

{{ $message }}

@enderror

Contact Information

Update phone, WhatsApp, email and location details.

@error('phone')

{{ $message }}

@enderror

Church Information

Update church membership details.

@if($member->photo) @endif

Leave empty if you do not want to change photo.

Cancel