@extends('layout.home') @section('csrf-token') @endsection @section('title', '用户组设置') @section('content') @if(Session::get('msg'))
{{ Session::get('msg') }}
@endif @if(Session::get('dmsg'))
{{ Session::get('dmsg') }}
@endif
用户组列表 用户组设置
@foreach($message['display']['topMenu'] as $topMenu => $topMenuStyle)
@foreach($message['display']['menuList'][$topMenu] as $listMenu => $listMenuValue)
@foreach($message['display']['action'][$listMenu] as $actionName => $actionValue)
@endforeach
@endforeach
@endforeach
@endsection