PATH:
home
/
rwabteecom
/
public_html
/
storage
/
framework
/
views
/
Editing: 20e1d22ab5f5a83a37f3d48567a867be.php
<?php $url = route('vcard.show', ['alias' => $row->url_alias]); $shortUrl = \Illuminate\Support\Str::limit($url, 50, '...'); ?> <!--[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 text-primary"><?php echo e($shortUrl); ?></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/rwabteecom/public_html/resources/views/sadmin/vcards/columns/preview.blade.php ENDPATH**/ ?>
SAVE
CANCEL