Implement dark mode, bug report page, and schema dump
This commit is contained in:
@@ -21,7 +21,7 @@ A new finance document has been submitted and is awaiting cashier review.
|
||||
This document includes an attachment for review.
|
||||
@endif
|
||||
|
||||
<x-mail::button :url="route('finance.show', $document)">
|
||||
<x-mail::button :url="route('admin.finance.show', $document)">
|
||||
Review Document
|
||||
</x-mail::button>
|
||||
|
||||
|
||||
@@ -19,6 +19,8 @@ Go to Dashboard
|
||||
|
||||
If you have any questions, please contact us.
|
||||
|
||||
<p style="display:none">< ></p>
|
||||
|
||||
Thanks,<br>
|
||||
{{ config('app.name') }}
|
||||
</x-mail::message>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<x-mail::message>
|
||||
# Payment Verification - Action Required
|
||||
|
||||
Your payment submission has been reviewed and requires your attention.
|
||||
Your payment submission has been reviewed and was rejected, and requires your attention.
|
||||
|
||||
**Payment:** TWD {{ number_format($payment->amount, 0) }} on {{ $payment->paid_at->format('Y-m-d') }}
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<x-mail::message>
|
||||
# New Payment for Verification
|
||||
|
||||
A new payment has been submitted and requires cashier verification.
|
||||
A new payment has been submitted and requires cashier verification. Please review the details below.
|
||||
|
||||
**Member:** {{ $payment->member->full_name }}
|
||||
**Amount:** TWD {{ number_format($payment->amount, 0) }}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
Thank you, {{ $payment->member->full_name }}!
|
||||
|
||||
Your payment has been received and is currently under review by our team.
|
||||
Your payment has been submitted successfully and is currently under review by our team.
|
||||
|
||||
**Payment Details:**
|
||||
- **Amount:** TWD {{ number_format($payment->amount, 0) }}
|
||||
|
||||
Reference in New Issue
Block a user