@extends('admin.layout') @section('head') @include('UEditor::head') @endsection @section('css') @endsection @section('content')

单页修改

@include('admin.error')
{{ csrf_field() }} {{ method_field('PUT')}}
@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