| Date | Amount | Recipient | Status | Type | Actions |
|---|---|---|---|---|---|
| {{ $donation['date'] ?? now()->format('M d, Y') }} | {{ \App\Services\CurrencyService::formatAmount($donation['amount'] ?? 0, $donation['currency'] ?? null) }} |
@if(isset($donation['recipient_image']))
|
{{ ucfirst($donation['status'] ?? 'completed') }} | {{ isset($donation['is_recurring']) && $donation['is_recurring'] ? 'Recurring' : 'One-time' }} | Receipt |
|
No donations found Make Your First Donation |
|||||
Manage your recurring donations
{{ \App\Services\CurrencyService::formatAmount($donation['amount'] ?? 0, $donation['currency'] ?? null) }} / {{ $donation['frequency'] ?? 'month' }}
To: {{ $donation['recipient_name'] ?? 'General Fund' }} • Next payment: {{ $donation['next_payment_date'] ?? now()->addMonth()->format('M d, Y') }}
You don't have any recurring donations
Set Up Recurring Donation