{!! Form::textarea($name, null, [ '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