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