Please only approve when value is given only for commission and bonus
All deposit should be in BTC
@if(session('response'))Users | Amount | Deposit Type | Wallet Address | Status | Action | |
---|---|---|---|---|---|---|
{{ $row->firstname.' '.$row->lastname }} | {{ \App\Helper\RengeeHelper::getEmail($row->user_id) }} | {{ $row->amount }} | {{ $row->type }} | {{ $row->wallet }} | @if ($row->status == 0) Cancled @elseif($row->status == 1) Awaiting @elseif($row->status == 2) Approved @else Declined @endif | @if ($row->status == 1) @else No Action @endif |