File: D:/HostingSpaces/SBogers85/equichecker.com/storage/framework/views/dbe4e8cce0bfe080af412356e3da12b5
<div class="entity-attribute entity-attribute-text-area <?php if($errors->has($attribute->key)): ?> error <?php endif; ?> <?php echo $attribute->class; ?>" data-uk-tooltip="{pos:'bottom-right'}" title="<?php echo isset($attribute->errors[0]) ? $attribute->errors[0] : ''; ?>">
<?php echo Form::label($attribute->key(), $attribute->label); ?>
<div class="text-area-wrapper">
<?php echo Form::textarea($attribute->key(), $attribute->value, ['placeholder' => $attribute->placeholder]); ?>
</div>
</div>