home
/
zktecojo
/
public_html
/
app
/
storage
/
views
/
test
➕ New
📤 Upload
✎ Editing:
b521f635b665d4c493652852eed31f29
← 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 "> <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 video-blk-row"> <?php foreach($videoList as $vlist) {?> <div class="col-md-6"> <div class="video-block"> <iframe width="100%" height="270" src="https://www.youtube.com/embed/<?php echo $vlist->vg_youtube_id ?>" frameborder="0" allowfullscreen></iframe> <div class="video-text"> <h4><?php echo (($lang=='ar')?$vlist-> vg_video_name_arabic:$vlist-> vg_video_name ); ?></h4> </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