<div class="entity-attribute entity-attribute-title"
@foreach($attribute->getDataAttributes() as $dataAttributeName => $dataAttributeValue)
{{ $dataAttributeName }}="{{ $dataAttributeValue }}"
@endforeach()
>
<h3>
{!! $attribute->getValue() !!}
</h3>
</div>