| 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 |
|||||
Showing 1 to {{ min(10, count($outgoingDonations)) }} of {{ count($outgoingDonations) }} results
{{ $donation['recipient_name'] }}
{{ $donation['frequency'] ?? 'Monthly' }}
Amount:
{{ \App\Services\CurrencyService::formatAmount($donation['amount'] ?? 0, $donation['currency'] ?? null) }}
Next payment:
{{ $donation['next_payment_date'] ?? 'N/A' }}
You don't have any recurring donations yet.
Set up a recurring donation to provide ongoing support.