File: /home/bdedition/www/core/storage/framework/views/36aa8f688c8bafe2d8c065081c1f89e9.php
<?php $__currentLoopData = $data; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $dataItem): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<div class="col-xl-3 col-lg-3 col-md-6 col-sm-6 mb-30">
<div class="news-blog-item">
<div class="news-blog-thumb">
<a href="<?php echo e(route('news.details',['category' =>$dataItem->category->slug, 'news' => $dataItem->id])); ?>">
<img src="<?php echo e(getImage(getFilePath('news') . '/' . $dataItem->image, getFileSize('news'))); ?>"
alt="news-blog">
</a>
</div>
<div class="news-blog-content">
<h3 class="title">
<a href="<?php echo e(route('news.details',['category' =>$dataItem->category->slug, 'news' => $dataItem->id])); ?>">
<?php echo e(__($dataItem->title)); ?>
</a>
</h3>
</div>
</div>
</div>
<?php $lastId = $dataItem->id; ?>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
<div class='header-add mb-4 text-center add'>
<?php advertisements('728x90') ?>
</div>
<?php if($next): ?>
<div class="section-header text-center">
<button class="btn--base load_more_button" data-id="<?php echo e($next); ?>"><?php echo app('translator')->get('Load More'); ?></button>
</div>
<?php endif; ?>
<?php /**PATH /home/bdedition/public_html/core/resources/views/templates/basic/partials/load_more.blade.php ENDPATH**/ ?>