Total Tithes
Total Offerings
Total Donations
Attendance Count
Gender
{{ $member->gender }}
Date of Birth
{{ $member->date_of_birth ?? 'N/A' }}
Phone
{{ $member->phone }}
{{ $member->whatsapp ?? 'N/A' }}
{{ $member->email ?? 'N/A' }}
Marital Status
{{ $member->marital_status ?? 'N/A' }}
Occupation
{{ $member->occupation ?? 'N/A' }}
Joined Date
{{ $member->joined_date ?? 'N/A' }}
Address
{{ $member->address ?? 'N/A' }}
City / Town
{{ $member->city ?? 'N/A' }}
| Date | Service | Status |
|---|---|---|
| {{ $attendance->attendance_date }} | {{ $attendance->service_type }} | {{ $attendance->status }} |
| No attendance records. | ||
| Date | Method | Amount |
|---|---|---|
| {{ $tithe->payment_date }} | {{ $tithe->payment_method }} | {{ church_currency() }} {{ number_format($tithe->amount, 2) }} |
| No tithe records. | ||
| Date | Service | Amount |
|---|---|---|
| {{ $offering->offering_date }} | {{ $offering->service_type ?? 'N/A' }} | {{ church_currency() }} {{ number_format($offering->amount, 2) }} |
| No offering records. | ||
| Type | Note | Amount |
|---|---|---|
| {{ $donation->donation_type }} | {{ $donation->note ?? 'N/A' }} | {{ church_currency() }} {{ number_format($donation->amount, 2) }} |
| No donation records. | ||