@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 栏目 (允许显示的栏目) @foreach( config('tipask.category_types') as $key => $name ) type,$key)) checked @endif > {{ $name }} @endforeach 排序 (仅对当前层级分类有效) @if($errors->has('sort')) {{ $errors->first('sort') }} @endif 状态 (禁用后前台不会显示) 启用 禁用 @endsection @section('script') @endsection
{{ $errors->first('name') }}
{{ $errors->first('slug') }}
{{ $errors->first('sort') }}