@extends('layouts.backend') @section('title', '文章修改') @section('header')

文章修改

@endsection @section('content')
@include('backend.alert.warning')
@inject('category', 'App\Presenters\CategoryPresenter') {!! $category->getSelect($article->cate_id, '请选择', '') !!}
@inject('tag', 'App\Presenters\TagPresenter')
{{ csrf_field() }} {{ method_field('PUT') }}
@endsection @section('javascript') @endsection