@extends('admin._layoutNew') @section('page-head') @endsection @section('page-content')
@if($wallet_out->type == 1 ) @endif @if($wallet_out->type == 1 ) @endif @if($wallet_out->type == 2 ) @foreach ($card_info_data as $key => $item) @endforeach @endif @if($wallet_out->status == 1 || $wallet_out->status == 2) @endif
账户名:{{$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}} 人民币价格:{{$wallet_out->real_rmb}}元
真实姓名:{{$wallet_out->real_name}} 银行卡账号:{{$wallet_out->bank_account}}
开户银行:{{$wallet_out->bank_name}} 开户省市:{{$card_info->bank_dizhi}}
{{$key}}:{{$item}}
申请时间:{{$wallet_out->create_time}} 当前状态:@if($wallet_out->status==1) 提交申请 @elseif($wallet_out->status==2) 提币成功 @elseif($wallet_out->status==3) 提币失败 @else @endif
@if($wallet_out->status==1) @endif
@if($wallet_out->status==1) @endif
@endsection @section('scripts') @endsection