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

{{ $diocese->name }} — Pastorates

{{-- + Add Pastorate --}}
{{-- Per‑page & Search --}}
{{-- Table --}}
@forelse($pastorates as $p) {{-- Edit Modal --}} @empty @endforelse
PASTORATE CHURCHES ACTION
{{ $p->name }} {{ $p->churches_count }} Churches
@csrf @method('DELETE')
No pastorates found.
{{-- Pagination --}}

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

{{-- Add Pastorate Modal --}} {{-- Bootstrap JS --}} @endsection