|
账户名:{{$wallet_out->account_number}}
|
币种:{{$wallet_out->currency_name}}
|
|
币种类型:基于{{$wallet_out->currency_type}}
|
费率:{{$wallet_out->rate}}
|
|
提币数量:{{$wallet_out->number}}
|
实际提币数量:{{$wallet_out->real_number}}
|
|
提币地址:{{$wallet_out->address}}
|
@if($wallet_out->type == 1 )
人民币价格:{{$wallet_out->real_rmb}}元
|
@endif
@if($wallet_out->type == 1 )
|
真实姓名:{{$wallet_out->real_name}}
|
银行卡账号:{{$wallet_out->bank_account}}
|
|
开户银行:{{$wallet_out->bank_name}}
|
开户省市:{{$card_info->bank_dizhi}}
|
@endif
@if($wallet_out->type == 2 )
@foreach ($card_info_data as $key => $item)
|
{{$key}}:{{$item}}
|
@endforeach
@endif
@if($wallet_out->status == 1 || $wallet_out->status == 2)
@endif
|
申请时间:{{$wallet_out->create_time}}
|
当前状态:@if($wallet_out->status==1) 提交申请
@elseif($wallet_out->status==2) 提币成功
@elseif($wallet_out->status==3) 提币失败
@else
@endif
|