/home/kueuepay/public_html/storage/framework/views/a7e4299c64cbf8466b8a5d19642a11df0189fc63.php

<?php $__env->startSection('breadcrumb'); ?>
    <?php echo $__env->make('user.components.breadcrumb',['breadcrumbs' => [
        [
            'name'  => __("Dashboard"),
            'url'   => setRoute("user.dashboard"),
        ]
    ], 'active' => __("2FA Security")], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
<?php $__env->stopSection(); ?>

<?php $__env->startSection('content'); ?>

<div class="body-wrapper">
    <div class="tow-fa-security">
        <div class="row mb-20-none">
            <div class="col-xl-6 col-lg-6 mb-20">
                <div class="two-authentic mt-10">
                    <div class="dashboard-header-wrapper">
                        <h4 class="title"><?php echo e(__("Two Factor Authenticator")); ?></h4>
                    </div>
                    <div class="card-body">
                        <form class="card-form">
                            <div class="row">
                                <div class="col-xl-12 col-lg-12 form-group">
                                    <label><?php echo e(__("Address")); ?><span>*</span></label>
                                    <div class="input-group">
                                        <input type="text" class="form--control" id="referralURL" value="<?php echo e(auth()->user()->two_factor_secret); ?>" readonly>
                                        <div class="input-group-text textCopy"><i class="las la-copy"></i></div>
                                    </div>
                                </div>
                                <div class="col-xl-12 col-lg-12 form-group">
                                    <div class="qr-code-thumb text-center">
                                        <img class="mx-auto" style="width:300px;height:300px" src="<?php echo e($qr_code); ?>">
                                    </div>
                                </div>
                            </div>
                            <div class="col-xl-12 col-lg-12">
                                <?php if(auth()->user()->two_factor_status): ?>
                                    <button type="button" class="btn--base bg--warning w-100 active-deactive-btn"><?php echo e(__("Disable")); ?></button>
                                    <br>
                                    <div class="text--danger mt-3"><?php echo e(__("Don't forget to add this application in your google authentication app. Otherwise you can't login in your account.")); ?></div>
                                <?php else: ?>
                                    <button type="button" class="btn--base w-100 active-deactive-btn"><span class="w-100"><?php echo e(__("Enable")); ?></span></button>
                                <?php endif; ?>
                            </div>
                        </form>
                    </div>
                </div>
            </div>
            <div class="col-xl-6 col-lg-6 mb-20">
                <div class="two-authentic mt-10">
                    <div class="dashboard-header-wrapper">
                        <h4 class="title"><?php echo e(__("Google Authenticator")); ?></h4>
                    </div>
                    <div class="card-body">
                        <h4 class="mb-3"><?php echo e(__("Download Google Authenticator App")); ?></h4>
                        <p><?php echo e(__("Google Authenticator adds an extra layer of security to your online accounts by adding a second step of verification when you sign in. This means that in addition to your password, you'll also need to enter a code that is generated by the Google Authenticator app on your phone.")); ?><a
                                href="https://support.google.com/accounts/answer/1066447?hl=en&co=GENIE.Platform=Android"
                                class="text--base" target="_blank"><?php echo e(__("How to Setup?")); ?></a> </p>
                        <div class="play-store-thumb text-center mb-20">
                            <img class="mx-auto" src="<?php echo e(asset('public/frontend')); ?>/images/element/google-authenticator.webp" alt="img">
                        </div>
                        <div class="2fa-btn pt-3">
                            <a href="https://play.google.com/store/apps/details?id=com.google.android.apps.authenticator2"
                                class="btn--base mt-10 w-100" target="_blank"><i class="fab fa-google-play ms-1"></i>
                                <?php echo e(__("Download For Android")); ?></a>
                            <a href="https://apps.apple.com/us/app/google-authenticator/id388497605"
                                class="btn--base mt-10 w-100" target="_blank"><i class="fab fa-apple ms-1"></i> <?php echo e(__("Download For IOS")); ?></a>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
</div>

<?php $__env->stopSection(); ?>
<?php $__env->startPush('script'); ?>
    <script>
        $(".active-deactive-btn").click(function(){
            var actionRoute =  "<?php echo e(setRoute('user.security.google.2fa.status.update')); ?>";
            var target      = 1;
            var btnText = $(this).text();
            var message     = `<?php echo e(__("Are you sure to")); ?> <strong>${btnText}</strong> <?php echo e(__("2 factor authentication (Powered by google)?")); ?>`;
            openAlertModal(actionRoute,target,message,btnText,"POST");
        });

        // copy text
        $('.textCopy').on('click',function(){
            var copyText = document.getElementById("referralURL");
            copyText.select();
            copyText.setSelectionRange(0, 99999);
            document.execCommand("copy");

            throwMessage('success',["Copied: " + copyText.value]);
        });
    </script>
<?php $__env->stopPush(); ?>
<?php echo $__env->make('user.layouts.master', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH D:\xampp\htdocs\git\nfcpay\resources\views/user/sections/two-fa-security/index.blade.php ENDPATH**/ ?>
FAQ

FAQ

1. What is the Kueue Pay Payment Gateway?

The Kueue Pay Payment Gateway is an innovative technology that facilitates seamless and secure transactions between merchants and their customers. It enables businesses to accept debit and credit card payments both online and in physical stores.

2. How does the Kueue Pay Payment Gateway work?

The Kueue Pay Payment Gateway acts as a bridge between a merchant’s website or point-of-sale system and the payment processing network. It securely transmits payment information, authorizes transactions, and provides real-time status updates.

3. What is the advantage of using Kueue Pay’s Developer API?

The Kueue Pay Developer API empowers developers and entrepreneurs to integrate the Kueue Pay Payment Gateway directly into their websites or applications. This streamlines the payment process for customers and provides businesses with a customizable and efficient payment solution.

4. How can I access the Kueue Pay Developer API?

To access the Kueue Pay Developer API, you need to sign up for a developer account on our platform. Once registered, you’ll receive an API key that you can use to authenticate your API requests.

5. What types of transactions can I handle with the Kueue Pay Developer API?

The Kueue Pay Developer API allows you to initiate payments, check the status of payments, and process refunds. You can create a seamless payment experience for your customers while maintaining control over transaction management.

6. Is the Kueue Pay Developer API suitable for my business size and industry?

Yes, the Kueue Pay Developer API is designed to accommodate businesses of varying sizes and industries. Whether you’re a small online store or a large enterprise, our API can be tailored to fit your specific payment needs.

7. How user-friendly is the Kueue Pay Developer API integration process?

The Kueue Pay Developer API is designed with simplicity and ease of use in mind. Our comprehensive documentation, code samples, and developer support resources ensure a smooth integration process for any web platform.

8. Are there any fees associated with using the Kueue Pay Payment Gateway and API?

We offer competitive pricing plans for using the Kueue Pay Payment Gateway and Developer API. Details about fees and pricing tiers can be found on our developer portal.

9. Can I customize the payment experience for my customers using the Kueue Pay API?

Absolutely, the Kueue Pay Developer API offers customization options that allow you to tailor the payment experience to match your brand and user interface. You can create a seamless and cohesive payment journey for your customers.

10. What kind of support is available if I encounter issues during API integration?

We provide dedicated developer support to assist you with any issues or questions you may have during the API integration process. Reach out to our support team at developersupport@NFCPay.com for prompt assistance.

Remember, our goal is to empower your business with a robust and efficient payment solution. If you have any additional questions or concerns, feel free to explore our developer portal or contact our support team.