/home/kueuepay/public_html/storage/framework/views/551b01aba45ab4a8f7376adaa4adf0ba8d12eb53.php
<?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 D:\xampp\htdocs\git\nfcpay\resources\views/admin/components/link/edit-default.blade.php ENDPATH**/ ?>
Response Code

Response Codes

Kueue Pay API responses include standard HTTP status codes to indicate the success or failure of a request. Successful responses will have a status code of 200 OK, while various error conditions will be represented by different status codes along with error messages in the response body.