HEX
Server: LiteSpeed
System: Linux srv1.dhviews.com 5.14.0-570.23.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Jun 24 11:27:16 EDT 2025 x86_64
User: bdedition (1723)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /home/bdedition/public_html/core/storage/framework/views/8d4a7963286b86bda0909c883ac24ca0.php
<?php if($lastMustRead): ?>
    <div class="news-banner-bottom-thumb mt-30">
        <div class="news-banner-thumb">
            <a href="<?php echo e(route('news.details', ['category' =>$lastMustRead->category->slug, 'news' => $lastMustRead->id])); ?>">
                <img src="<?php echo e(getImage(getFilePath('news') . '/' . $lastMustRead->image, getFileSize('news'))); ?>" alt="news-banner">
            </a>
            <div class="news-time py-1 fs-9">
                <i class="fa-regular fa-clock me-1"></i> <?php echo e(bn_number(diffForHumans($lastMustRead->created_at))); ?>

            </div>
        </div>
    </div>
<?php endif; ?>
<?php /**PATH /home/bdedition/public_html/core/resources/views/templates/basic/partials/banner_last_must_read.blade.php ENDPATH**/ ?>