File: D:/HostingSpaces/SBogers68/ouddorp-duin.nl/workbench/komma/kms/src/views/attributes/slug.blade.php
<div class="entity-attribute entity-attribute-text{{{ count($attribute->errors) == 0 ? '' : ' error' }}} {{{$attribute->class}}} @if( !$attribute->show || ($attribute->show === 'admin' && !\Auth::user()->get()->is_admin) ) hidden @endif photo " 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>