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