File: D:/HostingSpaces/EUmans/umansradepo.be/app/storage/views/fe8001d26423555ccef3bdd3c434075e
<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>