File: D:/HostingSpaces/SBogers93/fitale.nl/workbench/komma/kms/src/views/attributes/textEditor.blade.php
<div class="entity-attribute entity-attribute-text-editor{{{ count($attribute->errors) == 0 ? '' : ' error' }}} {{{$attribute->class}}}" data-uk-tooltip="{pos:'bottom-right'}" title="{{{ $attribute->errors[0] or '' }}}">
{{ Form::label($attribute->key, $attribute->label) }}
<div class="text-editor-wrapper">
{{ Form::textarea($attribute->key, $attribute->value, ['placeholder' => $attribute->placeholder]) }}
</div>
</div>