@extends('components.app-layout') @section('title', 'Members') @php $dynamicSubtitle = 'Manage ' . ($organizationSettings['name'] ?? 'Presbyterian Church of Ghana') . ' members and their information'; @endphp @section('subtitle', $dynamicSubtitle) @section('content')
Total Members
{{ $stats['total_members'] ?? 0 }}
New This Month
{{ $stats['new_members'] ?? 0 }}
Total Families
{{ $stats['total_families'] ?? 0 }}
Active Ministries
{{ $stats['active_ministries'] ?? 0 }}
Pending Approval
{{ $stats['pending_members'] ?? 0 }}
Manage your congregation members and their details
{{ $member->member_id ?? 'M2025001' }}
@if($member->date_of_birth)Age: {{ \Carbon\Carbon::parse($member->date_of_birth)->age }}
@endif{{ $member->member_id ?? 'M2025001' }}