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.
17 lines
603 B
17 lines
603 B
@component('mail::message')
|
|
# Thank you for your donation!
|
|
|
|
We received your {{$donation->amount}} {{$donation->currency}} donation.
|
|
|
|
- Name: {{$donation->first_name}} {{$donation->last_name}}
|
|
- Amount: {{$donation->amount}} {{$donation->currency}}
|
|
- Transaction Date: {{$donation->created_at}}
|
|
- Frequency: {{$donation->frequency}}
|
|
@if($donation->next_payment_at)
|
|
- Next Payment Date: {{$donation->next_payment_at}}
|
|
@endif
|
|
|
|
Your donations is tax deductible only in Republic of Turkey
|
|
Özgür Yazılım Derneği is a registered association in İstanbul, Turkey with the number 34-242-113
|
|
|
|
@endcomponent
|
|
|