<?php if(isset($permission)): ?>
<?php if(admin_permission_by_name($permission)): ?>
<a href="<?php echo e($href ?? "javascript:void(0)"); ?>" class="btn btn--base <?php echo e($class ?? ""); ?>"><i class="las la-pencil-alt"></i></a>
<?php endif; ?>
<?php else: ?>
<a href="<?php echo e($href ?? "javascript:void(0)"); ?>" class="btn btn--base <?php echo e($class ?? ""); ?>"><i class="las la-pencil-alt"></i></a>
<?php endif; ?><?php /**PATH /home/kueuepay/public_html/resources/views/admin/components/link/edit-default.blade.php ENDPATH**/ ?>
To access the Kueue Pay Developer API, you’ll need an API key. You can obtain your API key by logging in to your Kueue Pay merchant account and navigating to the API section. Collect Client ID , Secret ID & Merchant ID Carefully. Keep your API key confidential and do not share it publicly.