parent
67cc77ddf6
commit
708764ab95
File diff suppressed because one or more lines are too long
@ -1,4 +1,4 @@ |
|||||||
{ |
{ |
||||||
"/js/app.js": "/js/app.js?id=98f1c6e677e72c69fbc4", |
"/js/app.js": "/js/app.js?id=7ae1ff303438afdbd8bb", |
||||||
"/css/app.css": "/css/app.css?id=36412c9f34a08f26af3c" |
"/css/app.css": "/css/app.css?id=36412c9f34a08f26af3c" |
||||||
} |
} |
||||||
|
@ -1,15 +1,17 @@ |
|||||||
@component('mail::message') |
@component('mail::message') |
||||||
# Thank you for your donation! |
# Thank you for your donation! |
||||||
|
|
||||||
We received your {{$donation->amount}} {{$donation->currency}} USD donation. |
We received your {{$donation->amount}} {{$donation->currency}} donation. |
||||||
|
|
||||||
Name: {{$donation->first_name}} {{$donation->last_name}} |
- Name: {{$donation->first_name}} {{$donation->last_name}} |
||||||
|
- Amount: {{$donation->amount}} {{$donation->currency}} |
||||||
Amount: {{$donation->amount}} {{$donation->currency}} |
- Transaction Date: {{$donation->created_at}} |
||||||
|
- Frequency: {{$donation->frequency}} |
||||||
Transaction Date: {{$donation->created_at}} |
@if($donation->next_payment_at) |
||||||
|
- Next Payment Date: {{$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 |
@endcomponent |
||||||
|
@ -1,14 +1,13 @@ |
|||||||
@component('mail::message') |
@component('mail::message') |
||||||
# Information |
# Your account created |
||||||
|
|
||||||
Your account created for OYD Donation System |
Your account created for OYD Donation System |
||||||
Here are your credentials. |
|
||||||
|
|
||||||
E-Mail: {{$user->email}} |
Here are your credentials: |
||||||
|
|
||||||
Password: {{$password}} |
- E-Mail: {{$user->email}} |
||||||
|
- Password: {{$password}} |
||||||
|
|
||||||
You can view your past and active donations by logging into the system. |
You can view your past and active donations by logging into the system. |
||||||
|
|
||||||
|
|
||||||
@endcomponent |
@endcomponent |
||||||
|
Loading…
Reference in new issue