File: D:/HostingSpaces/SBogers10/ehboledensysteem.komma.pro/resources/views/kms/attributes/file.blade.php
<div class="entity-attribute entity-attribute-file @if($errors->has((string) $attribute->getKey())) error @endif {!!$attribute->getStyleClass()!!}"
data-uk-tooltip="{pos:'bottom-right'}" title="{!! $attribute->errors[0] or '' !!}">
{!! Form::label($attribute->getKey(), $attribute->getLabelText()) !!}
{!! Form::file($attribute->getKey(), [
'accept' => $attribute->getAccept()
]) !!}
@include('kms.partials.entity.errorlog')
@include('kms.partials.entity.successeslog')
</div>