<div class="entity-attribute entity-attribute-text{{{ count($attribute->errors) == 0 ? '' : ' error' }}} {{{$attribute->class}}}">
<label>{{ $attribute->label }}</label>
<div class="content">
<a href="{{ $attribute->link }}">{{ $attribute->buttonLabel }}</a>
</div>
</div>