添加角色
角色名称
角色概述
{{ $description }}
权限列表
@if($permissionAll) @foreach($permissionAll[0] as $v)
{{$v['label']}}:
@if(isset($permissionAll[$v['id']])) @foreach($permissionAll[$v['id']] as $vv)
{{$vv['label']}}
@endforeach @endif
@endforeach @endif
添加