Initial commit
This commit is contained in:
14
resources/views/emails/payments/approved-cashier.blade.php
Normal file
14
resources/views/emails/payments/approved-cashier.blade.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<x-mail::message>
|
||||
# Payment Approved by Cashier
|
||||
|
||||
Your payment has been approved by our cashier and forwarded to the accountant for the next verification step.
|
||||
|
||||
**Payment:** TWD {{ number_format($payment->amount, 0) }} on {{ $payment->paid_at->format('Y-m-d') }}
|
||||
|
||||
<x-mail::button :url="route('member.dashboard')">
|
||||
View Status
|
||||
</x-mail::button>
|
||||
|
||||
Thanks,<br>
|
||||
{{ config('app.name') }}
|
||||
</x-mail::message>
|
||||
Reference in New Issue
Block a user