home
/
zktecojo
/
public_html
/
app
/
storage
/
views
/
test
➕ New
📤 Upload
✎ Editing:
7bb633d3eb7e705abe0161ee1ba2375c
← 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:'Fujairah National Group::careers'; ?></title> <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <section class="sectionsWrap chairmanSection"> <div class="container"> <div class="breadcrumbsWrap"> <ul class="breadcrumbs"> <li><a class="homebrc" href="<?php echo e(asset('/')); ?>">Home</a> <span class="brc-expand"></span></li> <li><a href="<?php echo e(asset('/careers')); ?>">Careers </a><span class="brc-expand"></span></li> <li class="current">Jobs</li></ul> <div class="clearfix"></div> </div> <?php if($jobList): ?> <div class="row"> <div class="col-sm-12"> <div class="career text-center animated wow fadeDow"> <div class="text1"> CURRENT OPPORTUNITIES </div> <div class="job-listing"> <table class="table table-striped table-responsive"> <thead> <tr> <th>Job title</th> <th>Functional area</th> <th>Company</th> </tr> </thead> <tbody> <?php foreach($jobList as $job): ?> <tr> <td data-title="Job title" class="modelTd"><a href="<?php echo e(asset('job/details/'.$job->career_slug)); ?>"><?php echo e($job->career_title); ?></a></td> <td data-title="Functional area" class="modelTd"><?php echo e($job->career_functionalarea); ?></td> <td data-title="Company" class="modelTd"><?php echo e($job->career_company); ?></td> </tr> <?php endforeach; ?> </tbody> </table> </div> </div> <?php else: ?> <div class="noJobs">Jobs not available now!..</div> <?php endif; ?> </div> </div> </div> </section> <!--DIVISIONS BEGINS--> <?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