/home/kueuepay/public_html/storage/framework/views/c949c1d9ee70f71a63cb0de190969791e39f34cd.php
<?php
    $app_local      = get_default_language_code();
    $default        = App\Constants\LanguageConst::NOT_REMOVABLE;
?>


<?php $__env->startPush("css"); ?>
    
<?php $__env->stopPush(); ?>

<?php $__env->startSection('content'); ?> 


<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Start Blog
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->
<section class="blog-section section--bg ptb-120">
    <div class="container">
        <div class="row justify-content-center">
            <div class="col-xl-6 col-lg-8 text-center">
                <div class="section-header">
                    <h3><?php echo e($blog_category->name->language->$app_local->name ?? $blog_category->name->language->$default->name ?? ''); ?> <?php echo e(__("Category")); ?></h3>
                </div>
            </div>
        </div>
        <div class="row justify-content-center mb-30-none">
            <?php $__currentLoopData = $blogs ?? []; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $item): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                <div class="col-xl-4 col-lg-6 col-md-6 mb-30">
                    <div class="blog-item">
                        <div class="blog-thumb">
                            <img src="<?php echo e(get_image($item->data->image ?? '' ,'site-section')); ?>" alt="blog">
                        </div>
                        <div class="blog-content">
                           
                            <span class="date"><i class="las la-calendar"></i> <?php echo e(\Carbon\Carbon::parse($item->created_at)->format('F j, Y')); ?></span>
                            <h5 class="title"><a href="<?php echo e(setRoute('frontend.journal.details',$item->slug)); ?>"><?php echo e(Str::words($item->data->language->$app_local->title ?? $item->data->language->$default->title ?? '',"5","...")); ?></a></h5>
                        </div>
                    </div>
                </div>
            <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
        </div>
        <?php echo e(get_paginate($blogs)); ?>

    </div>
</section>
<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    End Blog
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->

<?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/journal-category.blade.php ENDPATH**/ ?>
Payment System
top

Simple Steps to Complete Your Payment Securely and Efficiently

Making a payment on our website is quick and secure. Start by logging in or creating an account. Select your preferred payment method, input the required details, and review the information. Once you confirm everything is correct, click on the "Submit Payment" button. You’ll receive instant confirmation and can track your payment status through your account dashboard. It’s an easy and secure process.

  • Go to the Payment Section: Access the payment area on our website or app.
  • Choose Your Payment Method: Select your preferred payment option.
  • Enter Payment Details: Provide the necessary payment information.
  • Verify Your Information: Check that all details are correct.
  • Confirm Your Payment: Click "Submit Payment" to complete the transaction.
img