Track all your payments, wallet recharges and download invoices anytime.
| Product | Amount | Payment Type | Status | Date | Invoice |
|---|---|---|---|---|---|
| {{ $transaction->exam_name ?? 'Wallet Recharge' }} | ₹{{ number_format($transaction->amount,2) }} | {{ ucfirst($transaction->payment_type) }} | @if($transaction->status == 'success') Success @else {{ ucfirst($transaction->status) }} @endif | {{ date('d M Y', strtotime($transaction->created_at)) }} | Download |
You haven't made any payment yet.