{!! Form::label('description', 'Description of the change:') !!}
{!! Form::textarea('description', null, ['rows'=>'3','class' => 'form-control','required'=>'required']) !!}
{!! Form::label('reason', 'Reason for the change (fix error, innovation or standard regulatory compliance):') !!}
{!! Form::textarea('reason', null, ['rows'=>'3','class' => 'form-control','required'=>'required']) !!}