@extends('layouts.backend') @section('title', '发布文章') @section('header')

发布文章

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