Manage Churches
@if(session('success'))
@else
{{ session('success') }}
@endif
@if($churches->isNotEmpty())
Name | Zip code | Phone | Country | About | Status | Actions | |
---|---|---|---|---|---|---|---|
{{ $church->name }} | {{ $church->location }} | {{ $church->email }} | {{ $church->phone }} | {{ $church->country ?? 'N/A' }} | {{ Str::limit(strip_tags($church->about), 30) }} | @if($church->is_approved) Approved @else Pending @endif |
No churches found.
@endif