Account #{{ $saving->id }} | Generated: {{ date('d M Y \a\t H:i:s') }}
Member ID: {{ $saving->user->id_number ?? 'N/A' }} | Membership: {{ $saving->user->membership->membership_number ?? 'N/A' }}
| 📅 Date & Time | 🔢 Transaction # | 📊 Type | 💵 Amount | ⚖️ Balance After | 👤 Processed By |
|---|---|---|---|---|---|
| {{ $transaction->transaction_date->format('d M Y H:i') }} | {{ $transaction->transaction_number }} | {{ ucfirst($transaction->type) }} | {{ $transaction->type === 'deposit' ? '+' : '-' }}KSh {{ number_format($transaction->amount, 0) }} | KSh {{ number_format($transaction->balance_after, 0) }} | {{ $transaction->processor->name ?? 'System' }} |
No transactions recorded yet
Transaction history will appear here once activity begins
{{ $transaction->transaction_number }}{{ $saving->notes }}