@extends('layouts.admin') @section('title', 'Welfare Report') @section('page-title', 'Welfare Report') @section('page-subtitle', 'Member welfare contributions analysis') @section('content')
Total Welfare
GH₵{{ number_format($stats['total'], 2) }}
{{ $stats['count'] }} contributions
Members Contributing
{{ $stats['members_contributing'] }}
Total Arrears
GH₵{{ number_format($stats['total_arrears'], 2) }}
| Date | Receipt # | Member | Month | Amount | Arrears |
|---|---|---|---|---|---|
| {{ $contribution->payment_date->format('M d, Y') }} | {{ $contribution->receipt_number }} | {{ $contribution->member?->full_name ?? 'N/A' }} | {{ $contribution->month }} | GH₵{{ number_format($contribution->amount, 2) }} | GH₵{{ number_format($contribution->arrears ?? 0, 2) }} |
| No welfare contributions found. | |||||