Withdraw logs
| S/N | Name | Amount | Details | Type | Created | Updated | Action |
|---|---|---|---|---|---|---|---|
| {{++$k}}. | {{$val->user->name}} | {{substr($val->amount,0,9)}}BTC | {{$val->details}} | @if($val->type==1) Trading profit @elseif($val->type==2) Account balance @elseif($val->type==3) Referral bonus @endif | {{date("Y/m/d h:i:A", strtotime($val->created_at))}} | {{date("Y/m/d h:i:A", strtotime($val->updated_at))}} |