/home/kueuepay/public_html/storage/framework/views/1bb4203688d0bc9565283918d2b2e5d4aa9c2bdd.php
<?php
    $app_local  = get_default_language_code();
    $default    = App\Constants\LanguageConst::NOT_REMOVABLE;
    $slug       = Illuminate\Support\Str::slug(App\Constants\SiteSectionConst::SERVICES_SECTION);
    $service    = App\Models\Admin\SiteSections::getData($slug)->first();
?>

<?php $__env->startSection('content'); ?>
<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Start Service
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->
<section class="service-section ptb-80">
    <div class="container">
        <div class="section-tag">
            <span class="d-flex align-items-center">
                <p><?php echo e($service->value->language->$app_local->title ?? $service->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="service-section-wrapper">
            <div class="row">
                <div class="col-xl-8 col-lg-10">
                    <h2 class="title"><?php echo e($service->value->language->$app_local->heading ?? $service->value->language->$default->heading ?? ''); ?></h2>
                    <p><?php echo e($service->value->language->$app_local->sub_heading ?? $service->value->language->$default->sub_heading ?? ''); ?></p>
                </div>
            </div>
            <div class="row pt-40 mb-30-none">
                <?php $__currentLoopData = $service->value->items ?? []; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $item): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                <div class="col-xxl-3 col-xl-4 col-lg-4 col-md-6 mb-30">
                    <div class="service-area">
                        <div class="service-icon">
                            <i class="<?php echo e($item->icon); ?>"></i>
                        </div>
                        <div class="service-type">
                            <h3 class="title"><?php echo e($item->language->$app_local->title ?? $item->language->$default->title ?? ''); ?></h3>
                            <p><?php echo e($item->language->$app_local->description ?? $item->language->$default->description ?? ''); ?></p>
                        </div>
                    </div>
                </div>
                <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
            </div>
        </div>
    </div>
</section>
<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    End Service
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->
<?php $__env->stopSection(); ?>
<?php echo $__env->make('frontend.layouts.master', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/kueuepay/public_html/resources/views/frontend/pages/service.blade.php ENDPATH**/ ?>
Developer

Kueue Pay Payment Gateway Solutions Developer API Documentation

Welcome to the Kueue Pay Payment Gateway Solutions Developer API Documentation. This comprehensive guide will empower you to seamlessly integrate our advanced payment gateway into your website, enhancing your customers’ payment experience and enabling efficient transaction processing. The Kueue Pay Developer API is designed for developers and entrepreneurs who seek simplicity, security, and reliability in their payment processing solutions.

1. Introduction

The Kueue Pay Developer API allows you to seamlessly integrate Kueue Pay’s Payment Gateway Solutions into your website, enabling secure and efficient debit and credit card transactions. With our API, you can initiate payments, check payment statuses, and even process refunds, all while ensuring a smooth and streamlined payment experience for your customers.