File: D:/HostingSpaces/SBogers10/zuiderbos.komma.pro/app/storage/views/3b5a86a709adf44679f38679fe71a12e
<div class="entity-attribute entity-attribute-text-editor<?php echo e(count($attribute->errors) == 0 ? '' : ' error'); ?> <?php echo e($attribute->class); ?> <?php if( !in_array(\Auth::user()->get()->user_role, $attribute->roles) ): ?> hidden <?php endif; ?> photo " 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>