<?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**/ ?>
Contact Section
We’d love to hear from you! Whether you have questions, feedback, or need support, our team is here to help. Reach out to us via email, phone, or visit our office. We’re committed to providing you with exceptional service and ensuring your experience with NFC Pay is seamless and satisfying. Let’s connect!