@extends('member') @section('title') {{$project_name}}用户列表 @endsection @section('scripts') @endsection @section('content')

{{$project_name}} - 用户列表

@foreach($users as $item) @include('widget.project_member',['item'=>$item]) @endforeach
@endsection