{!! $comment['id'] !!}

{!! $comment['commentable_id'] !!}

{!! $comment['commentable_type'] !!}

{!! $comment['comments'] !!}

{!! $comment['files'] !!}

{!! $comment['upload_folder'] !!}

{!! $comment['created_by'] !!}

{!! $comment['created_at'] !!}

{!! $comment['updated_at'] !!}

{!! $comment['deleted_at'] !!}
{!! 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'))!!}