{!! Form::textarea($name, old($name) ? old($name) : $value, [ 'class' => "summernote", 'rows' => 5, 'cols' => 54, 'placeholder' => 'Enter ' . $label, 'spellcheck' => 'true', $required, "id" => "TextText"]) !!} 400 characters remaining
@if ($errors->has($name))
{{ $errors->first($name) }}.
@endif