Agent Withdrawal Requests
List of Withdrawals
| Main Balance | Withdrawal Amount | Wallet Address | Request Status | Request Date | Actions | ||
|---|---|---|---|---|---|---|---|
| USDT {{ number_format($withdrawal->admin?->balance, 2) }} | USDT {{ number_format($withdrawal->amount, 2) }} |
{{ substr($withdrawal->admin?->wallet, 0, 10) }}...
{{ $withdrawal->admin?->wallet }} @if($withdrawal->admin?->wallet) @else @endif |
@if($withdrawal->status == 'pending')
Pending... | @elseif($withdrawal->status == 'approved')Approved | @elseif($withdrawal->status == 'declined')Declined | @endif{{ date('M j Y - h:i:s', strtotime($withdrawal->created_at)) }} |
@if($withdrawal->status == 'pending')
@elseif($withdrawal->status == 'approved')
@elseif($withdrawal->status == 'declined')
@endif
|