Server IP : 66.29.132.124 / Your IP : 3.16.49.213 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 : /home/wavevlvu/book24.ng/storage/framework/views/ |
Upload File : |
<div class="article"> <div class="header"> <?php if($image_url = get_file_url($row->image_id, 'full')): ?> <header class="post-header"> <img src="<?php echo e($image_url); ?>" alt="<?php echo e($translation->title); ?>"> </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> <h2 class="title"><?php echo clean($translation->title); ?></h2> <div class="post-info"> <ul> <?php if(!empty($row->getAuthor)): ?> <li> <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-content"> <?php echo $translation->content; ?></div> <div class="space-between"> <?php if(!empty($tags = $row->getTags()) and count($tags) > 0): ?> <div class="tags"> <?php echo e(__("Tags:")); ?> <?php $__currentLoopData = $tags; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $tag): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php $t = $tag->translateOrOrigin(app()->getLocale()); ?> <a href="<?php echo e($tag->getDetailUrl(app()->getLocale())); ?>" class="tag-item"> <?php echo e($t->name ?? ''); ?> </a> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> <?php endif; ?> <div class="share"> <?php echo e(__("Share")); ?> <a class="facebook share-item" href="https://www.facebook.com/sharer/sharer.php?u=<?php echo e($row->getDetailUrl()); ?>&title=<?php echo e($translation->title); ?>" target="_blank" original-title="<?php echo e(__("Facebook")); ?>"><i class="fa fa-facebook fa-lg"></i></a> <a class="twitter share-item" href="https://twitter.com/share?url=<?php echo e($row->getDetailUrl()); ?>&title=<?php echo e($translation->title); ?>" target="_blank" original-title="<?php echo e(__("Twitter")); ?>"><i class="fa fa-twitter fa-lg"></i></a> </div> </div> </div> <?php /**PATH /home/book24/public_html/modules/News/Views/frontend/layouts/details/news-detail.blade.php ENDPATH**/ ?>