home
/
zktecojo
/
public_html
/
app
/
storage
/
views
/
test
➕ New
📤 Upload
✎ Editing:
0deb3cdbf1083c36ff4e7bdf2d734739
← 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> <?php if(!empty($breadCrumbs)) { ?> <div class="breadcrumbsWrap"> <?php echo $breadCrumbs; ?> <div class="clearfix"></div> </div> <?php } ?> <!-- ===============MAIN CONTENT =============--> <div class="main-content"> <div class="fluid-container"> <div class="content-wrapper"> <?php echo $pageContent->page_large_desc ;?> <?php if(!empty($innerContent)){ $i=0; foreach($innerContent as $list){ switch($list-> ic_direction){ case 'full-coloumn': $firstDiv=""; $secondDiv="medicalSolution"; $thirdDiv="col-sm-10 col-sm-offset-1"; $divopen=false; break; default: $divopen=true; $firstDiv="doubleColumn"; $secondDiv=""; $thirdDiv="col-sm-6"; $i++; break; } ?> <?php if($divopen==true){if($i%2!=0){?> <div class="page-section innerPageContentWrap <?php echo $firstDiv;?>"> <div class="row <?php echo $secondDiv;?>"> <?php } ?> <div class="<?php echo $thirdDiv;?>"> <h4>Medical-solution</h4> <p>Medical solution is a medical distributor established in 2014 with a head office in Egypt-Cairo and Main branch in Kingdom of Saudi Arabia – Riyadh, the company tradition business model is based on the delivery of medical innovative solutions for the served area, medical solution challenges to fulfill the market demands </p> </div> <?php if($i%2==0){?> </div> </div> <?php } ?> <?php }else{?> <div class="page-section innerPageContentWrap <?php echo $firstDiv;?>"> <div class="row <?php echo $secondDiv;?>"> <div class="<?php echo $thirdDiv;?>"> <h4>Medical-solution</h4> <p>Medical solution is a medical distributor established in 2014 with a head office in Egypt-Cairo and Main branch in Kingdom of Saudi Arabia – Riyadh, the company tradition business model is based on the delivery of medical innovative solutions for the served area, medical solution challenges to fulfill the market demands </p> </div> </div> </div> <?php } } ?> <?php if($divopen==true){ $divopen=false; ?> </div> </div> </div> <?php } ?> <?php } ?> </div> </div> </div> <!-- MAIN CONTENT --> <?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