File: D:/HostingSpaces/SBogers10/topswtw.komma.pro/app/storage/views/42dc451d06dd6466ed9c6e473155bd6c
<div class="entity-attribute entity-attribute-text<?php echo e(count($attribute->errors) == 0 ? '' : ' error'); ?> <?php echo e($attribute->class); ?>"> <label><?php echo $attribute->label; ?></label> <div class="content"> <?php if(is_array($attribute->link)): ?> <?php foreach($attribute->link as $key => $link): ?> <a href="<?php echo $link; ?>"><?php echo $attribute->buttonLabel; ?> <?php echo $key; ?></a> <?php endforeach; ?> <?php else: ?> <a href="<?php echo $attribute->link; ?>"><?php echo $attribute->buttonLabel; ?></a> <?php endif; ?> </div> </div>