home
/
zktecojo
/
public_html
/
app
/
storage
/
views
➕ New
📤 Upload
✎ Editing:
63f011371d4f4f09c7110a829ed7e854
← 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><?php echo (($lang=='ar')?$pageContent->page_name_arabic:$pageContent->page_name ); ?></h3> <div class="row"> <?php foreach($newsletterList as $nlist) {?> <div class="col-lg-4 col-md-6"> <div class="news-pblock"> <a href="<?php echo $nlist->nl_link; ?>" target="_blank"> <div class="news-img-thumb"> <img src="<?php echo asset('assets/uploads/newsletter/recomended/'.$nlist->nl_image) ?>" > </div> </a> <div class="news-text"> <div class="col-sm-12"> <h4><?php echo (($lang=='ar')?$nlist->nl_name_arabic:$nlist->nl_name); ?></h4></div> <div class="col-sm-6 "> <span class="date-news"> <?php echo date('Y-m-d',strtotime($nlist->nl_publish_date)); ?></span></div> <?php if(!empty($nlist->nl_pdf)){?> <div class="col-sm-6 download marginTopNone"> <a href="<?php echo asset('assets/uploads/newsletter/pdf/'.$nlist->nl_pdf ); ?>" target="_b"> <?php echo Lang::get('messages.download');; ?> </a> </div> <?php } ?> </div> </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