Thank you for your generous contribution
Name: {{ $donation->name }}
Email: {{ $donation->email }}
Phone: {{ $donation->phone }}
Address: {{ $donation->address }}, {{ $donation->city }}, {{ $donation->state }} - {{ $donation->pincode }}
Transaction ID: {{ $donation->transaction_id }}
Date: {{ $donation->created_at->format('d M Y, h:i A') }}
Payment Method: {{ ucfirst($donation->payment_gateway) }}
Status: {{ ucfirst($donation->status) }}
| Description | Amount |
|---|---|
| Donation Contribution | ₹{{ number_format($donation->amount, 2) }} |
| Total Amount | ₹{{ number_format($donation->amount, 2) }} |