Withdrawal Requests
Total Requests
{{ number_format($stats['total']) }}
Pending
{{ number_format($stats['pending']) }}
Approved
{{ number_format($stats['approved']) }}
Declined
{{ number_format($stats['declined']) }}
Pending Value
${{ number_format($stats['pending_amount'], 2) }}
Advanced Search & Filters
{{ $title }}
← Back to AllList of Withdrawals
| User | Main Balance | Rebate Balance | Withdrawal | Wallet Address | Type | Status | Date | Actions |
|---|---|---|---|---|---|---|---|---|
| USDT {{ number_format($withdrawal->user?->balance, 2) }} | USDT {{ number_format($withdrawal->user?->rebates, 2) }} | USDT {{ number_format($withdrawal->amount, 2) }} |
{{ substr($withdrawal->user?->wallet, 0, 10) }}...
{{ $withdrawal->user?->wallet }} @if($withdrawal->user?->wallet) @else No wallet @endif |
{{ ucfirst($withdrawal->type) }} | @if($withdrawal->status == 1) Pending @elseif($withdrawal->status == 2) Approved @elseif($withdrawal->status == 3) Declined @endif |
{{ date('M j, Y', strtotime($withdrawal->created_at)) }} {{ date('h:i A', strtotime($withdrawal->created_at)) }} |
@if($withdrawal->status == 1)
@elseif($withdrawal->status == 2)
Approved
@elseif($withdrawal->status == 3)
Declined
@endif
|
|
|
No withdrawal requests found Try adjusting your filters or search criteria |
||||||||