<div class="entity-attribute entity-attribute-text @if($errors->has((string)$attribute->getKey())) error @endif {!! $attribute->getStyleClass() !!}">
<label for="{{$attribute->getKey()}}">{{$attribute->getLabelText()}}</label>
<div class="content">
<a href="{!! $attribute->getUrl() !!}">{!! $attribute->getLinkText() !!}</a>
</div>
</div>