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