Update confirmed.blade.php

This commit is contained in:
AnonDev 2021-07-01 12:20:29 +02:00 committed by GitHub
parent a5cd1234dc
commit 795b2f3f8f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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