@section('title', '用户列表') @section('header')
@endsection @section('table') @foreach($list as $info) @endforeach
邮箱 操作
{{$info['email']}}
{{$list->render()}}
@endsection @section('js') @endsection @extends('common.list')