{{-- resources/views/frontend/secretaries/index.blade.php --}} @extends('layouts.apps') @section('title', 'Secretaries - Africa Inland Church Tanzania(AICT)') @section('title','Secretaries') @section('content')

Secretaries

@forelse($secretaries as $sec)
{{ $sec->full_name }}
{{ $sec->full_name }} {{ $sec->position->name ?? '—' }} Read more
@empty

No secretaries found.

@endforelse
@endsection