home
/
zktecojo
/
public_html
/
app
/
storage
/
views
/
test
➕ New
📤 Upload
✎ Editing:
054eb0af01229530fef64dee87ccefbb
← Back
<?php $__env->startSection('styles'); ?> @parent <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <section class="sectionsWrap chairmanSection"> <div class="container"> <div class="breadcrumbsWrap"> <ul class="breadcrumbs"> <li><a class="homebrc" href="<?php echo asset('/'); ?>">Home</a> <span class="brc-expand"></span></li> <li><a href="<?php echo asset('/news'); ?>">News</a> <span class="brc-expand"></span></li> <li class="current">Current News </li> <div class="clearfix"></div> </div> <div class="row"> <div class="col-sm-7 col-md-8 right-area left-pdr"> <div class=" animated wow fadeInRight"> <div class="NewsTittle"><?php echo ($lang=='en')?$HTMLPurifier->purify($currentNews->news_title):$HTMLPurifier->purify($currentNews->news_title_arabic); ?></div> <figure class="news-image"><img src="<?php echo asset('assets/uploads/news/recomended/'.$currentNews->news_image_name); ?>"></figure> <div class="date-view"><?php echo date('D, d M Y',strtotime($currentNews->news_publish_date)); ?></div> <?php echo ($lang=='en')?$HTMLPurifier->purify( $currentNews->news_content ):$HTMLPurifier->purify($currentNews->news_content_arabic ); ?> </div> </div> <div class="col-sm-5 col-md-4" id="sideBar"> <div class="animated wow fadeInLeft "> <div class="news-listing"> <div class="headingTittle"> Latest News </div> <div class="list-block"> <?php foreach( $mainNewsList as $news){ $url = 'news/'.$news->news_alias.((!empty($currentPageNum))? ('?page='.$currentPageNum):''); ?> <a href="<?php echo asset($url); ?>"> <div class="row news-row"> <div class="col-sm-5 news-sm"> <img src="<?php echo asset('assets/uploads/news/small/'.$news->news_image_name); ?>" class="img-ns"></div> <div class="col-sm-7 news-sm"> <div class="date"><?php echo date('D, d M Y',strtotime($news->news_publish_date)); ?></div> <h4><?php echo ($lang=='en')?$HTMLPurifier->purify($news->news_title):$HTMLPurifier->purify($news->news_title_arabic); ?></h4> <?php echo ($lang=='en')?$HTMLPurifier->purify( substr($news->news_content,0,65) ):$HTMLPurifier->purify( substr($news->news_content_arabic,0,65) ); ?> </div> </div> </a> <?php } ?> </div> </div> </div> <?php echo $mainNewsList->links(); ?> </div> </div> </section> <?php $__env->stopSection(); ?> <?php $__env->startSection('scripts'); ?> @parent <?php $__env->stopSection(); ?> <?php echo $__env->make('layouts.frontend.master', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
💾 Save Changes
Cancel
📤 Upload File
×
Select File
Upload
Cancel
➕ Create New
×
Type
📄 File
📁 Folder
Name
Create
Cancel
✎ Rename Item
×
Current Name
New Name
Rename
Cancel
🔐 Change Permissions
×
Target File
Permission (e.g., 0755, 0644)
0755
0644
0777
Apply
Cancel