diff --git a/resources/views/admin/category/edit.blade.php b/resources/views/admin/category/edit.blade.php new file mode 100644 index 0000000..9dd2a90 --- /dev/null +++ b/resources/views/admin/category/edit.blade.php @@ -0,0 +1,141 @@ +栏目修改_后台管理@include('admin.common.header') +
+
+ + +
+
栏目管理 > 栏目修改
+ +
{{ csrf_field() }} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
栏目名称:" id="typename" size="30" class="required">
别名:" id="typedir" class="required" style="width:30%"> (包含字母或数字,字母开头)
列表模板:" class="required" size="20">
文章模板:" class="required" size="20">
缩略图: " style="width:40%"> " src="" width="120" height="80" id="picview" name="picview">
SEO标题:">
关键字:"> (用","分开)
SEO关键字:"> (用","分开)
栏目描述:
栏目内容:
+ + + + +
  
+
+
+ + + \ No newline at end of file