<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 echo $attribute->template; ?> </div> </div>