<?php $__currentLoopData = $result; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $post): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<div class="single_newslist">
<a href="<?php echo e(route('blogDetails',[$post->slug])); ?>">
<h4><?php echo e($post->title); ?></h4>
</a>
<p><?php echo e(showDate(@$post->authored_date )); ?> / <?php echo e($post->category->title); ?></p>
</div>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
<?php /**PATH /home/bouloter/infix/resources/views/frontend/infixlmstheme/snippets/components/_single_latest_post.blade.php ENDPATH**/ ?>