Thank You, {{ $donation->full_name }}!
We are grateful for your donation to support our cause. Your contribution makes a real difference in helping us achieve our mission.
Donation Details
Cause: {{ $donation->donationCause->cause_title }}
Description: {{ Str::limit(strip_tags($donation->donationCause->details), 200) }}
Invoice Information
Transaction ID:
{{ $donation->transaction_id }}
Date:
{{ $donation->created_at->format('M d, Y') }}
Donor Name:
{{ $donation->full_name }}
Email:
{{ $donation->email }}
@if($donation->phone)
Phone:
{{ $donation->phone }}
@endif
Payment Method:
{{ ucfirst(str_replace('_', ' ', $donation->payment_method)) }}
Status:
{{ ucfirst($donation->status) }}
Donation Amount:
${{ number_format($donation->amount, 2) }}
Your Message
"{{ $donation->message }}"
This email serves as your official receipt for tax purposes. Please keep this for your records.
If you have any questions about your donation, please don't hesitate to contact us.