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