Saldo Anda Saat Ini
Belum ada riwayat top-up.
| Tanggal | Nominal | Gateway | Status | Aksi |
|---|---|---|---|---|
| <%= new Date(req.created_at).toLocaleString('id-ID', {day:'numeric', month:'short', hour:'2-digit', minute:'2-digit'}) %> | Rp <%= Number(req.amount).toLocaleString('id-ID') %> | <%= req.payment_gateway || '-' %> | <%= req.status === 'paid' ? 'BERHASIL' : 'PENDING' %> | <% if (req.status === 'pending' && req.payment_link) { %> Bayar Sekarang <% } else { %> - <% } %> |