# Payment Submitted Successfully
Thank you, {{ $payment->member->full_name }}!
Your payment has been submitted successfully and is currently under review by our team.
**Payment Details:**
- **Amount:** TWD {{ number_format($payment->amount, 0) }}
- **Payment Date:** {{ $payment->paid_at->format('Y-m-d') }}
- **Payment Method:** {{ $payment->payment_method_label }}
- **Reference:** {{ $payment->reference ?? 'N/A' }}
Your payment will be reviewed by our cashier, accountant, and chair. You will receive email notifications at each stage.
View Payment Status
Thanks,
{{ config('app.name') }}