@extends('base.base') @section('base')
{{ __('auto.返回上一页') }} @foreach( $list as $k=>$v) @endforeach
{{ __('auto.会员') }}ID {{ __('auto.昵称') }} {{ __('auto.渠道') }} {{ __('auto.登录') }}IP {{ __('auto.最后登录日期') }}
{{$v->GameID}} {{$v->NickName}} {{$v->Channel}} {{$v->LogonIP}} {{$v->LastDate}}
@endsection