home
/
zktecojo
/
public_html
/
app
/
storage
/
views
/
test
➕ New
📤 Upload
✎ Editing:
366d8693448c57b660d3ec76e581373f
← 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"> <!-- ABOUT --> <!--PRODUCTS--> <div class="page-section innerPageContentWrap doubleColumn"> <h1>Featured Jobs</h1> <?php foreach($careerList as $list){?> <div class="career-list"> <div class="top-block"> <h3><?php echo $list->cm_name; ?></h3> <div class="date"> <span>Posted on:</span> <?php echo date("F j, Y", strtotime($list->cm_publish_date)); ?> </div> </div> <h4>Job Description</h4> <p><?php echo $list->cm_short_content; ?></p> <a href="<?php echo asset('career-details/'.$list->cm_alias) ?>" class="more"> More Info</a> <div class="clearfix"></div> </div> <?php } ?> </div> </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