Current File : /home/getxxhzo/app.genicards.com/storage/framework/views/a49fd7ea81f04cdc33ace5b77f3aa306.php |
<div class="justify-content-center d-flex">
<a href="javascript:void(0)" class="btn px-1 text-primary gallery-edit-btn fs-3" data-id="<?php echo e($row->id); ?>"
title="<?php echo e(__('messages.common.edit')); ?> ">
<i class="fa-solid fa-pen-to-square"></i>
</a>
<a href="javascript:void(0)" title="<?php echo e(__('messages.common.delete')); ?>" data-id="<?php echo e($row->id); ?>"
class="btn px-1 text-danger fs-3 gallery-delete-btn">
<i class="fa-solid fa-trash"></i>
</a>
</div>
<?php /**PATH /home/getxxhzo/app.genicards.com/resources/views/vcards/gallery/columns/action.blade.php ENDPATH**/ ?>