File: D:/HostingSpaces/debout/debout.nl/vendor/komma/kms/resources/views/kms/attributes/title.blade.php
<div class="entity-attribute entity-attribute-title {!!$attribute->getStyleClass()!!}"
@foreach($attribute->getDataAttributes() as $dataAttributeName => $dataAttributeValue)
{{ $dataAttributeName }}="{{ $dataAttributeValue }}"
@endforeach
>
<h3>
{!! $attribute->getValue() !!}
</h3>
@if($attribute->getMinimumUserRole())
<span class="permission-indicator" title="{{ $attribute->getVisibleForExplanation() }}"></span>
@endif
</div>