@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
用户管理 用户组列表
点击 “ 创建 ” 再去创建一个?
@if(in_array('update', $actionType)) @endif @if(in_array('setting', $actionType)) @endif @if(session('founder')) @endif {{-- @if(in_array('delete', $actionType))--}} {{-- 删除--}} {{-- @endif--}} @foreach($gorup as $val) @if(in_array('update', $actionType)) @endif @if(in_array('setting', $actionType)) @endif @if(session('founder')) @endif {{-- @if(in_array('delete', $actionType))--}} {{-- --}} {{-- @endif--}} @endforeach
#ID 用户组修改设置产品权限
{{ $val->id }} {{ $val->name }}
@endsection