@php /** @var \Komma\KMS\Core\Attributes\Attribute $attribute */@endphp
<label for="{{$attribute->getKey()}}">{{ $attribute->getLabelText() }}</label>
@if($attribute->getMinimumUserRole())
<span class="permission-indicator" title="{{ $attribute->getVisibleForExplanation() }}"></span>
@endif