home
/
zktecojo
/
public_html
/
app
/
storage
/
views
/
test
➕ New
📤 Upload
✎ Editing:
2f2a4fb887a3592aae47daaa344c9d67
← 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'); ?> <!--/.content area start--> <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="Inbanner" style="background:url(<?php echo asset('assets/uploads/page/'.$pageContent->page_banner ) ?>)" > <div class="caption"> <?php echo (($lang=='ar') ? $pageContent->page_name_arabic : $pageContent->page_name ); ?></div> </div> <div class="solution-inner right-in"> <?php $str=str_replace('../../../source/','../source/',(($lang=='ar')?$pageContent->page_large_desc_arabic:$pageContent->page_large_desc )); $str=str_replace('../../source/','../source/',$str); ?> <?php echo $str;?> <?php if(!empty($pageContent->page_pdf)){ ?> <div class="download-block"> <div class="text"> <?php echo Lang::get('messages.case_study');; ?></div> <a href="<?php echo asset('assets/uploads/page/'.$pageContent->page_pdf )?>" class="downloaded"> <?php echo Lang::get('messages.download_pdf');; ?></a> </div> <?php } ?> </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