/home/kueuepay/public_html/storage/framework/views/5237abc9eabe73dfb0b7fe41832dfc2d664cd844.php
<?php if(isset($permission)): ?>
    <?php if(admin_permission_by_name($permission)): ?>
        <a href="<?php echo e($href ?? "javascript:void(0)"); ?>" class="<?php echo e($class ?? ""); ?>"><i class="<?php echo e($icon ?? ""); ?>"></i><?php echo e(__($text ?? "")); ?></a>
    <?php endif; ?>
<?php else: ?>
    <a href="<?php echo e($href ?? "javascript:void(0)"); ?>" class="<?php echo e($class ?? ""); ?>"><i class="<?php echo e($icon ?? ""); ?>"></i><?php echo e(__($text ?? "")); ?></a>
<?php endif; ?><?php /**PATH /home/kueuepay/public_html/resources/views/admin/components/link/custom.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.