<div class="entity-attribute entity-attribute-title<?php echo e(count($attribute->errors) == 0 ? '' : ' error'); ?> <?php echo e($attribute->class); ?> <?php if( !$attribute->show || ($attribute->show === 'admin' && !\Auth::user()->get()->is_admin) ): ?> hidden <?php endif; ?> photo">
<?php echo $attribute->title; ?>
</div>