Current File : /home/getxxhzo/app.genicards.com/storage/framework/views/00d3b1631230296e91f5ce1219159a4f.php |
<?php
$defaultTemplate = asset('assets/images/default_cover_image.jpg');
?>
<div class="d-flex align-items-center">
<div class="image image-circle image-mini me-3">
<img src="<?php echo e(empty($row->template) ? $defaultTemplate : $row->template->template_url); ?>" alt="Vcard">
</div>
<div class="d-flex flex-column">
<a href="<?php echo e(route('vcards.edit', $row->id)); ?>" class="mb-1 text-decoration-none fs-6">
<?php echo e($row->name); ?>
</a>
<span class="fs-6"><?php echo e($row->occupation); ?></span>
</div>
</div>
<?php /**PATH /home/getxxhzo/app.genicards.com/resources/views/vcards/columns/name.blade.php ENDPATH**/ ?>