Logs
| S/N | Name | Amount | BTC | Method | Ref | Charge | Status | Created | Updated | Action |
|---|---|---|---|---|---|---|---|---|---|---|
| {{++$k}}. | {{$val->user->name}} | {{number_format($val->amount).$currency->name}} | {{convertFloat($val->btc_amo)}}BTC | {{$val->gateway['name']}} | {{$val->trx}} | {{number_format($val->charge).$currency->name}} | @if($val->status==0) Pending @elseif($val->status==1) Approved @elseif($val->status==2) Declined @endif | {{date("Y/m/d h:i:A", strtotime($val->created_at))}} | {{date("Y/m/d h:i:A", strtotime($val->updated_at))}} |