@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)
id == $info->nav_id) selected @endif>{{$nav->name}}
@endforeach @endif
标题
缩略图(360*256)
描述
{{ $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