/home/mip/www/img/credit/datatables/page-contact-us.blade.php.tar
home/mip/mip/resources/views/website/page-contact-us.blade.php 0000664 00000005206 15152061656 0020444 0 ustar 00 @extends('website.layouts-inner')
@section('page-body')
<div class="inner-header">
<img src="{{ asset('website/images/img-inner-header-contact.jpg') }}" class="img-responsive" />
</div>
<div class="container">
<div class="row">
<div class="col-sm-4">
@include('website.includes.sidebar')
</div>
<div class="col-sm-8">
<h3>Contact Us</h3>
<img src="{{ 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>
@section('facilitiesstyle')
<link href="https://cdnjs.cloudflare.com/ajax/libs/imageviewer/1.0.0/viewer.min.css" rel="stylesheet">
@stop
@section('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>
@stop
@stop