Select network
Amount
| Amount | Net | Method | Status | Date | Action |
|---|---|---|---|---|---|
| + {{ number_format($deposit->amount, 2) }} USDT | {{ strtoupper($deposit->network ?? '—') }} | @if($deposit->type === 'crypto_manual') Manual @else Auto @endif | @if($deposit->status == 1) ✓ Done @elseif($deposit->status == 2) ✕ Failed @else ⏳ Pending @endif | {{ $deposit->created_at->format('d M Y') }} | @if($deposit->type === 'remvo_naira') Auto-credited @else View @endif |
| No deposits yet. | |||||