@extends('admin.layouts.base') @section('add_css') @endsection @section('content')
接口商名字 {{ $show->name }} 真实姓名 {{ $show->realname }}
邮箱 {{ $show->email }} 手机 {{ $show->mobile }}
app_key {{ $show->app_key }} token {{ $show->token }}
提款类型 {{ $show->draw_type_name }} 最低提款金额 {{ money_str($show->min_money) }}
IP {{ $show->ip }} host {{ $show->host }}
地址 {{ $show->address }} 身份证 {{ $show->idcard }}
@if($show->banks) @foreach($show->banks as $v) @endforeach @endif
类型 收款人 账号 开户行
{{ $v->name }} {{ $v->realname }} {{ $v->account }} {{ $v->source }}
@endsection @section('add_js') @endsection