home
/
zktecojo
/
public_html
/
app
/
storage
/
views
/
test
➕ New
📤 Upload
✎ Editing:
1a53b0f385293cdd928e2948a34c66fb
← Back
<?php $__env->startSection('metatags'); ?> <meta name="description" content="<?php echo e(@$websiteSettings->site_meta_description); ?>" /> <meta name="keywords" content="<?php echo e(@$websiteSettings->site_meta_keyword); ?>" /> <meta name="author" content="<?php echo e(@$websiteSettings->site_meta_title); ?>" /> <?php $__env->stopSection(); ?> <?php $__env->startSection('seoPageTitle'); ?> <title><?php echo (!empty($websiteSettings->home_page_title))?$websiteSettings->home_page_title:$websiteSettings->sitename; ?></title> <?php $__env->stopSection(); ?> <?php $__env->startSection('styles'); ?> @parent <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <?php echo $__env->make('frontend.common.home_page_banner', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?> <div class="midle-main"> <section class="section1 animated wow fadeInDown"> <div class="container"> <h2><?php echo Lang::get('messages.our_products');; ?></h2> <div class="row row-sect1"> <?php $i=0;foreach($homeProductContent as $list){$i++; if($list->page_image_size==0){ $folder="small"; }else{ $folder="large"; } ?> <div class="<?php echo (($i>3)?'col-sm-6':'col-sm-4') ?> sec-col"> <div class="list-img animated wow <?php echo (($i%2==0)?'fadeInLeft':'fadeInRight') ?>"> <a href="<?php echo asset($list->page_slug); ?>"> <img src="<?php echo asset('assets/uploads/page_image/'.$folder.'/'.$list->page_image); ?>"> <div class="caption"> <h2><?php echo (($lang=='ar')?$list->page_name_arabic:$list->page_name ); ?></h2></div> </a> </div> </div> <?php } ?> </div> </div> </section> <div class="container"> <div class="section2"> <div class="row"> <div class="col-sm-8 animated wow fadeInLeft"> <h2><?php echo Lang::get('messages.latest_news');; ?> </h2> <div class="news-block "> <div class="row"> <?php $i=0;foreach($homePageNews as $nlist){$i++;?> <div class="col-sm-6"> <div class="row row-sect1"> <div class="col-md-6 sec-col"> <div class="news-img"><img src="<?php echo asset('assets/uploads/news/small/'.$nlist->news_image_name ); ?>" ></div> </div> <div class="col-md-6 sec-col"> <div class="date"><?php echo date("j F Y", strtotime($nlist->news_publish_date)) ?> </div> <h4><?php echo (($lang=='ar')?$nlist->news_title_arabic:$nlist->news_title); ?></h4> <p><?php echo (($lang=='ar')? Str::limit($nlist->news_short_content_arabic, $limit = 80, $end = '...') :Str::limit($nlist->news_short_content, $limit = 80, $end = '...')) ; ?></p> <a href="<?php echo asset('news/'.$nlist->news_alias ); ?>" class="readmore"><?php echo Lang::get('messages.read_more');; ?> </a> </div> </div> </div> <?php } ?> </div> </div> </div> <div class="col-sm-4 "> <h2><?php echo Lang::get('messages.preview');; ?></h2> <div class="video-block"> <iframe width="100%" height="210" src="https://www.youtube.com/embed/<?php echo $websiteSettings->home_video_link ?>" frameborder="0" allowfullscreen></iframe> </div> </div> </div> </div> <article class="article1"> <h2 class="center"><?php echo Lang::get('messages.support');; ?></h2> <div class="section-inner"> <div class="block animated wow fadeInLeft" data-wow-delay="0.15s"> <a href="<?php echo asset('solutions'); ?>"> <div class="inn-block"><img src="<?php echo asset('assets/images/solution-icon.png'); ?>" ></div></a> <h3><?php echo Lang::get('messages.solutions_services');; ?></h3> </div> <div class="block animated wow fadeInLeft" data-wow-delay="0.30s"> <a href="<?php echo asset('online-support'); ?>"> <div class="inn-block"><img src="<?php echo asset('assets/images/online-support-icon.png'); ?>" ></div></a> <h3><?php echo Lang::get('messages.online_support');; ?></h3> </div> <div class="block animated wow fadeInLeft" data-wow-delay="0.45s"> <a href="<?php echo asset('training'); ?>"> <div class="inn-block"><img src="<?php echo asset('assets/images/video-icon.png'); ?>" ></div></a> <h3> <?php echo Lang::get('messages.product_training_videos');; ?> </h3> </div> <div class="block animated wow fadeInLeft " data-wow-delay="0.60s"> <a href="<?php echo asset('download'); ?>"> <div class="inn-block"><img src="<?php echo asset('assets/images/download.png'); ?>" ></div></a> <h3> <?php echo Lang::get('messages.download_center');; ?> </h3> </div> <div class="block animated wow fadeInLeft" data-wow-delay="0.75s"> <a href="<?php echo asset('faq'); ?>"> <div class="inn-block"><img src="<?php echo asset('assets/images/faq.png'); ?>" ></div></a> <h3> <?php echo Lang::get('messages.faqs');; ?> </h3> </div> </div> </article> </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