@extends('layouts.base') @section('content')
@foreach($groupList as $list) @endforeach
分组名称 会员数 操作
{{ $list->group_name }} {{ $list->member->count() }}
{!! $pager !!}
@endsection