Current File : /home/getxxhzo/app.genicards.com/storage/framework/views/932c3d72030fd1a074ee06512f2df34d.php |
<div class="d-flex align-items-center">
<a>
<div class="image image-circle image-mini me-3">
<!--[if BLOCK]><![endif]--><?php if(empty($row->template)): ?>
<img src="<?php echo e(asset('assets/images/default_cover_image.jpg')); ?>" alt="Vcard">
<?php else: ?>
<img src="<?php echo e($row->template->template_url); ?>" alt="Vcard">
<?php endif; ?><!--[if ENDBLOCK]><![endif]-->
</div>
</a>
<div class="d-flex flex-column">
<a class="text-decoration-none fs-6">
<?php echo e($row->name); ?>
</a>
<span class="fs-6"><?php echo e($row->emaoccupationil); ?></span>
</div>
</div>
<?php /**PATH /home/getxxhzo/app.genicards.com/resources/views/sadmin/vcards/columns/name.blade.php ENDPATH**/ ?>