Current File : /home/getxxhzo/app.genicards.com/storage/framework/views/e6d19b70ec41e31d7fe60fe7eee59e8a.php |
<div>
<!--[if BLOCK]><![endif]--><?php if($row->status): ?>
<a id="vcardUrl<?php echo e($row->id); ?>" target="_blank" class="<text-primary></text-primary>"
href="<?php echo e(route('vcard.show', ['alias' => $row->url_alias])); ?>">
<?php echo e(route('vcard.show', ['alias' => $row->url_alias])); ?> </a>
<?php else: ?>
<span id="vcardUrl<?php echo e($row->id); ?>" target="_blank" class="">
<?php echo e(route('vcard.show', ['alias' => $row->url_alias])); ?> </span>
<?php endif; ?><!--[if ENDBLOCK]><![endif]-->
</div>
<?php /**PATH /home/getxxhzo/app.genicards.com/resources/views/users/vcards/columns/preview_url.blade.php ENDPATH**/ ?>