File: D:/HostingSpaces/SBogers85/equichecker.com/resources/views/kms/attributes/textArea.blade.php
<div class="entity-attribute entity-attribute-text-area @if($errors->has($attribute->key)) error @endif {!!$attribute->class!!}" data-uk-tooltip="{pos:'bottom-right'}" title="{!! $attribute->errors[0] or '' !!}">
{!! Form::label($attribute->key(), $attribute->label) !!}
<div class="text-area-wrapper">
{!! Form::textarea($attribute->key(), $attribute->value, ['placeholder' => $attribute->placeholder]) !!}
</div>
</div>