@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('model'))

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

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

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

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