Dear {{ $donation->name }},
Thank you for your generous donation of Rs {{ number_format($donation->amount, 2) }}.
Donation Details
| Transaction ID: | {{ $donation->transaction_id }} |
| Date: | {{ $donation->created_at->format('d M Y h:i A') }} |
| Payment Method: | {{ ucfirst($donation->payment_gateway) }} |
Billing Information
{{ $donation->name }}
{{ $donation->address }}
{{ $donation->city }}, {{ $donation->state }} - {{ $donation->pincode }}
India
@else
@endif