@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