Initial commit
This commit is contained in:
20
resources/views/emails/payments/rejected.blade.php
Normal file
20
resources/views/emails/payments/rejected.blade.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<x-mail::message>
|
||||
# Payment Verification - Action Required
|
||||
|
||||
Your payment submission has been reviewed and requires your attention.
|
||||
|
||||
**Payment:** TWD {{ number_format($payment->amount, 0) }} on {{ $payment->paid_at->format('Y-m-d') }}
|
||||
|
||||
**Reason for Rejection:**
|
||||
{{ $payment->rejection_reason }}
|
||||
|
||||
**Next Steps:**
|
||||
Please review the reason above and submit a new payment with the correct information. If you have questions, please contact us.
|
||||
|
||||
<x-mail::button :url="route('member.payments.create')">
|
||||
Submit New Payment
|
||||
</x-mail::button>
|
||||
|
||||
Thanks,<br>
|
||||
{{ config('app.name') }}
|
||||
</x-mail::message>
|
||||
Reference in New Issue
Block a user