@extends('admin/public/layout') @section('title')新建角色@endsection @section('content')

新建角色 添加新角色

@if ($errors->has('name'))

{{ $errors->first('name') }}

@endif
@if ($errors->has('slug'))

{{ $errors->first('slug') }}

@endif
@if ($errors->has('description'))

{{ $errors->first('description') }}

@endif
@endsection @section('script') @endsection