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

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