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

{{ __('auto.关联用户:') }}{{$LastLogonIP ?? ""}}

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