File: /home/bdedition/www/core/storage/framework/views/30a42894fcd2a3517fc00ed8edbf1410.php
<?php $__env->startSection('content'); ?>
<section class="all-sections pt-20 pb-60">
<div class="container">
<div class="pt-4">
<div class="row justify-content-center mb-30-none" id="search_result_block">
<?php $__empty_1 = true; $__currentLoopData = $search; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $item): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); $__empty_1 = false; ?>
<div class="flex-content search-content mb-30">
<div class="d-flex">
<div class="flex-shrink-0">
<a href="<?php echo e(route('news.details', ['category' =>$item->category->slug, 'news' => $item->id])); ?>">
<div class="img-content position-relative text-center">
<span class="imgWrep">
<img class="images img-fluid news_img" src="<?php echo e(getImage(getFilePath('news') . '/' . $item->image, getFileSize('news'))); ?>" alt="news image">
</span>
</div>
</a>
</div>
<div class="flex-grow-1">
<a href="<?php echo e(route('news.details', ['category' =>$item->category->slug, 'news' => $item->id])); ?>">
<h6 class="title mb-1 px-2 fw-bold"><?php echo e(__(@$item->title)); ?> </h6>
<div class="summery mb-3 px-2"><?php echo e(@$item->short_description); ?></div>
<div class="time py-1 fs-9" style="margin-left: 10px;">
<i class="fa-regular fa-clock me-1"></i> <?php echo e(bn_number(diffForHumans($item->created_at))); ?>
</div>
</a>
</div>
</div>
</div>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); if ($__empty_1): ?>
<div class="text-center">
<div class="no-data-img">
<img src="<?php echo e(asset($activeTemplateTrue . 'images/no-data.png')); ?>" alt="images">
</div>
<h3><?php echo app('translator')->get('No result found'); ?></h3>
</div>
<?php endif; ?>
<?php echo e($search->withQueryString()->links()); ?>
</div>
</div>
</div>
</section>
<?php $__env->stopSection(); ?>
<?php echo $__env->make($activeTemplate . 'layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/bdedition/public_html/core/resources/views/templates/basic/news/search.blade.php ENDPATH**/ ?>