{!!Form::vertical_open()
->id('forum-category-create')
->method('POST')
->files('true')
->action(guard_url('forum/category'))!!}
{{ trans('app.new') }} [{!! trans('forum::category.name') !!}]
@include('forum::admin.category.partial.entry', ['mode' => 'create'])
{!! Form::close() !!}