home
/
zktecojo
/
public_html
/
app
/
storage
/
views
/
test
➕ New
📤 Upload
✎ Editing:
d259b8aabe70149941f29b9f95c33f8e
← 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="innerBanner bgimgaePositionRightTopResponsive" style="background:url(<?php echo asset('assets/uploads/page/recommended_banner/'.$pageContent->page_banner );?> ) no-repeat; background-size: cover;background-repeat: no-repeat;;-webkit-background-size: cover;-moz-background-size: cover; -o-background-size: cover;background-size: cover;"> <!--<div class="banner-overlay"></div>--> <div class="welcome-text"> <div class="bannermainTitle"> <h4><?php echo $pageContent->page_name ;?> </h4> </div> </div> </div> <?php if(!empty($breadCrumbs)) { ?> <div class="breadcrumbsWrap"> <?php echo $breadCrumbs; ?> <div class="clearfix"></div> </div> <?php } ?> <!-- ===============MAIN CONTENT =============--> <div class="main-content"> <div class="fluid-container"> <div class="content-wrapper innerPageContentWrap"> <div id="contact"> <div class="row projects-holder illustrationsWrap"> <?php foreach($galleryList as $gal){?> <div class="col-sm-4"> <div class="project-item"> <a class="fancybox" href="<?php echo asset('assets/uploads/image_gallery/large/'.$gal->gallery_image_name) ?>" data-fancybox-group="gallery" title=""> <img src="<?php echo asset('assets/uploads/image_gallery/small/'.$gal->gallery_image_name) ?>" alt=""> <div class="project-hover"> <div class="inside"> <h5><?php echo $gal->gallery_label; ?></h5> </div> </div> </a> </div> </div> <?php } ?> </div> </div> </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