home
/
zktecojo
/
public_html
/
app
/
storage
/
views
/
test
➕ New
📤 Upload
✎ Editing:
ce2fb65fa88cf29b608c9b74e9afe6d4
← Back
<?php $__env->startSection('metatags'); ?> <meta name="description" content="<?php echo e($websiteSettings->career_meta_description); ?>" /> <meta name="keywords" content="<?php echo e($websiteSettings->career_meta_keyword); ?>" /> <meta name="author" content="<?php echo e($websiteSettings->career_meta_author); ?>" /> <?php $__env->stopSection(); ?> <?php $__env->startSection('seoPageTitle'); ?> <title><?php echo (!empty($websiteSettings->career_page_title))?$websiteSettings->career_page_title:'esolutions::careers'; ?></title> <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <div class="container"> <section class="innerBnner" style="background:url(<?php echo (!empty($pageContent->page_banner))? asset('assets/uploads/page/'.$pageContent->page_banner):asset('assets/uploads/page/default.jpg'); ?>) center; background-size:cover"></section> </div> <section class="pageContainer"> <div class="container"> <div class="innerPageContent"> <div class="row"> <div class="col-sm-3 sidebarLeft"> <div class="sidebarMenuWrap"> <h3 class="subMenuParent">Latest Careers</h3> <ul class="newslist"> <?php if(!empty($careerList)) { ?> <?php foreach($careerList as $career){ ?> <li> <a <?php echo ($currentCareer->career_id == @$career->career_id)?' class="currentNews" ' :' class="" ' ; ?> href="<?php echo asset('/careers/details/'.@$career->career_id); ?>"> <?php echo $career->career_title; ?> </a> </li> <?php } ?> <?php }else{ ?> <li>No news found</li> <?php } ?> </ul> </div> <div class="companyBrouchurePdf"> <a href="<?php echo asset('/download-brochure/'.$admin_settings->company_brochure)?>">Download Company <br> Brochure</a> </div> </div> <div class="col-sm-9"> <h1 class="title">CAREERS</h1> <p>At E-solution, we attract the best talent in the market; provide them with competitive remuneration and benefits, and the best facilities. We give them every chance of achieving their maximum potential by investing in relevant and focused training programs, which help our employees surpass their goals and ours. </p> <p>The work environment at E-solution offers a continually challenging and professionally rewarding experience. Whether in Construction, or other fields. We actively train our staff and develop their competencies for tomorrow’s challenges.</p> <?php if(!empty($currentCareer)) { ?> <div class="career-block"> <div class="row"> <div class="col-sm-12"> <h3> <a href="<?php echo asset('/careers/details/'.$currentCareer->career_id)?>"><?php echo $currentCareer->career_title; ?></a> </h3> <div class="readMore"><a href="<?php echo asset('/careers/details/'.$currentCareer->career_id)?>">Apply</a></div> </div> </div> <div class="career"> <p> <?php echo $currentCareer->career_description; ?> </p> </div> <?php //} ?> </div> <?php } ?> </div> </div> </div> </div> </section> <?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