home
/
zktecojo
/
public_html
/
app
/
storage
/
views
/
test
➕ New
📤 Upload
✎ Editing:
de7426c995033c28f55512b1da0ee650
← 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-8 right-area"> <div class=" animated wow fadeInRight"> <h2>Gulf Petroleum Supplies ( GPS)</h2> <p>Sample description Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum</p> <div class="service-block"> <div class="row second-row"> <div class="col-sm-6 col-pdr"> <div class="service-img"><img src="images/gps-operation.jpg" ></div> <div class="text-caption"> <h4>GPS operations </h4> </div> </div> <div class="col-sm-6 col-pdr"> <div class="service-img"><img src="images/gps-chemoil.jpg" ></div> <div class="text-caption"> <h4>GPS Chemoil </h4> </div> </div> <div class="col-sm-6 col-pdr"> <div class="service-img"><img src="images/bunkering.jpg" ></div> <div class="text-caption"> <h4>Bunkering </h4> </div> </div> <div class="col-sm-6 col-pdr"> <div class="service-img"><img src="images/amwaj.jpg" ></div> <div class="text-caption"> <h4>Amwaj </h4> </div> </div> </div> </div> </div> </div> <div class="col-sm-4"> <?php echo $__env->make('frontend.common.left_sub_menu', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?> </div> </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