PATH:
home
/
rwabteecom
/
.trash
/
Editing: d64f7bcd0ac2ac07f23f5bc88d3cbee9.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/rwabteecom/public_html/resources/views/sadmin/vcards/columns/name.blade.php ENDPATH**/ ?>
SAVE
CANCEL