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

{{ __('auto.关联IP:') }}{{$ip ?? ""}}

@foreach( $list as $k=>$v) @endforeach
{{ __('auto.会员') }}ID {{ __('auto.昵称') }} {{ __('auto.渠道') }} {{ __('auto.注册日期') }} {{ __('auto.最后登录日期') }} {{ __('auto.总充值') }} {{ __('auto.总提现') }}
{{$v->GameID}} {{$v->NickName}} {{$v->Channel}} {{$v->RegisterDate}} {{$v->LastLogonDate}} {{$v->Recharge ?? 0}} {{($v->Withdraw ?? 0) / 100}}
@endsection