/home/kueuepay/public_html/storage/framework/views/c2a33e79fff57ae043768236138082d78384c7e4.php
<script>
    $(document).on("click",".logout-btn",function(event) {
        event.preventDefault();
        var actionRoute =  "<?php echo e(setRoute('admin.logout')); ?>";
        var target      = "auth()->user()->id";
        var message     = `<?php echo e(__("Are You Sure To")); ?> <strong><?php echo e(__("Logout")); ?></strong>?`;
        openDeleteModal(actionRoute,target,message,"Logout","POST");
    });
</script><?php /**PATH D:\xampp\htdocs\git\nfcpay\resources\views/admin/partials/auth-control.blade.php ENDPATH**/ ?>
Error Handling

Error Handling

In case of an error, the API will return an error response containing a specific error code 400, 403 Failed and a user-friendly message. Refer to our API documentation for a comprehensive list of error codes and their descriptions.