<div class="entity-attribute entity-attribute-text{{{ count($attribute->errors) == 0 ? '' : ' error' }}} {{{$attribute->class}}} @if( !$attribute->show || ($attribute->show === 'admin' && !\Auth::user()->get()->is_admin) ) hidden @endif photo ">
<label>{{ $attribute->label }}</label>
<div class="content">
<a href="{{ $attribute->link }}">{{ $attribute->buttonLabel }}</a>
</div>
</div>