Server IP : 66.29.132.124 / Your IP : 3.142.55.138 Web Server : LiteSpeed System : Linux business141.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : wavevlvu ( 1524) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/thread-self/cwd/storage/framework/views/ |
Upload File : |
<div class="sidebar-widget widget_bloglist"> <div class="sidebar-title"> <h2><?php echo e($item->title); ?></h2> </div> <ul class="thumb-list"> <?php $list_blog = $model_news->with(['getCategory','translations'])->orderBy('id','desc')->paginate(5) ?> <?php if($list_blog): ?> <?php $__currentLoopData = $list_blog; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $blog): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php $translation = $blog->translateOrOrigin(app()->getLocale()) ?> <li> <?php if($image_url = get_file_url($blog->image_id, 'thumb')): ?> <div class="thumb"> <a href="<?php echo e($blog->getDetailUrl(app()->getLocale())); ?>"> <?php echo get_image_tag($blog->image_id,'thumb',['class'=>'','alt'=>$blog->title]); ?> </a> </div> <?php endif; ?> <div class="content"> <?php if(!empty($blog->getCategory->name)): ?> <div class="cate"> <a href="<?php echo e($blog->getCategory->getDetailUrl()); ?>"> <?php $translation_cat = $blog->getCategory->translateOrOrigin(app()->getLocale()); ?> <?php echo e($translation_cat->name ?? ''); ?> </a> </div> <?php endif; ?> <h3 class="thumb-list-item-title"> <a href="<?php echo e($blog->getDetailUrl(app()->getLocale())); ?>"><?php echo clean($translation->title); ?></a> </h3> </div> </li> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <?php endif; ?> </ul> </div> <?php /**PATH /home/book24/public_html/modules/News/Views/frontend/layouts/sidebars/recent_news.blade.php ENDPATH**/ ?>