Contributions Membership fees, donations, and other payments.
@if ($canRecord) Record payment @endif
@if (session('success')) {{ session('success') }} @endif Member Method Paid on Status Amount @forelse ($contributions as $contribution) {{ $contribution->member->full_name }} {{ str($contribution->payment_method)->replace('_', ' ')->title() }} {{ $contribution->paid_at->format('d M Y') }} {{ ucfirst($contribution->status) }} {{ $contribution->currency }} {{ number_format($contribution->amount) }} @empty No payments have been recorded yet. @endforelse @if ($canRecord)
Record a contribution The payment is automatically recorded against the member's branch.
@if ($members->isEmpty()) Register an alumni member before recording a payment. @else @foreach ($members as $member) {{ $member->member_number }} — {{ $member->full_name }} @endforeach
Cash Mobile money Bank transfer Card Other
@endif
Cancel @if ($members->isNotEmpty()) Save payment @endif
@endif