<?php $__env->startSection('page-body'); ?>
<div class="inner-header">
<img src="<?php echo e(asset('website/images/img-inner-header-company-profile.jpg')); ?>" class="img-responsive" />
</div>
<div class="container">
<div class="row">
<div class="col-sm-4">
<?php echo $__env->make('website.includes.sidebar', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
</div>
<div class="col-sm-8">
<div id="mission">
<h3>MISSION</h3>
<p>MIP International Manpower Services Inc. is committed to the principle of partnership for human and economic development.</p>
<p>To achieve this end, MIP International Manpower Services Inc. has:</p>
<ul class="inner-page-lists">
<li>Dedicated to enlist an overseas employment workforce that amply addresses the specifications of our foreign principals;</li>
<li>Devoted its resources to provide foreign employers with full information on the skills, qualification and training of Filipino overseas workers and,</li>
<li>Striven to maintain a responsible partnership with the government to preserve the integrity of the recruitment process.</li>
</ul>
</div>
</div>
</div>
</div>
<?php $__env->startSection('facilitiesstyle'); ?>
<link href="https://cdnjs.cloudflare.com/ajax/libs/imageviewer/1.0.0/viewer.min.css" rel="stylesheet">
<?php $__env->stopSection(); ?>
<?php $__env->startSection('facilitiesscript'); ?>
<script src="https://cdnjs.cloudflare.com/ajax/libs/imageviewer/1.0.0/viewer.min.js"></script>
<script>
var $image = $('.img-wrapper');
$image.viewer({
inline: false,
toolbar: false,
navbar: false,
movable: false,
zoomable: true,
scalable: false,
rotatable: false,
title: false,
viewed: function() {
$image.viewer('zoomTo', 0.15);
}
});
// Get the Viewer.js instance after initialized
var viewer = $image.data('viewer');
// View a list of images
$('.img-wrapper').viewer();
</script>
<?php $__env->stopSection(); ?>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('website.layouts-inner', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/mip/mip/resources/views/website/page-mission.blade.php ENDPATH**/ ?>