Server IP : 66.29.132.124 / Your IP : 18.222.161.245 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 : |
<?php $__currentLoopData = $rows; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $row): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php $translation = $row->translateOrOrigin(app()->getLocale()); ?> <div class="post_item "> <div class="header"> <?php if($image_tag = get_image_tag($row->image_id,'full',['alt'=>$translation->title])): ?> <header class="post-header"> <a href="<?php echo e($row->getDetailUrl()); ?>"> <?php echo $image_tag; ?> </a> </header> <div class="cate"> <?php $category = $row->getCategory; ?> <?php if(!empty($category)): ?> <?php $t = $category->translateOrOrigin(app()->getLocale()); ?> <ul> <li> <a href="<?php echo e($category->getDetailUrl(app()->getLocale())); ?>"> <?php echo e($t->name ?? ''); ?> </a> </li> </ul> <?php endif; ?> </div> <?php endif; ?> <div class="post-inner"> <h3 class="post-title"> <a class="text-darken" href="<?php echo e($row->getDetailUrl()); ?>"> <?php echo clean($translation->title); ?></a> </h3> <div class="post-info"> <ul> <?php if(!empty($row->getAuthor)): ?> <li> <?php if($avatar_url = $row->getAuthor->getAvatarUrl()): ?> <img class="avatar" src="<?php echo e($avatar_url); ?>" alt="<?php echo e($row->getAuthor->getDisplayName()); ?>"> <?php else: ?> <span class="avatar-text"><?php echo e(ucfirst($row->getAuthor->getDisplayName()[0])); ?></span> <?php endif; ?> <span> <?php echo e(__('BY ')); ?> </span> <?php echo e($row->getAuthor->getDisplayName() ?? ''); ?> </li> <?php endif; ?> <li> <?php echo e(__('DATE ')); ?> <?php echo e(display_date($row->updated_at)); ?> </li> </ul> </div> <div class="post-desciption"> <?php echo get_exceprt($translation->content); ?> </div> <a class="btn-readmore" href="<?php echo e($row->getDetailUrl()); ?>"><?php echo e(__('Read More')); ?></a> </div> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <?php /**PATH /home/wavevlvu/book24.ng/modules/News/Views/frontend/layouts/details/news-loop.blade.php ENDPATH**/ ?>