@extends('layouts.apps') @section('title', 'Pastors - Africa Inland Church Tanzania(AICT)') @section('title', 'Pastors') @section('content')

Pastors

{{-- Filter --}}
{{-- Pastors List --}}
@forelse($pastors as $pastor)

Pastor

{{ $pastor->full_name }}
{{ $pastor->church->pastorate->name ?? 'Unknown Pastorate' }}
Read more
@empty

No pastors found for this diocese.

@endforelse
@endsection