Deposit Request
Please only approve when value is given
@if(session('response'))Users | Amount | Deposit Type | Status | Action | |
---|---|---|---|---|---|
{{ $row->firstname.' '.$row->lastname }} | {{ \App\Helper\RengeeHelper::getEmail($row->user_id) }} | {{ $row->amount }} | {{ $row->type }} | @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 |