{!! Form::numeric('commentable_id')
-> label(trans('pm::comment.label.commentable_id'))
-> placeholder(trans('pm::comment.placeholder.commentable_id'))!!}
{!! Form::text('commentable_type')
-> label(trans('pm::comment.label.commentable_type'))
-> placeholder(trans('pm::comment.placeholder.commentable_type'))!!}
{!! Form::text('comments')
-> label(trans('pm::comment.label.comments'))
-> placeholder(trans('pm::comment.placeholder.comments'))!!}
{!! Form::text('files')
-> label(trans('pm::comment.label.files'))
-> placeholder(trans('pm::comment.placeholder.files'))!!}
{!! Form::numeric('created_by')
-> label(trans('pm::comment.label.created_by'))
-> placeholder(trans('pm::comment.placeholder.created_by'))!!}