home
/
zktecojo
/
public_html
/
app
/
storage
/
views
/
test
➕ New
📤 Upload
✎ Editing:
57ded91d89283fb4cd5cbc616d34cf56
← 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> <!-- ===============MAIN CONTENT =============--> <div class="main-content"> <div class="fluid-container"> <div class="content-wrapper"> <?php if(!empty($teamList)){?> <div class="page-section innerPageContentWrap doubleColumn"> <h2 class="text-center pageTitle">Managing partners</h2> <div class="row leaderShipWrap"> <!--===============TEAM MEMBER WRAPER==============--> <?php $i=0;foreach($teamList as $list){$i++;?> <div class="col-sm-4"> <div class="profilePicWrap"> <img src="<?php echo asset('assets/uploads/team/recomended/'.$list->team_image_name); ?>"> </div> <h5><?php echo $list->team_member_name;; ?></h5> <h6><?php echo $list->team_member_designation;; ?></h6> <p><?php echo $list->team_member_short_description;; ?></p> <div class="readMoreBtnWrap"> <a class="fancybox" href="#member<?php echo $i;; ?>" title="">Read More</a> </div> </div> <!--PROFILE POPUP--> <div class="memberPopUp" id="member<?php echo $i;; ?>" style="width:750px;display: none;"> <div class="memberReadMorePopUp"> <h5><?php echo $list->team_member_name;; ?></h5> <h6><?php echo $list->team_member_designation;; ?></h6> <p><img src="<?php echo asset('assets/uploads/team/recomended/'.$list->team_image_name); ?>"></p> <?php echo $list->team_member_description;; ?> <p>Email ID: <a href="mailto:<?php echo $list->team_email;; ?>"><?php echo $list->team_email;; ?></a></p> <p>Cell: <?php echo $list->team_phone_no;; ?></p> </div> </div> <?php } ?> <!--PROFILE POPUP--> <!--===============TEAM MEMBER WRAPER==============--> </div> </div> <?php } ?> </div> </div> </div> <!-- MAIN CONTENT --> <?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