Implement dark mode, bug report page, and schema dump

This commit is contained in:
2025-11-27 15:06:45 +08:00
parent 13bc6db529
commit 83602b1ed1
91 changed files with 1078 additions and 2291 deletions

View File

@@ -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>

View File

@@ -19,6 +19,8 @@ Go to Dashboard
If you have any questions, please contact us.
<p style="display:none">&lt; &gt;</p>
Thanks,<br>
{{ config('app.name') }}
</x-mail::message>

View File

@@ -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') }}

View File

@@ -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) }}

View File

@@ -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) }}