| UserName | Amount | Wallet | Status | Created At | Confirmed At | Action | |||
|---|---|---|---|---|---|---|---|---|---|
| {{ $withdraw->user->username }} | {{ $withdraw->amount }} {{ $withdraw->currency }} | {{ $withdraw->wallet }} | @if(!$withdraw->status) Pending @elseif($withdraw->status==1) Approved @elseif($withdraw->status==2) Rejected @endif | {{ $withdraw->created_at }} | {{ $withdraw->confirmed_at }} | @if(!$withdraw->status) Approve Reject @endif | |||
|
No diplay data.
|
|||||||||