{!! Form::label('feedback_summary', 'Summary*') !!}
{!! Form::textarea('feedback_summary' , null , ['class' => 'form-control','required'=> true,'placeholder' => 'Describe the use cases that should be considered in this new feature, accounting for any user roles (distributor, retail customer, admin user, etc.) that would be affected.', 'rows' => 3]) !!}