File: D:/HostingSpaces/SBogers10/umans.komma.pro/workbench/komma/kms/src/views/attributes/slug.blade.php
<div class="entity-attribute entity-attribute-text{{{ count($attribute->errors) == 0 ? '' : ' error' }}} {{{$attribute->class}}}" data-uk-tooltip="{pos:'bottom-right'}" title="{{{ $attribute->errors[0] or '' }}}" data-kms-auto-slug-field="{{{ $attribute->autoSlugField }}}" ng-controller="KmsAttributeSlugController">
{{ Form::label($attribute->key, $attribute->label) }}
{{ Form::text($attribute->key, $attribute->value, [
'placeholder' => $attribute->placeholder ,
'class' => 'slug',
'ng-model' => 'attributes.' . $attribute->key
]) }}
</div>