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