{{ session('status') }}
{{ session('error') }}
| {{ __('Member') }} | {{ __('Amount') }} | {{ __('Payment Date') }} | {{ __('Method') }} | {{ __('Status') }} | {{ __('Submitted') }} | {{ __('Actions') }} |
|---|---|---|---|---|---|---|
|
{{ $payment->member->full_name }}
{{ $payment->member->email }}
|
TWD {{ number_format($payment->amount, 0) }} | {{ $payment->paid_at->format('Y-m-d') }} | {{ $payment->payment_method_label }} | {{ $payment->status_label }} | {{ $payment->created_at->format('Y-m-d H:i') }} | {{ __('View & Verify') }} |
| {{ __('No payments found') }} | ||||||