@extends('layout.home') @section('csrf-token') @endsection @if($message['id']) @section('title', '修改用户组') @else @section('title', '添加用户组') @endif @section('content') @if(Session::get('msg'))
{{ Session::get('msg') }}
@endif @if(Session::get('dmsg'))
{{ Session::get('dmsg') }}
@endif
用户管理 @if($message['id']) 修改用户组 @else 添加用户组 @endif
@if($message['id']) @endif
@endsection