UserName | Amount | Wallet | Status | Created At | Confirmed At | Actions | |||
---|---|---|---|---|---|---|---|---|---|
{{ $w->user->username }} | {{ $w->amount }} {{ $w->currency }} | {{ $w->wallet }} | {{ $w->status ? ($w->status == 2 ? 'Approve' : 'Reject') : 'Pending' }} | {{ $w->created_at }} | {{ $w->confirmed_at ?: '' }} | @if($w->status == 'Pending') Approve Reject @endif | |||
No diplay data.
|