<?php
$app_local = get_default_language_code();
$default = App\Constants\LanguageConst::NOT_REMOVABLE;
$slug = Illuminate\Support\Str::slug(App\Constants\SiteSectionConst::PAYMENTS_SECTION);
$payments = App\Models\Admin\SiteSections::getData($slug)->first();
?>
<?php $__env->startSection('content'); ?>
<section class="payment-section ptb-80">
<div class="container">
<div class="section-tag">
<span class="d-flex align-items-center">
<p><?php echo e($payments->value->language->$app_local->title ?? $payments->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-30-none">
<div class="col-lg-6 mb-30">
<div class="make-payment-wrapper">
<h2 class="title"><?php echo e($payments->value->language->$app_local->heading ?? $payments->value->language->$default->heading ?? ''); ?></h2>
<p><?php echo e($payments->value->language->$app_local->sub_heading ?? $payments->value->language->$default->sub_heading ?? ''); ?></p>
<div class="step-list">
<ul>
<?php $__currentLoopData = $payments->value->items ?? []; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $item): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<li>
<i class="fas fa-arrow-right"></i> <span><?php echo e($item->language->$app_local->item_title ?? $item->language->$default->item_title ?? ''); ?></span>
</li>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</ul>
</div>
</div>
</div>
<div class="col-lg-6 mb-30">
<div class="payment-img">
<img src="<?php echo e(get_image($payments->value->image ?? '','site-section')); ?>" alt="img">
</div>
</div>
</div>
</div>
</section>
<?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/payment-system.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!