/home/mip/mip/storage/framework/views/d09a917b275f9d84af2f7bb71e225393.php
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="<?php echo e(asset('website/images/favicon.ico')); ?>" type="image/x-icon">
<link rel="icon" href="<?php echo e(asset('website/images/favicon.ico')); ?>" type="image/x-icon">
<title>MIP International Manpower Services Inc.</title>
<!-- Bootstrap -->
<link href="<?php echo e(asset('website/css/bootstrap.min.css')); ?>" rel="stylesheet">
<!-- Custom Stylesheet -->
<link href="<?php echo e(asset('website/css/mip-stylesheet.css')); ?>" rel="stylesheet">
<!-- Google Fonts -->
<link href='https://fonts.googleapis.com/css?family=Raleway:400,700' rel='stylesheet' type='text/css'>
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<!-- Animate css -->
<link href="<?php echo e(asset('website/css/animate.css')); ?>" rel="stylesheet">
<!-- Font Awesome -->
<script src="https://use.fontawesome.com/13c7cdee2c.js"></script>
<!-- Font Awesome -->
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<?php echo $__env->yieldContent('applynowstyle'); ?>
<?php echo $__env->yieldContent('datatablestyle'); ?>
<?php echo $__env->yieldContent('facilitiesstyle'); ?>
<?php echo $__env->yieldContent('contactusstyle'); ?>
<head>
<?php echo $__env->yieldContent('page-css'); ?>
</head>
<body>
<?php echo $__env->make('website.includes.nav-inner', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
<?php echo $__env->yieldContent('page-body'); ?>
<?php echo $__env->make('website.includes.footer', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
<!-- Scroll to Top -->
<a href="javascript:" id="return-to-top"><i><img src="<?php echo e(asset('website/images/up-chevron.svg')); ?>" alt=""></i></a>
</body>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="https://use.fontawesome.com/13c7cdee2c.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/js/bootstrap.min.js"></script>
<?php echo $__env->yieldContent('applynowscript'); ?>
<?php echo $__env->yieldContent('manpowerscript'); ?>
<?php echo $__env->yieldContent('datatablescript'); ?>
<?php echo $__env->yieldContent('companyprofilescript'); ?>
<?php echo $__env->yieldContent('facilitiesscript'); ?>
<?php echo $__env->yieldContent('contactusscript'); ?>
<script type="text/javascript">
function openNav() {
document.getElementById("myNav").style.width = "100%";
$('body').css({'overflow':'hidden'});
}
function closeNav() {
document.getElementById("myNav").style.width = "0%";
$('body').css({'overflow':'visible'});
}
</script>
<script type="text/javascript">
$.ajaxSetup({
headers: {
'X-CSRF-Token' : $('meta[name=csrf-token]').attr('content'),
}
});
</script>
<script>
// ===== Scroll to Top ====
$(window).scroll(function() {
if ($(this).scrollTop() >= 250) { // If page is scrolled more than 20px
$('#return-to-top').fadeIn(200); // Fade in the arrow
} else {
$('#return-to-top').fadeOut(200); // Else fade out the arrow
}
});
$('#return-to-top').click(function() { // When arrow is clicked
$('body,html').animate({
scrollTop : 0 // Scroll to top of body
}, 500);
});
</script>
<?php echo $__env->yieldContent('page-js'); ?>
</html><?php /**PATH /home/mip/mip/resources/views/website/layouts-inner.blade.php ENDPATH**/ ?>