File: /home/bdedition/public_html/core/storage/framework/views/998a23b9a97ef983d3a131bfe1874e7b.php
<?php if($latestNewsBanner->count()): ?>
<div class="news-banner-area">
<div class="news-banner-slider">
<div class="swiper-button-prev">
<i class="fas fa-angle-left"></i>
</div>
<div class="swiper-button-next">
<i class="fas fa-angle-right"></i>
</div>
<div class="swiper-wrapper">
<?php $__empty_1 = true; $__currentLoopData = $latestNewsBanner; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $item): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); $__empty_1 = false; ?>
<div class="swiper-slide">
<div class="news-banner-thumb">
<a href="<?php echo e(route('news.details', ['category' =>$item->category->slug, 'news' => $item->id])); ?>">
<img src="<?php echo e(getImage(getFilePath('news') . '/' . $item->image, getFileSize('news'))); ?>"
alt="news-banner">
</a>
</div>
<div class="news-banner-content">
<h2 class="title">
<a href="<?php echo e(route('news.details', ['category' =>$item->category->slug, 'news' => $item->id])); ?>">
<?php echo e(strLimit(@$item->title, 100)); ?>
</a>
</h2>
<p><?php echo e(strLimit(@$item->short_description, 300)); ?></p>
</div>
</div>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); if ($__empty_1): ?>
<?php endif; ?>
</div>
</div>
</div>
<?php endif; ?>
<?php /**PATH /home/bdedition/public_html/core/resources/views/templates/basic/partials/banner_latest_news.blade.php ENDPATH**/ ?>