Initial commit
This commit is contained in:
16
resources/views/emails/payments/fully-approved.blade.php
Normal file
16
resources/views/emails/payments/fully-approved.blade.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<x-mail::message>
|
||||
# Payment Fully Approved!
|
||||
|
||||
Great news! Your payment has been fully approved by our team.
|
||||
|
||||
**Payment:** TWD {{ number_format($payment->amount, 0) }} on {{ $payment->paid_at->format('Y-m-d') }}
|
||||
|
||||
Your membership will be activated shortly by our membership manager. You will receive another email once your membership is active.
|
||||
|
||||
<x-mail::button :url="route('member.dashboard')">
|
||||
View Dashboard
|
||||
</x-mail::button>
|
||||
|
||||
Thanks,<br>
|
||||
{{ config('app.name') }}
|
||||
</x-mail::message>
|
||||
Reference in New Issue
Block a user