<div class="entity-attribute entity-attribute-text <?php if($errors->has($attribute->key)): ?> error <?php endif; ?> <?php echo $attribute->class; ?>">
<label><?php echo $attribute->label(); ?></label>
<div class="content">
<a href="<?php echo $attribute->link; ?>"><?php echo $attribute->buttonLabel; ?></a>
</div>
</div>