@extends('admin.layout') @section('head') @include('UEditor::head') @endsection @section('css') @endsection @section('content') 单页修改 @include('admin.error') {{ csrf_field() }} {{ method_field('PUT')}} 标题 类别 @if($navs->isNotEmpty()) @foreach($navs as $nav) @if($nav->id == $info->nav_id) {{$nav->name}} @else {{$nav->name}} @endif @endforeach @endif 缩略图(354*230) 描述 {{ $info->desc }} 分类名 分类图片(340*228) @if($tags->isNotEmpty()) @foreach($tags as $tag) @if($tag && $tag->path) @foreach(explode(';', $tag->path) as $cpath) 删除 @endforeach @endif @endforeach @endif 内容 @endsection @section('js') @endsection