@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)))
 }})
@else
@endif
{{ $organizationName }}
@if($organizationSlogan)
{{ $organizationSlogan }}
@endif
Member Registration
Join Our Church Family
Complete the form below to register as a member