home
/
zktecojo
/
public_html
/
app
/
storage
/
views
/
test
➕ New
📤 Upload
✎ Editing:
f08d6a4b9d8814e80034d2ab6e88f83a
← 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'); ?> <section class="sectionsWrap chairmanSection"> <div class="container"> <?php if(!empty($breadCrumbs)) { ?> <div class="breadcrumbsWrap"> <?php echo $breadCrumbs; ?> <div class="clearfix"></div> </div> <?php } ?> <div class="row"> <div class="col-sm-4"> <div class="chairmanImg animated wow fadeInLeft"> <img src="images/chairman.jpg"> <h4>Chairman Name</h4> </div> </div> <div class="col-sm-8"> <div class="chairmanMessage animated wow fadeInRight"> <h2>Chairman Message</h2> <p>Our success lies in our diversity, which contributes immensely to the growth of Group. On one hand our diversity, and on the other hand our Group's entrepreneurial spirit has led to its sustained success over the years. </p> <p>We have been constantly examining the market to find new product and service areas to become involved in, and try to be innovative by going after new ideas which are emerging in the international market. We are identifying principles in this area of activity and are hoping to bring in new business activities to replace traditional areas. We are always looking for new principles and have been quite successful in our endeavor to identify and establish partnerships around the world.</p> <p>An important management tool for the Group has been its use of strategic planning. Today, we have a vision for 2020 which enables us to identify and evaluate new possibilities. There are different ideas we are working to see how we can develop these into our mainstream activities.</p> <p>Fujairah National Group has always operated with the aim of enabling the emirate to grow economically by providing essential services to Fujairah's industries and to its population</p> </div> </div> </div> </div> </section> <section class="missionWrap"> <div class="container"> <div class="col-sm-8 col-sm-offset-2 text-center animated wow fadeInDown"> <h2>Mission</h2> <p>The group mission is to provide the highest quality professional services that improve the lives of Fujairah communities. We attract, recruit, and retain the most knowledgeable and passionate professionals, and we provide a collaborative culture that enables them to thrive professionally and personally.</p> </div> </div> </section> <?php $__env->stopSection(); ?> <?php $__env->startSection('scripts'); ?> @parent <?php if(!empty($ourPeople)) { ?> <script src="<?php echo asset("assets/js/jquery.fancybox.js"); ?>"></script> <script> $(document).ready(function(){ $('.fancybox').fancybox(); }); </script> <script> <?php if(!empty($hasCompanyBrochureForm) && $hasCompanyBrochureForm){ ?> function refresh_captcha(){ d = new Date(); $("#captchaImage").attr("src", "<?php echo asset('/captcha')?>?"+d.getTime()); } $(document).ready(function(){ $('.fa-refresh').on('click',function() { refresh_captcha(); }); $('#submitbtn').on('click',function(e){ $('#ajaxLoader').show(); e.preventDefault(); sendAsyncAjax($('#requestBrochureForm').attr('action'),$('#requestBrochureForm').serialize(),function(response){ // console.log(response) if(response.message){ $('#errorMessage').html(response.message); $('#errorMessage').fadeIn('slow'); setTimeout(function(){ $('#errorMessage').fadeOut('slow'); },15000); } refresh_captcha(); $('.form-control').val(''); $('#ajaxLoader').hide(); }); }); }); <?php } ?> </script> <?php } ?> <?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