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

绑定关系查询

清空

累计裂变新增人数:{{$list->total()}}

@foreach($list as $v) @endforeach
会员ID TA的上级ID 账号创建时间 最后登录时间
{{$v->GameID}} {{ $v->SpreaderID }} {{$v->RegisterDate}} {{ $v->LastLogonDate }}
@endsection @section('scripts') @endsection