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