/home/kueuepay/public_html/storage/framework/views/27f35dff11ca44cfddc27662d088a5a3aa1c20a5.php
<?php
    $app_local      = get_default_language_code();
    $default        = App\Constants\LanguageConst::NOT_REMOVABLE;
    $slug           = Illuminate\Support\Str::slug(App\Constants\SiteSectionConst::DOWNLOAD_APP_SECTION);
    $data           = App\Models\Admin\SiteSections::getData($slug)->first();
?>
<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Start App
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->
<section class="app-section ptb-80">
    <div class="container">
        <div class="section-tag">
            <span class="d-flex align-items-center">
                <p><?php echo e($data->value->language->$app_local->title ?? $data->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="app-section-title pb-30">
            <div class="row">
                <div class="col-xl-8 col-lg-10 col-md-12">
                   <h2 class="title"> <?php echo e($data->value->language->$app_local->heading ?? $data->value->language->$default->heading ?? ''); ?> </h2>
                </div>
            </div>
        </div>
        <div class="row mb-30-none">
           <div class="col-lg-6 mb-30">
              <div class="app-area-content">
                  <p> <?php echo e($data->value->language->$app_local->sub_heading ?? $data->value->language->$default->sub_heading ?? ''); ?> </p>
              </div>
             <div class="row mb-30-none">
                <div class="col-xl-12 col-lg-8 mb-30">
                    <div class="app-btn-wrapper">
                        <?php $__currentLoopData = $data->value->items ?? []; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $item): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                            <a href="#0" class="app-btn">
                                <div class="app-icon">
                                    <img src="<?php echo e(get_image($item->icon_image ?? '', 'site-section')); ?>" alt="icon">
                                </div>
                                <div class="content">
                                    <span><?php echo e($item->language->$app_local->item_title ?? $item->language->$default->item_title ?? ''); ?></span>
                                    <h5 class="title"><?php echo e($item->language->$app_local->item_header ?? $item->language->$default->item_header ?? ''); ?></h5>
                                </div>
                                <div class="icon">
                                    <img src="<?php echo e(get_image($item->image ?? '', 'site-section')); ?>" alt="element">
                                </div>
                                <div class="app-qr">
                                    <img src="<?php echo e(get_image($item->image ?? '', 'site-section')); ?>" alt="element">
                                </div>
                            </a>
                        <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                    </div>
                </div>
             </div>
          </div>
          <div class="col-lg-6 mb-30">
            <div class="app-img">
               <img src="<?php echo e(get_image(@$data->value->image ?? '', 'site-section')); ?>" alt="img">
            </div>
        </div>
       </div>
    </div>
</section>
<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    End App
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~--><?php /**PATH /home/kueuepay/public_html/resources/views/frontend/section/download-app.blade.php ENDPATH**/ ?>
Best Practice

Best Practices

To ensure a smooth integration process and optimal performance, follow these best practices:

  1. Use secure HTTPS connections for all API requests.
  2. Implement robust error handling to handle potential issues gracefully.
  3. Regularly update your integration to stay current with any API changes or enhancements.