File: /home/bdedition/public_html/core/storage/framework/views/3f0b352ce03c99ef5a81fcf9b582bb93.php
<div class="small-news-area">
<div class="row justify-content-center mb-30-none">
<?php $__empty_1 = true; $__currentLoopData = $trending; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $trendingItem): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); $__empty_1 = false; ?>
<div class="col-xl-4 col-lg-4 col-md-6 col-sm-6 mb-30">
<div class="small-news-item">
<div class="small-news-thumb">
<a href="<?php echo e(route('news.details', ['category' =>$trendingItem->category->slug, 'news' => $trendingItem->id])); ?>">
<img src="<?php echo e(getImage(getFilePath('news') . '/' . $trendingItem->image, getFileSize('news'))); ?>"
alt="news-banner">
</a>
</div>
<div class="small-news-content">
<h4 class="title">
<a href="<?php echo e(route('news.details', ['category' =>$trendingItem->category->slug, 'news' => $trendingItem->id])); ?>">
<?php echo e(strLimit(@$trendingItem->title, 100)); ?>
</a>
<div class="news-time py-1 fs-9">
<i class="fa-regular fa-clock me-1"></i> <?php echo e(bn_number(diffForHumans($trendingItem->created_at))); ?>
</div>
</h4>
</div>
</div>
</div>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); if ($__empty_1): ?>
<?php endif; ?>
</div>
</div>
<?php /**PATH /home/bdedition/public_html/core/resources/views/templates/basic/partials/banner_trending_news.blade.php ENDPATH**/ ?>