@section('title', '角色列表') @section('header')
@endsection @section('table') @foreach($list as $info) @endforeach
角色描述 操作
{{$info['description']}}
@endsection @section('js') @endsection @extends('common.list')