保存
退出
授权角色
@foreach($roles as $key => $role)
id) selected @endif>{{$role->layer_space}}{{$role->name}}
@endforeach
参照角色
无
@foreach($roles as $key => $role)
id) selected @endif>{{$role->layer_space}}{{$role->name}}
@endforeach
模块列表
@if(count($modules)) @foreach($modules as $menuKey => $menuValue)
{{$menuValue['name']}}
@endforeach @endif
@if(count($modules)) @foreach($modules as $menuKey => $menuValue)
{{$menuValue['name']}}
@if(count($menuValue['controllers'])) @foreach($menuValue['controllers'] as $groupKey => $groupValue)
{{$groupValue['name']}}
@if(count($groupValue['actions'])) @foreach($groupValue['actions'] as $childKey => $childValue)
{{'';$selected = $assets[$menuKey][$groupKey.'.'.$childKey]}}
{{$childValue['name']}}
@endforeach @endif
@endforeach @endif
@endforeach @endif