@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