<div class="entity-attribute entity-attribute-text @if($errors->has($attribute->key)) error @endif {!!$attribute->class!!}">
<label>{!! $attribute->label() !!}</label>
<div class="content">
@if($attribute->getData() !== null)
{!! $attribute->getData()!!}
@else
{!! $attribute->template !!}
@endif
</div>
</div>