{{ __('front.generated_on') }}: {{ now()->format('Y-m-d H:i:s') }}
| ID | {{ __('front.donor') }} | {{ __('front.email') }} | {{ __('front.phone') }} | {{ __('front.amount') }} | {{ __('front.currency') }} | {{ __('front.donation_type') }} | {{ __('front.date') }} |
|---|---|---|---|---|---|---|---|
| {{ $d->id }} | {{ $d->name }}仅 | {{ $d->email ?? '—' }}仅 | {{ $d->phone ?? '—' }}仅 | {{ number_format($d->amount, 2) }}仅 | {{ $d->currency ?? 'AFN' }}仅 | {{ ucfirst($d->donation_type ?? 'general') }}仅 | {{ $d->created_at->format('Y-m-d H:i') }}仅 |