D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
dateitor
/
public_html
/
storage
/
framework
/
views
/
Filename :
fc28e696cfd982164c0f549931163694.php
back
Copy
<!--[if BLOCK]><![endif]--><?php if($row->status == 1): ?> <a href="<?php echo e(route('vcard.show', ['alias' => $row->url_alias])); ?>" id="vcardUrl<?php echo e($row->id); ?>" target="_blank" class="text-decoration-none fs-6"><?php echo e(route('vcard.show', ['alias' => $row->url_alias])); ?></a> <button class="btn px-2 text-primary fs-2 user-edit-btn copy-clipboard" data-id="<?php echo e($row->id); ?>" title="<?php echo e('copy'); ?>"> <i class="fa-regular fa-copy fs-2"></i> </button> <?php else: ?> <span id="vcardUrl<?php echo e($row->id); ?>" target="_blank"> <?php echo e(route('vcard.show', ['alias' => $row->url_alias])); ?> </span> <?php endif; ?><!--[if ENDBLOCK]><![endif]--> <?php /**PATH /home/u628739340/domains/kosari.net/public_html/tarjetadigital/resources/views/sadmin/vcards/columns/preview.blade.php ENDPATH**/ ?>