@php /** @var \App\Komma\Kms\Core\Attributes\Seperator $attribute **/ @endphp
<div class="entity-attribute entity-attribute-separator @if($errors->has((string)$attribute->getKey())) error @endif {!!$attribute->getStyleClass()!!}"
@foreach($attribute->getDataAttributes() as $dataAttributeName => $dataAttributeValue)
{{ $dataAttributeName }}="{{ $dataAttributeValue }}"
@endforeach()
></div>