@extends('layouts.apps') @section('title', 'Bishop Profile - Africa Inland Church Tanzania(AICT)') @section('title', $bishop->full_name . ' profile') @section('content')
{{ $bishop->biography ?: 'No biography available.' }}
{{-- Posts --}}No posts made yet by this leader
{{-- Update this if you have posts --}} {{-- Photos --}}No photos uploaded yet
@endifPosition: {{ $bishop->is_archbishop ? 'Archbishop' : 'Bishop' }}
Full names: {{ $bishop->full_name }}
Date Of Birth: {{ \Carbon\Carbon::parse($bishop->dob)->format('d/m/Y') }}
Married to: {{ $bishop->married_to ?: 'N/A' }}
Diocese(s): @if($bishop->diocese) Joined {{ $bishop->diocese->name }} in {{ $bishop->start_year }} @else None @endif