File: D:/HostingSpaces/SBogers10/topswtw.komma.pro/app/storage/views/5ce4332bd7f8560934ca41c9d5b640f4
<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, 'class'=>'tiny-mce']); ?> </div> </div>