@extends('layouts.app') @section('content')
Full Names | DOB | Start Date | Church | Position | Action |
---|---|---|---|---|---|
{{ $pastor->full_name }} | {{ \Carbon\Carbon::parse($pastor->dob)->format('d/m/Y') }} | {{ $pastor->start_date ? \Carbon\Carbon::parse($pastor->start_date)->format('d/m/Y') : '--' }} | {{ $pastor->church->name ?? '--' }} | {{ $pastor->position }} | {{-- Remove --}} {{-- Edit --}} Edit {{-- Photos --}} Photos |