<?php
$app_local = get_default_language_code();
$default = App\Constants\LanguageConst::NOT_REMOVABLE;
$slug = Illuminate\Support\Str::slug(App\Constants\SiteSectionConst::BANNER_SECTION);
$banner = App\Models\Admin\SiteSections::getData($slug)->first();
?>
<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Start Banner
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->
<section class="banner-section bg-overlay-banner bg_img" data-background="<?php echo e(asset('public/frontend')); ?>/images/banner/banner-bg-2.webp" id="animated-section">
<div class="container">
<div class="banner-wrapper">
<div class="row align-items-center">
<div class="col-xl-7 col-lg-12">
<div class="banner-content">
<?php
$header = explode('|', $banner->value->language->$app_local->heading ?? $banner->value->language->$default->heading ?? '');
?>
<?php if(isset($header) || $header != null): ?>
<h1 class="title"><?php if(isset($header[0])): ?> <?php echo e($header[0]); ?> <?php endif; ?>
<span> <?php if(isset($header[1])): ?> <?php echo e($header[1]); ?> <?php endif; ?>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 500 150" preserveAspectRatio="none">
<path d="M7.7,145.6C109,125,299.9,116.2,401,121.3c42.1,2.2,87.6,11.8,87.3,25.7"></path>
</svg>
</span>
</h1>
<?php endif; ?>
<p class="sub-title"><?php echo e($banner->value->language->$app_local->sub_heading ?? $banner->value->language->$default->sub_heading ?? ''); ?></p>
<div class="banner-bottom mt-30">
<div class="static-section d-flex">
<div class="counter">
<div class="odo-area">
<div class="odo-title odometer" data-odometer-final="<?php echo e($banner->value->language->$app_local->statistic_first_value ?? $banner->value->language->$default->statistic_first_value ?? ''); ?>"><?php echo e($banner->value->language->$app_local->statistic_first_value ?? $banner->value->language->$default->statistic_first_value ?? ''); ?></div>
</div>
<h4 class="title"><?php echo e($banner->value->language->$app_local->statistic_first_title ?? $banner->value->language->$default->statistic_first_title ?? ''); ?></h4>
</div>
<div class="counter">
<div class="odo-area">
<div class="odo-title odometer" data-odometer-final="<?php echo e($banner->value->language->$app_local->statistic_second_value ?? $banner->value->language->$default->statistic_second_value ?? ''); ?>"><?php echo e($banner->value->language->$app_local->statistic_second_value ?? $banner->value->language->$default->statistic_second_value ?? ''); ?></div>
</div>
<h4 class="title"><?php echo e($banner->value->language->$app_local->statistic_second_title ?? $banner->value->language->$default->statistic_second_title ?? ''); ?></h4>
</div>
</div>
<div class="star">
<span class="d-flex align-items-center">
<i class="<?php echo e($banner->value->language->$app_local->statistic_last_value ?? $banner->value->language->$default->statistic_last_value ?? ''); ?>"></i>
<p><?php echo e($banner->value->language->$app_local->statistic_last_title ?? $banner->value->language->$default->statistic_last_title ?? ''); ?></p>
</span>
</div>
</div>
</div>
</div>
<div class="col-xl-5">
<div class="banner-img">
<img src="<?php echo e(get_image(@$banner->value->image ?? '','site-section')); ?>">
</div>
</div>
</div>
</div>
</div>
</section>
<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
End Banner
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~--><?php /**PATH /home/kueuepay/public_html/resources/views/frontend/section/banner.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!