@extends('base.base') @section('base')
{{ __('auto.返回上一页') }}

{{ __('auto.关联手机号:') }}{{$BankNo ?? ""}}

@foreach( $list as $k=>$v) @endforeach
{{ __('auto.会员') }}ID {{ __('auto.昵称') }} {{ __('auto.渠道') }} {{ __('auto.注册日期') }} {{ __('auto.最后登录日期') }}
{{$v->GameID}} {{$v->NickName}} {{$v->Channel}} {{$v->RegisterDate}} {{$v->LastLogonDate}}
@endsection