@extends('base.base') @section('base')

{{ __('auto.亲友圈查询') }}

{{ __('auto.亲友圈ID:') }} {{ __('auto.输入圈主游戏ID:') }}    {{ __('auto.游戏:') }} {{ __('auto.选择时间:') }}          {{ __('auto.清空') }}   {{ __('auto.导出') }}
@foreach($list as $k=>$v) @endforeach
{{ __('auto.时间') }} {{ __('auto.亲友圈') }}ID {{ __('auto.亲友圈昵称') }} {{ __('auto.活跃用户') }} {{ __('auto.游戏局数') }} {{ __('auto.房卡消耗') }}
{{ $v->date }} {{ $v->ShowID }} {{ $v->NickName }} {{ $v->countU }} {{ $v->Jushu }} {{ $v->roomcard }}
@endsection