@extends('layouts.app') @section('content')

{{ $pastorate->name }} — Churches

{{-- + Add Church --}}
{{-- Per‑page & Search --}}
{{-- Table --}}
@forelse($churches as $church) {{-- Edit Church Modal --}} @empty @endforelse
CHURCH MEMBERS ACTION
{{ $church->name }} {{ $church->members_count ?? '--' }} {{-- Edit --}} {{-- Unpublish --}}
@csrf @method('DELETE')
No churches found.
{{-- Pagination --}}

Showing {{ $churches->firstItem() ?? 0 }} to {{ $churches->lastItem() ?? 0 }} of {{ $churches->total() }} entries

{{-- Add Church Modal --}} {{-- Bootstrap & FontAwesome --}} @endsection