home
/
zktecojo
/
public_html
/
app
/
storage
/
views
/
test
➕ New
📤 Upload
✎ Editing:
7a22219757e28596210c50b8dee8c0d3
← 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 news-detail"> <h3><?php echo (($lang=='ar')?$currentNews->articles_title_arabic:$currentNews->articles_title ); ?></h3> <div class="row"> <div class="col-sm-12"> <div class="news-detail-view"> <img src="<?php echo asset('assets/uploads/articles/recomended/'.$currentNews->articles_image_name) ?>" class="news-big" > <span class="date-news"> <?php echo date('Y-m-d',strtotime($currentNews->articles_publish_date)); ?></span> <?php $str_arabic=str_replace('/zkteco/source/','../source/',$currentNews->articles_content_arabic); $str=str_replace('/zkteco/source/','../source/',$currentNews->articles_content); ?> <?php echo (($lang=='ar')?$str_arabic:$str ); ?> </div> </div> </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