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