ctrlpanel/resources/views/mail/payment/confirmed.blade.php
AVMG20 b445cf7003 Some love to payments
Fixed a bug with the new payment changes
Improved the payments table and changes
2021-06-23 11:28:57 +02:00

19 lines
501 B
PHP

@component('mail::message')
# Thank you for your purchase!
Your payment has been confirmed; Your credit balance has been updated.
# Details
___
### Payment ID: **{{$payment->id}}**
### Status: **{{$payment->status}}**
### Price: **{{$payment->formatCurrency()}}**
### Type: **{{$payment->type}}**
### Amount: **{{$payment->amount}}**
### Balance: **{{$payment->user->credits}}**
### User ID: **{{$payment->user_id}}**
<br>
Thanks,<br>
{{ config('app.name') }}
@endcomponent