@extends('components.app-layout') @section('title', 'Add New Member') @section('subtitle', 'Register a new church member') @section('content') @if(session('success'))

{{ session('success') }}

@endif @if($errors->any())

Please correct the following errors:

    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

Add New Member

Complete the form below to register a new church member

Back to Members
@csrf

Personal Information

Basic member details and identification

Add Photo
@error('first_name')

{{ $message }}

@enderror
@error('last_name')

{{ $message }}

@enderror

Contact Information

Communication and address details

@error('email')

{{ $message }}

@enderror

Family Information

Membership Information

Auto-assigned based on age
Year group will be automatically determined from the date of birth.

Spiritual Information

Emergency Contact

4.5 SCHOOL DETAILS

Guardian Information (For Minors)

Additional Information

4.6 INTEREST GROUP DETAILS (underline your groups)

@if(isset($ministries) && $ministries->count() > 0) @foreach($ministries as $ministry)
id, old('ministries', [])) ? 'checked' : '' }}>
@endforeach @else
@endif

Communication Preferences

Cancel
@endsection