@extends('admin.layouts.app') @section('title', '添加角色') @section('content')
角色列表 > 添加角色
{{ csrf_field() }}
角色名称:
角色描述:
状态:  是    否
排序:
  
@endsection