Generated: {{ $generatedAt }} | Total records: {{ $donations->count() }}
Completed donations summary
| @endforeach |
Donation details
| # | Date | Donor | Amount | Status | Method | Campaign | Rec. | Transaction ID | |
|---|---|---|---|---|---|---|---|---|---|
| {{ $d->id }} | {{ $d->created_at->format('Y-m-d') }} | {{ $donor }} | {{ $email }} | {{ number_format($d->amount, 0, ',', ' ') }} {{ $d->currency }} | {{ ucfirst($d->status) }} | {{ $d->payment_method ?? '—' }} | {{ $d->campaign ?? '—' }} | {{ $d->is_recurring ? '✓' : '—' }} | {{ $d->transaction_id ?? '—' }} |
| No donations match the selected filters. | |||||||||