@extends('base.base')
@section('base')
{{ __('auto.亲友圈查询') }}
| {{ __('auto.成立时间') }} |
{{ __('auto.亲友圈昵称') }} |
{{ __('auto.亲友圈') }}ID |
{{ __('auto.成员数') }} |
{{ __('auto.推广员姓名') }} |
{{ __('auto.推广员游戏昵称') }} |
{{ __('auto.推广员游戏') }}ID |
{{ __('auto.微信号') }} |
{{ __('auto.手机号') }} |
{{ __('auto.房卡库存') }} |
{{ __('auto.成员信息') }} |
@foreach($list as $k=>$v)
| {{ $v->CreateDate }} |
{{ $v->NickName }} |
{{ $v->ShowID }} |
{{ $v->count }}/{{ $v->NumberLimit}} |
{{ $v->Name }} |
{{ $v->GameName }} |
{{ $v->GameID }} |
{{ $v->WxAccount}} |
{{ $v->Mobile}} |
{{ $v->InsureScore}} |
|
@endforeach
@endsection