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