@extends('admin._layoutNew') @section('page-head') @endsection @section('page-content')
用户ID:{{$wallet_out->user_id}} 订单编号:{{$wallet_out->htcode}}
验资金额:{{$wallet_out->yamount}} 总服务费:{{$wallet_out->fwamount}}
借币数量:{{$wallet_out->amount}} 借币期限:{{$wallet_out->days}}
日币息率:{{$wallet_out->lv_perday}} 手写签名:
签名:{{$wallet_out->signature}} 币息:{{$wallet_out->lixi}}
申请时间:{{$wallet_out->create_time}} 当前状态:@if($wallet_out->review_status==1) 提交申请 @elseif($wallet_out->review_status==2) 放款成功 @elseif($wallet_out->review_status==3) 放款驳回 @else @endif
@if($wallet_out->status==1) @endif
@if($wallet_out->review_status==1) @endif
@endsection @section('scripts') @endsection