@php $logoPath = \DB::table('settings')->where('key', 'organization_logo')->value('value'); $organizationName = \DB::table('settings')->where('key', 'organization_name')->value('value') ?? 'Presbyterian Church of Ghana'; $organizationSlogan = \DB::table('settings')->where('key', 'organization_slogan')->value('value'); @endphp @if($logoPath && file_exists(public_path('storage/' . $logoPath))) {{ $organizationName }} @else
@endif

{{ $organizationName }}

@if($organizationSlogan)

{{ $organizationSlogan }}

@endif

Member Registration

Join Our Church Family

Complete the form below to register as a member

@if ($errors->any())

Please correct the following errors:

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

Personal Information

Contact Information

Membership Information

Emergency Contact

Spiritual Information

Health & Education Information

Guardian Information (For Minors)

Photo (Optional)

Maximum file size: 2MB. Accepted formats: JPG, PNG

Your registration will be reviewed and approved by church administrators