@extends('admin/public/layout') @section('title') 添加分类 @endsection @section('content') 分类管理 添加分类 上级分类 @if($errors->has('name')) {{ $errors->first('name') }} @endif 分类名称 @if($errors->has('name')) {{ $errors->first('name') }} @endif 分类标识 (英文字母) @if($errors->has('slug')) {{ $errors->first('slug') }} @endif 栏目 (允许显示的栏目) @foreach( config('tipask.category_types') as $key => $name ) {{ $name }} @endforeach 排序 (仅对当前层级分类有效) @if($errors->has('sort')) {{ $errors->first('sort') }} @endif 状态 (禁用后前台不会显示) 启用 禁用 @endsection @section('script') @endsection
{{ $errors->first('name') }}
{{ $errors->first('slug') }}
{{ $errors->first('sort') }}