@extends('layouts.admin') @section('title', $member->full_name) @section('page-title', 'Member Profile') @section('page-subtitle', $member->member_id) @section('content')
{{ $member->member_id }}
{{ ucfirst($member->membership_status) }}{{ $attendance_stats['total_services'] }}
Total Services
{{ $attendance_stats['this_month'] }}
This Month
{{ $attendance_stats['last_30_days'] }}
Last 30 Days
{{ $giving_stats['total_donations'] }}
Total Donations
${{ number_format($giving_stats['total_amount'], 2) }}
Total Amount
{{ $giving_stats['active_pledges'] }}
Active Pledges
GHS {{ number_format($tithe_stats['this_year_tithes'], 2) }}
Tithes ({{ now()->year }})
{{ $tithe_stats['total_tithes'] }}
Total Tithe Payments
GHS {{ number_format($welfare_stats['this_year_welfare'], 2) }}
Welfare ({{ now()->year }})
{{ $welfare_stats['total_welfare'] }}
Total Welfare Payments
| Date | Service | Check-in Time | Method |
|---|---|---|---|
| {{ $attendance->service_date->format('M d, Y') }} | {{ $attendance->service?->name }} | {{ $attendance->check_in_time }} | {{ str_replace('_', ' ', $attendance->check_in_method) }} |
| No attendance records | |||
{{ $member->family->family_name }}
Family Name
{{ ucfirst($member->family_role ?? 'Not specified') }}
Family Role
{{ $familyMember->full_name }}
{{ ucfirst($familyMember->family_role ?? '') }}
No family information available