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