/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**/ ?>
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.