@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 标题 缩略图(130*130) 描述 {{ $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