home
/
zktecojo
/
public_html
/
app
/
storage
/
views
/
test
➕ New
📤 Upload
✎ Editing:
2744ca5307f4a1fb56086fb6a0d37880
← 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'); ?> <section class="sectionsWrap chairmanSection"> <div class="container"> <?php if(!empty($breadCrumbs)) { ?> <div class="breadcrumbsWrap"> <?php echo $breadCrumbs; ?> <div class="clearfix"></div> </div> <?php } ?> <div class="row"> <div class="col-sm-8 right-area"> <div class="animated wow fadeInRight"> <?php if(!empty($currentImageGallery)){ ?> <h2> <?php echo $currentImageCategory; ?> </h2> <div class="gallery-block"> <div class="row gallery-block-row"> <?php foreach($currentImageGallery as $galImage) { ?> <div class="col-sm-6 col-md-4 col-lg-4 thumb"> <div class="gallery-thumb"> <a title="" href="<?php echo asset('assets/uploads/image_gallery/large/'.$galImage->gallery_image_name); ?>" rel="gallery1" class="fancybox"> <img alt="" src="<?php echo asset('assets/uploads/image_gallery/small/'.$galImage->gallery_image_name); ?>"> </a> </div> </div> <?php } ?> </div> </div> <?php }else{ ?> Coming Soon <?php } ?> </div> </div> <div class="col-sm-4" id="sideBar"> <div class="animated wow left-menu animated" style="visibility: visible;"> <h3>Photo Gallery</h3> <?php if(!empty($categoryList)){ ?> <ul id="accordion" class="panel-group sidebarMenu"> <?php foreach($categoryList as $category) { ?> <li class="panel "> <div class="panel-heading <?php echo (!empty($subalias) && $subalias==$category->category_slug )?' currentMenu ':''; ?>"> <a href="<?php echo asset( '/'.$sub_current_menu.'/'.$category->category_slug ); ?>"><?php echo $category->category_name; ?></a> </div> </li> <?php } ?> </ul> <?php } ?> </div> </div> </div> </div> </section> <?php $__env->stopSection(); ?> <?php $__env->startSection('scripts'); ?> @parent <?php if(!empty($ourPeople)) { ?> <script src="<?php echo asset("assets/js/jquery.fancybox.js"); ?>"></script> <script> $(document).ready(function(){ $('.fancybox').fancybox(); }); </script> <script> <?php if(!empty($hasCompanyBrochureForm) && $hasCompanyBrochureForm){ ?> function refresh_captcha(){ d = new Date(); $("#captchaImage").attr("src", "<?php echo asset('/captcha')?>?"+d.getTime()); } $(document).ready(function(){ $('.fa-refresh').on('click',function() { refresh_captcha(); }); $('#submitbtn').on('click',function(e){ $('#ajaxLoader').show(); e.preventDefault(); sendAsyncAjax($('#requestBrochureForm').attr('action'),$('#requestBrochureForm').serialize(),function(response){ // console.log(response) if(response.message){ $('#errorMessage').html(response.message); $('#errorMessage').fadeIn('slow'); setTimeout(function(){ $('#errorMessage').fadeOut('slow'); },15000); } refresh_captcha(); $('.form-control').val(''); $('#ajaxLoader').hide(); }); }); }); <?php } ?> </script> <?php } ?> <?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