@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
{{ $errors->first('name') }}
{{ $errors->first('slug') }}
{{ $errors->first('model') }}
{{ $errors->first('description') }}