home
/
zktecojo
/
public_html
/
app
/
storage
/
views
➕ New
📤 Upload
✎ Editing:
f845a4237ddd03dd64e7636e4be50b67
← Back
<?php $__env->startSection('metatags'); ?> <meta name="title" content="<?php echo e($pageContent->page_meta_title); ?>" /> <meta name="description" content="<?php echo e($pageContent->page_meta_description); ?>" /> <meta name="keywords" content="<?php echo e($pageContent->page_meta_keyword); ?>" /> <?php $__env->stopSection(); ?> <?php $__env->startSection('seoPageTitle'); ?> <title><?php echo (!empty($pageContent->page_seo_title))?$pageContent->page_seo_title:$pageTitle; ?></title> <?php $__env->stopSection(); ?> <?php $__env->startSection('styles'); ?> @parent <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <div class="midle-main inner-main inner-solution"> <div class="container"> <div class="col-sm-8 col-md-9 left-sect prd-rht-none animated wow fadeInRight"> <div class="solution"> <div class="solution-inner right-in"> <h3 class="innerCaption"><?php echo (($lang=='ar')?$pageContent->page_name_arabic:$pageContent->page_name ); ?></h3> <div class="row"> <?php foreach($newsList as $nlist) {?> <div class="col-lg-4 col-md-6"> <div class="news-pblock"> <a href="<?php echo asset('news/'.$nlist->news_alias ); ?>"> <div class="news-img-thumb"> <img src="<?php echo asset('assets/uploads/news/recomended/'.$nlist->news_image_name) ?>" > </div> <div class="news-text"> <h4><?php echo (($lang=='ar')?$nlist->news_title_arabic:$nlist->news_title); ?></h4> <span class="date-news"> <?php echo date('Y-m-d',strtotime($nlist->news_publish_date)); ?></span> </div> </a> </div> </div> <?php } ?> </div> </div> </div> </div> <div class="col-sm-4 col-md-3 right-sect animated wow fadeInLeft"> <aside class="side-block solution-menu"> <h2><?php echo $current_parent_menu; ?></h2> <?php echo get_sub_menu_helper($subMenuList,$currentPageAlias,$nearestParent,$lang); ?> </aside> </div> <div class="clearfix"></div> </div> </div> <?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