/home/mip/mip/storage/framework/views/695a2f1e1f376e5062661e002dd1a8d1.php
<?php $__env->startSection('page-body'); ?>
<div class="inner-header">
<img src="<?php echo e(asset('website/images/img-inner-header-contact.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">
<h3>Contact Us</h3>
<img src="<?php echo e(asset('website/images/map.jpg')); ?>" /> <br /><br />
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3859.722908896688!2d121.01647731432101!3d14.67166017926586!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397b6c39b8f8867%3A0x44dc9514d8a3bcac!2sMIP+International+Manpower+Services!5e0!3m2!1sen!2sph!4v1466672852297" width="555" height="315" frameborder="0" style="border:0" allowfullscreen></iframe>
<div><br />
<h3>MIP Address and Contact Details</h3>
Mezz Floor & 3rd Floor, MIP Building, 28 GSIS Avenue GSIS Village,Project 8, Quezon City, 1116 Metro Manila
<br /> TEL # : (02) - 927-0848
<br />FAX # : (02) - 927-0861
<br />EMAIL ADDRESS : <a href="mailto:mip_intlmanpowerservices@yahoo.com">mip_intlmanpowerservices@yahoo.com </a>
<br />like us @ : <a href="https://www.facebook.com/MIPofficialagency/" target="_blank">https://www.facebook.com/MIPofficialagency/ </a>
<br />website : <a href=" http://www.mipinternational.com">http://www.mipinternational.com</a>
<br />
<h3>MIP Number per Department
</h3>
Taiwan Department CP #: 0917-7960957 / 0998-5569634
<br />Dh Department CP #: 0917-5233957 / 0998-5624009
<br />SG Department CP #: 0917-6380165 / 0998-5624007
</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-contact-us.blade.php ENDPATH**/ ?>