File: D:/HostingSpaces/SBogers85/dale-int.com/app/storage/views/222c922ea30890ac51811be03bbe569e
<div class="entity-attribute entity-attribute-text-editor<?php echo e(count($attribute->errors) == 0 ? '' : ' error'); ?> <?php echo e($attribute->class); ?>" data-uk-tooltip="{pos:'bottom-right'}" title="<?php echo e(isset($attribute->errors[0]) ? $attribute->errors[0] : ''); ?>"> <?php echo Form::label($attribute->key, $attribute->label); ?> <div class="text-editor-wrapper"> <?php echo Form::textarea($attribute->key, $attribute->value, ['placeholder' => $attribute->placeholder]); ?> </div> </div>