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

新闻修改

@include('admin.error')
{{ csrf_field() }} {{ method_field('PUT')}}
请输入完成url链接(包括http或者https)
@endsection