15 lines
389 B
PHP
15 lines
389 B
PHP
<x-mail::message>
|
|
# Payment Approved by Accountant
|
|
|
|
Your payment has been approved by our accountant and forwarded to the chair for final approval.
|
|
|
|
**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>
|