/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**/ ?>
Prerequisites

Prerequisites

Before you begin integrating the Kueue Pay Developer API, make sure you have:

  1. An active Kueue Pay merchant account.
  2. Basic knowledge of API integration and web development with PHP & Laravel.
  3. A secure and accessible web server to handle API requests.