@extends('layouts.admin') @section('title', 'Tithes & Welfare') @section('page-title', 'Tithes & Welfare') @section('page-subtitle', 'Manage member contributions') @section('content')
Total Tithes
GHS {{ number_format($stats['total_tithes'], 2) }}
Total Welfare
GHS {{ number_format($stats['total_welfare'], 2) }}
Members (Tithes)
{{ $stats['members_paid_tithe'] }} / {{ $stats['total_members'] }}
Members (Welfare)
{{ $stats['members_paid_welfare'] }} / {{ $stats['total_members'] }}
{{ $tithe->member->full_name }}
{{ $tithe->receipt_number }}
GHS {{ number_format($tithe->amount, 2) }}
{{ $tithe->payment_date->format('M d') }}
No tithes recorded yet
@endforelse{{ $welfare->member->full_name }}
{{ $welfare->receipt_number }}
GHS {{ number_format($welfare->amount, 2) }}
{{ $welfare->payment_date->format('M d') }}
No welfare contributions recorded yet
@endforelse