Dear {{ $donation->name }},
We sincerely appreciate your generous donation of ₹{{ number_format($donation->amount, 2) }} to {{ config('app.name') }}. Your support helps us continue our mission.
| Transaction ID: | {{ $donation->transaction_id }} |
| Date: | {{ $donation->created_at->format('d M Y h:i A') }} |
| Payment Method: | {{ ucfirst($donation->payment_gateway) }} |
User mail : Your mail address
password : Your mail address
{{ $donation->name }}
{{ $donation->address }}
{{ $donation->city }}, {{ $donation->state }} - {{ $donation->pincode }}
India
Click here to download your invoice if the button above does not work.
--}}With gratitude,
{{ config('app.name') }}
© {{ date('Y') }} {{ config('app.name') }}. All rights reserved.