{!! Form::open(['url' =>secure_url('add/comments'),'method'=>'POST','name'=>'company-give-comments','id'=>'js-company-give-comments-form']) !!}

Give Comments

{!! Form::textarea('comment',"",array('class'=>'form-control ','id'=>'js-company-give-comments','placeholder'=>'Give Comments','rows'=>10, 'cols'=>10)) !!} {!! Form::hidden('hiremee_id',"",array('class'=>'form-control ','id'=>'js-company-give-comments-hiremee-id')) !!}

Click on Update Comment button to modify the comment posted by you.

{!! Form::close() !!}
{!! Form::open(['url' =>secure_url('abusevideo'),'method'=>'POST','name'=>'company-abuse-video ','id'=>'js-company-abuse-video-form']) !!}

Abuse Reason

{!! Form::textarea('reason',"",array('class'=>'form-control ','id'=>'js-company-abuse-reason','placeholder'=>'Enter Reason','rows'=>3)) !!}
{!! Form::close() !!}