forked from oyd/bagis
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
362 B
16 lines
362 B
![]()
5 years ago
|
@component('mail::message')
|
||
|
# Thank you for your donation!
|
||
|
|
||
|
We received your {{$donation->amount}} {{$donation->currency}} USD donation.
|
||
|
|
||
|
Name: {{$donation->first_name}} {{$donation->last_name}}
|
||
|
|
||
|
Amount: {{$donation->amount}} {{$donation->currency}}
|
||
|
|
||
|
Transaction Date: {{$donation->created_at}}
|
||
|
|
||
|
Next Payment Date: {{$donation->next_payment_at}}
|
||
|
|
||
|
|
||
|
@endcomponent
|