All successful payment transactions
All completed payment transactions
| Order ID | Payment ID | User Name | Mobile | Amount | Payment Status | Date | Actions | |
|---|---|---|---|---|---|---|---|---|
| {{ $payment->order_id }} | {{ $payment->payment_id ?? 'N/A' }} |
{{ $payment->user ? substr($payment->user->name, 0, 2) : 'N/A' }}
{{ $payment->user->name ?? 'N/A' }}
|
{{ $payment->user_email }} | {{ $payment->mobile_no ?? 'N/A' }} | ₹{{ number_format($payment->total_amount, 2) }} | {{ ucfirst($payment->payment_status) }} | {{ $payment->created_at->format('d M Y') }} | |
No Payments FoundNo successful payments found. |
||||||||