/home/kueuepay/www/storage/framework/views/44c1640d55e431db3ccff3ccfc46fa46f9615fd7.php
<?php
    $app_local  = get_default_language_code();
    $default    = App\Constants\LanguageConst::NOT_REMOVABLE;
    $slug       = Illuminate\Support\Str::slug(App\Constants\SiteSectionConst::ABOUT_US_SECTION);
    $about      = App\Models\Admin\SiteSections::getData($slug)->first();
    $faq_slug   = Illuminate\Support\Str::slug(App\Constants\SiteSectionConst::FAQ_SECTION);
    $faq        = App\Models\Admin\SiteSections::getData($faq_slug)->first();
?>

<?php $__env->startSection('content'); ?>
<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Start About
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->
<section class="about-section pt-80">
    <div class="container">
        <div class="section-tag">
            <span class="d-flex align-items-center">
                <p><?php echo e($about->value->language->$app_local->title ?? $about->value->language->$default->title ?? ''); ?></p> <i class="las la-cog"></i>
            </span>
            <div class="section-element">
                <img src="<?php echo e(asset('public/frontend')); ?>/images/element/section-element.webp">
            </div>
        </div>
        <div class="row mb-20-none">
            <div class="col-lg-6 col-md-12 mb-20">
                <div class="about-content">
                    <h2 class="title"><?php echo e(@$about->value->language->$app_local->heading ?? @$about->value->language->$default->heading); ?></h2>
                    <p><?php echo e(@$about->value->language->$app_local->sub_heading ?? @$about->value->language->$default->sub_heading); ?></p>
                    <div class="about-website">
                        <ul class="about-list">
                            <?php $__currentLoopData = @$about->value->items ?? []; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $item): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                            <li>
                                <i class="las la-arrow-right"></i> <span><?php echo e($item->language->$app_local->title ?? $item->language->$default->title); ?></span>
                            </li>
                            <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                        </ul>
                    </div>
                </div>
            </div>
            <div class="col-lg-6 col-md-12 mb-20">
                <div class="about-viedo">
                    <video width="100%" loop autoplay muted controls id="vid">
                        <source src="<?php echo e(get_image(@$about->value->video,'site-section')); ?>" type="video/mp4">
                    </video>
                </div>
            </div>
        </div>
    </div>
</section>
<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    End About
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->


<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    FAQ Section
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->
<section class="faq-section ptb-80">
    <div class="container">
        <div class="section-tag">
            <span class="d-flex align-items-center">
                <p><?php echo e(@$faq->value->language->$app_local->title ?? @$faq->value->language->$default->title); ?></p> <i class="las la-cog"></i>
            </span>
            <div class="section-element">
                <img src="<?php echo e(asset('public/frontend')); ?>/images/element/section-element.webp">
            </div>
        </div>
        <div class="faq-section-wrapper">
            <div class="row mb-40">
                <div class="col-xl-8 col-lg-10">
                    <h2 class="title"><?php echo e(@$faq->value->language->$app_local->heading ?? @$faq->value->language->$default->heading); ?></h2>
                    <p><?php echo e(@$faq->value->language->$app_local->sub_heading ?? @$faq->value->language->$default->sub_heading); ?></p>
                </div>
            </div>
            <div class="row mb-30-none">
                <div class="col-lg-6 mb-30">
                   <div class="faq-img">
                      <img src="<?php echo e(get_image(@$faq->value->image,'site-section')); ?>" alt="faq-img">
                   </div>
                </div>
                <div class="col-lg-6 mb-30">
                    <div class="faq-wrapper">
                        <?php $__currentLoopData = @$faq->value->items ?? []; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $item): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                            <?php if($item->status == true): ?>
                                <div class="faq-item">
                                    <h3 class="faq-title"><span class="title"><?php echo e($item->language->$app_local->question ?? $item->language->$default->question); ?></span><span
                                            class="right-icon"></span></h3>
                                    <div class="faq-content">
                                        <p><?php echo e($item->language->$app_local->answer ?? $item->language->$default->answer); ?></p>
                                    </div>
                                </div>  
                            <?php endif; ?>
                        <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                    </div>
                </div>
            </div>
        </div>
    </div>
</section>
<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    End Faq
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->
<?php $__env->stopSection(); ?>
<?php echo $__env->make('frontend.layouts.master', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH D:\xampp\htdocs\git\nfcpay\resources\views/frontend/pages/about.blade.php ENDPATH**/ ?>
Authentication

Authentication

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.

If you don't have any merchant account please Register to continue