/home/mip/mip/public/vendor/laravel-filemanager/files/folder-1/821668/views.zip
PK �8]�:� � errors/500.blade.phpnu �[��� @extends('errors::minimal')
@section('title', __('Server Error'))
@section('code', '500')
@section('message', __('Server Error'))
PK �8]�1�� � errors/layout.blade.phpnu �[��� <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>@yield('title')</title>
<!-- Styles -->
<style>
html, body {
background-color: #fff;
color: #636b6f;
font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-weight: 100;
height: 100vh;
margin: 0;
}
.full-height {
height: 100vh;
}
.flex-center {
align-items: center;
display: flex;
justify-content: center;
}
.position-ref {
position: relative;
}
.content {
text-align: center;
}
.title {
font-size: 36px;
padding: 20px;
}
</style>
</head>
<body>
<div class="flex-center position-ref full-height">
<div class="content">
<div class="title">
@yield('message')
</div>
</div>
</div>
</body>
</html>
PK �8]�h�� � errors/minimal.blade.phpnu �[��� <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>@yield('title')</title>
<style>
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}a{background-color:transparent}code{font-family:monospace,monospace;font-size:1em}[hidden]{display:none}html{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;line-height:1.5}*,:after,:before{box-sizing:border-box;border:0 solid #e2e8f0}a{color:inherit;text-decoration:inherit}code{font-family:Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}svg,video{display:block;vertical-align:middle}video{max-width:100%;height:auto}.bg-white{--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity))}.bg-gray-100{--bg-opacity:1;background-color:#f7fafc;background-color:rgba(247,250,252,var(--bg-opacity))}.border-gray-200{--border-opacity:1;border-color:#edf2f7;border-color:rgba(237,242,247,var(--border-opacity))}.border-gray-400{--border-opacity:1;border-color:#cbd5e0;border-color:rgba(203,213,224,var(--border-opacity))}.border-t{border-top-width:1px}.border-r{border-right-width:1px}.flex{display:flex}.grid{display:grid}.hidden{display:none}.items-center{align-items:center}.justify-center{justify-content:center}.font-semibold{font-weight:600}.h-5{height:1.25rem}.h-8{height:2rem}.h-16{height:4rem}.text-sm{font-size:.875rem}.text-lg{font-size:1.125rem}.leading-7{line-height:1.75rem}.mx-auto{margin-left:auto;margin-right:auto}.ml-1{margin-left:.25rem}.mt-2{margin-top:.5rem}.mr-2{margin-right:.5rem}.ml-2{margin-left:.5rem}.mt-4{margin-top:1rem}.ml-4{margin-left:1rem}.mt-8{margin-top:2rem}.ml-12{margin-left:3rem}.-mt-px{margin-top:-1px}.max-w-xl{max-width:36rem}.max-w-6xl{max-width:72rem}.min-h-screen{min-height:100vh}.overflow-hidden{overflow:hidden}.p-6{padding:1.5rem}.py-4{padding-top:1rem;padding-bottom:1rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.pt-8{padding-top:2rem}.fixed{position:fixed}.relative{position:relative}.top-0{top:0}.right-0{right:0}.shadow{box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06)}.text-center{text-align:center}.text-gray-200{--text-opacity:1;color:#edf2f7;color:rgba(237,242,247,var(--text-opacity))}.text-gray-300{--text-opacity:1;color:#e2e8f0;color:rgba(226,232,240,var(--text-opacity))}.text-gray-400{--text-opacity:1;color:#cbd5e0;color:rgba(203,213,224,var(--text-opacity))}.text-gray-500{--text-opacity:1;color:#a0aec0;color:rgba(160,174,192,var(--text-opacity))}.text-gray-600{--text-opacity:1;color:#718096;color:rgba(113,128,150,var(--text-opacity))}.text-gray-700{--text-opacity:1;color:#4a5568;color:rgba(74,85,104,var(--text-opacity))}.text-gray-900{--text-opacity:1;color:#1a202c;color:rgba(26,32,44,var(--text-opacity))}.uppercase{text-transform:uppercase}.underline{text-decoration:underline}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.tracking-wider{letter-spacing:.05em}.w-5{width:1.25rem}.w-8{width:2rem}.w-auto{width:auto}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}@-webkit-keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@-webkit-keyframes ping{0%{transform:scale(1);opacity:1}75%,to{transform:scale(2);opacity:0}}@keyframes ping{0%{transform:scale(1);opacity:1}75%,to{transform:scale(2);opacity:0}}@-webkit-keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@-webkit-keyframes bounce{0%,to{transform:translateY(-25%);-webkit-animation-timing-function:cubic-bezier(.8,0,1,1);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:translateY(0);-webkit-animation-timing-function:cubic-bezier(0,0,.2,1);animation-timing-function:cubic-bezier(0,0,.2,1)}}@keyframes bounce{0%,to{transform:translateY(-25%);-webkit-animation-timing-function:cubic-bezier(.8,0,1,1);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:translateY(0);-webkit-animation-timing-function:cubic-bezier(0,0,.2,1);animation-timing-function:cubic-bezier(0,0,.2,1)}}@media (min-width:640px){.sm\:rounded-lg{border-radius:.5rem}.sm\:block{display:block}.sm\:items-center{align-items:center}.sm\:justify-start{justify-content:flex-start}.sm\:justify-between{justify-content:space-between}.sm\:h-20{height:5rem}.sm\:ml-0{margin-left:0}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:pt-0{padding-top:0}.sm\:text-left{text-align:left}.sm\:text-right{text-align:right}}@media (min-width:768px){.md\:border-t-0{border-top-width:0}.md\:border-l{border-left-width:1px}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.lg\:px-8{padding-left:2rem;padding-right:2rem}}@media (prefers-color-scheme:dark){.dark\:bg-gray-800{--bg-opacity:1;background-color:#2d3748;background-color:rgba(45,55,72,var(--bg-opacity))}.dark\:bg-gray-900{--bg-opacity:1;background-color:#1a202c;background-color:rgba(26,32,44,var(--bg-opacity))}.dark\:border-gray-700{--border-opacity:1;border-color:#4a5568;border-color:rgba(74,85,104,var(--border-opacity))}.dark\:text-white{--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity))}.dark\:text-gray-400{--text-opacity:1;color:#cbd5e0;color:rgba(203,213,224,var(--text-opacity))}}
</style>
<style>
body {
font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
</style>
</head>
<body class="antialiased">
<div class="relative flex items-top justify-center min-h-screen bg-gray-100 dark:bg-gray-900 sm:items-center sm:pt-0">
<div class="max-w-xl mx-auto sm:px-6 lg:px-8">
<div class="flex items-center pt-8 sm:justify-start sm:pt-0">
<div class="px-4 text-lg text-gray-500 border-r border-gray-400 tracking-wider">
@yield('code')
</div>
<div class="ml-4 text-lg text-gray-500 uppercase tracking-wider">
@yield('message')
</div>
</div>
</div>
</div>
</body>
</html>
PK �8]�{�Ճ � errors/419.blade.phpnu �[��� @extends('errors::minimal')
@section('title', __('Page Expired'))
@section('code', '419')
@section('message', __('Page Expired'))
PK �8]�&�U� � errors/429.blade.phpnu �[��� @extends('errors::minimal')
@section('title', __('Too Many Requests'))
@section('code', '429')
@section('message', __('Too Many Requests'))
PK �8]���} } errors/404.blade.phpnu �[��� @extends('errors::minimal')
@section('title', __('Not Found'))
@section('code', '404')
@section('message', __('Not Found'))
PK �8]��)� � errors/403.blade.phpnu �[��� @extends('errors::minimal')
@section('title', __('Forbidden'))
@section('code', '403')
@section('message', __($exception->getMessage() ?: 'Forbidden'))
PK �8]�6!�� � errors/503.blade.phpnu �[��� @extends('errors::minimal')
@section('title', __('Service Unavailable'))
@section('code', '503')
@section('message', __('Service Unavailable'))
PK �8]:E��� � errors/402.blade.phpnu �[��� @extends('errors::minimal')
@section('title', __('Payment Required'))
@section('code', '402')
@section('message', __('Payment Required'))
PK �8]�7�^� � errors/401.blade.phpnu �[��� @extends('errors::minimal')
@section('title', __('Unauthorized'))
@section('code', '401')
@section('message', __('Unauthorized'))
PK �8]�3t�@
@
layouts/app.blade.phpnu �Iw�� <!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">
<!-- CSRF Token -->
<meta name="csrf-token" content="{{ csrf_token() }}">
<title>{{ config('app.name', 'Laravel') }}</title>
<!-- Styles -->
<link href="/css/app.css" rel="stylesheet">
<!-- Scripts -->
<script>
window.Laravel = <?php echo json_encode([
'csrfToken' => csrf_token(),
]); ?>
</script>
</head>
<body>
<div id="app">
<nav class="navbar navbar-default navbar-static-top">
<div class="container">
<div class="navbar-header">
<!-- Collapsed Hamburger -->
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#app-navbar-collapse">
<span class="sr-only">Toggle Navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!-- Branding Image -->
<a class="navbar-brand" href="{{ url('/') }}">
{{ config('app.name', 'Laravel') }}
</a>
</div>
<div class="collapse navbar-collapse" id="app-navbar-collapse">
<!-- Left Side Of Navbar -->
<ul class="nav navbar-nav">
</ul>
<!-- Right Side Of Navbar -->
<ul class="nav navbar-nav navbar-right">
<!-- Authentication Links -->
@if (Auth::guest())
<li><a href="{{ url('/login') }}">Login</a></li>
<li><a href="{{ url('/register') }}">Register</a></li>
@else
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">
{{ Auth::user()->name }} <span class="caret"></span>
</a>
<ul class="dropdown-menu" role="menu">
<li>
<a href="{{ url('/logout') }}"
onclick="event.preventDefault();
document.getElementById('logout-form').submit();">
Logout
</a>
<form id="logout-form" action="{{ url('/logout') }}" method="POST" style="display: none;">
{{ csrf_field() }}
</form>
</li>
</ul>
</li>
@endif
</ul>
</div>
</div>
</nav>
@yield('content')
</div>
<!-- Scripts -->
<script src="/js/app.js"></script>
</body>
</html>
PK �8]�bLy y emails/apply-auto-mail.blade.phpnu �Iw�� <h2>Thank you for applying to MIP International Manpower Services Inc.</h2>
<p>You have completed your application.</p>
PK �8]���� � $ emails/general-application.blade.phpnu �Iw�� <html>
<head>
<meta name="viewport" content="width=device-width">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Apply Now | General Application</title>
<style>
/* -------------------------------------
INLINED WITH htmlemail.io/inline
------------------------------------- */
/* -------------------------------------
RESPONSIVE AND MOBILE FRIENDLY STYLES
------------------------------------- */
@media only screen and (max-width: 620px) {
table[class=body] h1 {
font-size: 28px !important;
margin-bottom: 10px !important;
}
table[class=body] p,
table[class=body] ul,
table[class=body] ol,
table[class=body] td,
table[class=body] span,
table[class=body] a {
font-size: 16px !important;
}
table[class=body] .wrapper,
table[class=body] .article {
padding: 10px !important;
}
table[class=body] .content {
padding: 0 !important;
}
table[class=body] .container {
padding: 0 !important;
width: 100% !important;
}
table[class=body] .main {
border-left-width: 0 !important;
border-radius: 0 !important;
border-right-width: 0 !important;
}
table[class=body] .btn table {
width: 100% !important;
}
table[class=body] .btn a {
width: 100% !important;
}
table[class=body] .img-responsive {
height: auto !important;
max-width: 100% !important;
width: auto !important;
}
}
/* -------------------------------------
PRESERVE THESE STYLES IN THE HEAD
------------------------------------- */
@media all {
.ExternalClass {
width: 100%;
}
.ExternalClass,
.ExternalClass p,
.ExternalClass span,
.ExternalClass font,
.ExternalClass td,
.ExternalClass div {
line-height: 100%;
}
.apple-link a {
color: inherit !important;
font-family: inherit !important;
font-size: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
text-decoration: none !important;
}
.btn-primary table td:hover {
background-color: #34495e !important;
}
.btn-primary a:hover {
background-color: #34495e !important;
border-color: #34495e !important;
}
}
</style>
</head>
<body class="" style="background-color: #f6f6f6; font-family: sans-serif; -webkit-font-smoothing: antialiased; font-size: 14px; line-height: 1.4; margin: 0; padding: 0; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;">
<table border="0" cellpadding="0" cellspacing="0" class="body" style="border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 100%; background-color: #f6f6f6;">
<tr>
<td style="font-family: sans-serif; font-size: 14px; vertical-align: top;"> </td>
<td class="container" style="font-family: sans-serif; font-size: 14px; vertical-align: top; display: block; Margin: 0 auto; max-width: 580px; padding: 10px; width: 580px;">
<div class="content" style="box-sizing: border-box; display: block; Margin: 0 auto; max-width: 580px; padding: 10px;">
<!-- START CENTERED WHITE CONTAINER -->
<span class="preheader" style="color: transparent; display: none; height: 0; max-height: 0; max-width: 0; opacity: 0; overflow: hidden; mso-hide: all; visibility: hidden; width: 0;"></span>
<table class="main" style="border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 100%; background: #ffffff; border-radius: 3px;">
<!-- START MAIN CONTENT AREA -->
<tr>
<td class="wrapper" style="font-family: sans-serif; font-size: 14px; vertical-align: top; box-sizing: border-box; padding: 20px;">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 100%;">
<tr>
<td align="center">
<img src="cdn.quantumx.com/myra-email-client-logos/mip-logo-email.png" alt="MIP International Manpower Services Inc.">
</td>
</tr>
<tr>
<td style="font-family: sans-serif; font-size: 14px; vertical-align: top;">
<h2 style="text-align:center;margin-bottom:15px;margin-top:-20px">Apply Now Form | General Application </h2>
<h3 style="font-family: sans-serif;font-weight: normal; margin: 0; margin-bottom: 15px; text-align:center;">You received an application from MIP Website</h3>
<br>
<!-- Personal Information -->
<h3 style="font-family: sans-serif;font-weight: bold; margin: 0; margin-bottom: 5px;">Personal Information</h3>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Position: {{ $position }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Country: {{ ($country) }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">First Name : {{ $fname }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Middle Name : {{ $mname }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Last Name : {{ $lname }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Birthdate : {{ $birthdate }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Gender : {{ $gender }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Marital Status : {{ $marital_status }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Religon : {{ $religon }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Provincial Address : {{ $provincial_address }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Present Address : {{ $present_address }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Cellphone No. : {{ $telephone }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Facebook Account : {{ $facebook }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Email Address : {{ $email }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Height : {{ $height }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Weight : {{ $weight }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Passport : {{ $passport }}</p>
@if($passportNo !="")
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Passport # : {{ $passportNo }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Date Issued : {{ $dateIssued }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Date Expired : {{ $dateExpired }}</p>
<hr>
@endif
<!-- Personal Information -->
<br>
<!-- Education -->
<h3 style="font-family: sans-serif;font-weight: bold; margin: 0; margin-bottom: 5px;">Education</h3>
<!-- Education 1 -->
@if($education_level1 !="" || $course1 !="" || $startMonth1 !="" || $startYear1 !="" || $endMonth1 !="" || $endYear1 !="")
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Education Level : {{ $education_level1 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">School University : {{ $school_university1 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Course : {{ $course1 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Start Date : {{ $startMonth1 }} {{ $startYear1 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">End Date : {{ $endMonth1 }} {{ $endYear1 }}</p>
<hr>
@endif
<!-- Education 1 -->
<!-- Education 2 -->
@if($education_level2 !="" || $course2 !="" || $startMonth2 !="" || $startYear2 !="" || $endMonth2 !="" || $endYear2 !="")
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Education Level : {{ $education_level2 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">School University : {{ $school_university2 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Course : {{ $course2 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Start Date : {{ $startMonth2 }} {{ $startYear2 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">End Date : {{ $endMonth2 }} {{ $endYear2 }}</p>
<hr>
@endif
<!-- Education 2 -->
<!-- Education 3 -->
@if($education_level3 !="" || $course3 !="" || $startMonth3 !="" || $startYear3 !="" || $endMonth3 !="" || $endYear3 !="")
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Education Level : {{ $education_level3 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">School University : {{ $school_university3 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Course : {{ $course3 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Start Date : {{ $startMonth3 }} {{ $startYear3 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">End Date : {{ $endMonth3 }} {{ $endYear3 }}</p>
<hr>
@endif
<!-- Education 3 -->
<!-- Education 4 -->
@if($education_level4 !="" || $course4 !="" || $startMonth4 !="" || $startYear4 !="" || $endMonth4 !="" || $endYear4 !="")
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Education Level : {{ $education_level4 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">School University : {{ $school_university4 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Course : {{ $course4 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Start Date : {{ $startMonth4 }} {{ $startYear4 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">End Date : {{ $endMonth4 }} {{ $endYear4 }}</p>
<hr>
@endif
<!-- Education 4 -->
<br>
<!-- Work Exeperience -->
<h3 style="font-family: sans-serif;font-weight: bold; margin: 0; margin-bottom: 5px;">Work Experience</h3>
@if($company_name1 !="" || $step3Position1 !="" || $departmentName1 !="" || $companyAddress1 !="" || $salaryCurrency1 !="" || $salary1 !="" || $jobDescription1 !="" || $employmentStartMonth1 !="" || $employmentStartYear1 !="" || $employmentEndMonth1 !="" || $employmentEndYear1 !="")
<!-- Work Exeperience 1 -->
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Company Name / Employer Name : {{ $company_name1 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Position : {{ $step3Position1 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Department Name : {{ $departmentName1 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Company Address : {{ $companyAddress1 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Salary Currency : {{ $salaryCurrency1 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Salary : {{ $salary1 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Job Description : {{ $jobDescription1 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Start Date : {{ $employmentStartMonth1 }} {{ $employmentStartYear1 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">End Date : {{ $employmentEndMonth1 }} {{ $employmentEndYear1 }}</p>
<hr>
@endif
<!-- Work Exeperience 1 -->
<!-- Work Exeperience 2 -->
@if($company_name2 !="" || $step3Position2 !="" || $departmentName2 !="" || $companyAddress2 !="" || $salaryCurrency2 !="" || $salary2 !="" || $jobDescription2 !="" || $employmentStartMonth2 !="" || $employmentStartYear2 !="" || $employmentEndMonth2 !="" || $employmentEndYear2 !="")
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Company Name / Employer Name : {{ $company_name2 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Position : {{ $step3Position2 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Department Name : {{ $departmentName2 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Company Address : {{ $companyAddress2 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Salary Currency : {{ $salaryCurrency2 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Salary : {{ $salary2 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Job Description : {{ $jobDescription2 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Start Date : {{ $employmentStartMonth2 }} {{ $employmentStartYear2 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">End Date : {{ $employmentEndMonth2 }} {{ $employmentEndYear2 }}</p>
<hr>
@endif
<!-- Work Exeperience 2 -->
<!-- Work Exeperience 3 -->
@if($company_name3 !="" || $step3Position3 !="" || $departmentName3 !="" || $companyAddress3 !="" || $salaryCurrency3 !="" || $salary3 !="" || $jobDescription3 !="" || $employmentStartMonth3 !="" || $employmentStartYear3 !="" || $employmentEndMonth3 !="" || $employmentEndYear3 !="")
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Company Name / Employer Name : {{ $company_name3 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Position : {{ $step3Position3 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Department Name : {{ $departmentName3 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Company Address : {{ $companyAddress3 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Salary Currency : {{ $salaryCurrency3 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Salary : {{ $salary3 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Job Description : {{ $jobDescription3 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Start Date : {{ $employmentStartMonth3 }} {{ $employmentStartYear3 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">End Date : {{ $employmentEndMonth3 }} {{ $employmentEndYear3 }}</p>
<hr>
@endif
<!-- Work Exeperience 3 -->
<!-- Work Exeperience 4 -->
@if($company_name4 !="" || $step3Position4 !="" || $departmentName4 !="" || $companyAddress4 !="" || $salaryCurrency4 !="" || $salary4 !="" || $jobDescription4 !="" || $employmentStartMonth4 !="" || $employmentStartYear4 !="" || $employmentEndMonth4 !="" || $employmentEndYear4 !="")
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Company Name / Employer Name : {{ $company_name4 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Position : {{ $step3Position4 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Department Name : {{ $departmentName4 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Company Address : {{ $companyAddress4 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Salary Currency : {{ $salaryCurrency4 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Salary : {{ $salary4 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Job Description : {{ $jobDescription4 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Start Date : {{ $employmentStartMonth4 }} {{ $employmentStartYear4 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">End Date : {{ $employmentEndMonth4 }} {{ $employmentEndYear4 }}</p>
<hr>
@endif
<!-- Work Exeperience 4 -->
<!-- Work Exeperience 5 -->
@if($company_name5 !="" || $step3Position5 !="" || $departmentName5 !="" || $companyAddress5 !="" || $salaryCurrency5 !="" || $salary5 !="" || $jobDescription5 !="" || $employmentStartMonth5 !="" || $employmentStartYear5 !="" || $employmentEndMonth5 !="" || $employmentEndYear5 !="")
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Company Name / Employer Name : {{ $company_name5 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Position : {{ $step3Position5 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Department Name : {{ $departmentName5 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Company Address : {{ $companyAddress5 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Salary Currency : {{ $salaryCurrency5 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Salary : {{ $salary5 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Job Description : {{ $jobDescription5 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Start Date : {{ $employmentStartMonth5 }} {{ $employmentStartYear5 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">End Date : {{ $employmentEndMonth5 }} {{ $employmentEndYear5}}</p>
<hr>
@endif
<!-- Work Exeperience 5 -->
<!-- Work Exeperience 6 -->
@if($company_name6 !="" || $step3Position6 !="" || $departmentName6 !="" || $companyAddress6 !="" || $salaryCurrency6 !="" || $salary6 !="" || $jobDescription6 !="" || $employmentStartMonth6 !="" || $employmentStartYear6 !="" || $employmentEndMonth6 !="" || $employmentEndYear6 !="")
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Company Name / Employer Name : {{ $company_name6 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Position : {{ $step3Position6 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Department Name : {{ $departmentName6 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Company Address : {{ $companyAddress6 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Salary Currency : {{ $salaryCurrency6 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Salary : {{ $salary6 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Job Description : {{ $jobDescription6 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Start Date : {{ $employmentStartMonth6 }} {{ $employmentStartYear6 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">End Date : {{ $employmentEndMonth6 }} {{ $employmentEndYear6 }}</p>
<hr>
@endif
<!-- Work Exeperience 6 -->
<!-- Work Exeperience 7 -->
@if($company_name7 !="" || $step3Position7 !="" || $departmentName7 !="" || $companyAddress7 !="" || $salaryCurrency7 !="" || $salary7 !="" || $jobDescription7 !="" || $employmentStartMonth7 !="" || $employmentStartYear7 !="" || $employmentEndMonth7 !="" || $employmentEndYear7 !="")
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Company Name / Employer Name : {{ $company_name7 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Position : {{ $step3Position7 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Department Name : {{ $departmentName7 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Company Address : {{ $companyAddress7 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Salary Currency : {{ $salaryCurrency7 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Salary : {{ $salary7 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Job Description : {{ $jobDescription7 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Start Date : {{ $employmentStartMonth7 }} {{ $employmentStartYear7 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">End Date : {{ $employmentEndMonth7 }} {{ $employmentEndYear7 }}</p>
<hr>
@endif
<!-- Work Exeperience 7 -->
<!-- Work Exeperience 8 -->
@if($company_name8 !="" || $step3Position8 !="" || $departmentName8 !="" || $companyAddress8 !="" || $salaryCurrency8 !="" || $salary8 !="" || $jobDescription8 !="" || $employmentStartMonth8 !="" || $employmentStartYear8 !="" || $employmentEndMonth8 !="" || $employmentEndYear8 !="")
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Company Name / Employer Name : {{ $company_name8 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Position : {{ $step3Position8 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Department Name : {{ $departmentName8 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Company Address : {{ $companyAddress8 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Salary Currency : {{ $salaryCurrency8 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Salary : {{ $salary8 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Job Description : {{ $jobDescription8 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Start Date : {{ $employmentStartMonth8 }} {{ $employmentStartYear8 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">End Date : {{ $employmentEndMonth8 }} {{ $employmentEndYear8 }}</p>
<hr>
@endif
<!-- Work Exeperience 8 -->
<!-- Work Exeperience 9 -->
@if($company_name9 !="" || $step3Position9 !="" || $departmentName9 !="" || $companyAddress9 !="" || $salaryCurrency9 !="" || $salary9 !="" || $jobDescription9 !="" || $employmentStartMonth9 !="" || $employmentStartYear9 !="" || $employmentEndMonth9 !="" || $employmentEndYear9 !="")
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Company Name / Employer Name : {{ $company_name9 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Position : {{ $step3Position9 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Department Name : {{ $departmentName9 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Company Address : {{ $companyAddress9 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Salary Currency : {{ $salaryCurrency9 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Salary : {{ $salary9 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Job Description : {{ $jobDescription9 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Start Date : {{ $employmentStartMonth9 }} {{ $employmentStartYear9 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">End Date : {{ $employmentEndMonth9 }} {{ $employmentEndYear9 }}</p>
<hr>
@endif
<!-- Work Exeperience 9 -->
<!-- Work Exeperience 10 -->
@if($company_name10 !="" || $step3Position10 !="" || $departmentName10 !="" || $companyAddress10 !="" || $salaryCurrency10 !="" || $salary10 !="" || $jobDescription10 !="" || $employmentStartMonth10 !="" || $employmentStartYear10 !="" || $employmentEndMonth10 !="" || $employmentEndYear10 !="")
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Company Name / Employer Name : {{ $company_name10 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Position : {{ $step3Position10 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Department Name : {{ $departmentName10 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Company Address : {{ $companyAddress10 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Salary Currency : {{ $salaryCurrency10 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Salary : {{ $salary10 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Job Description : {{ $jobDescription10 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Start Date : {{ $employmentStartMonth10 }} {{ $employmentStartYear10 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">End Date : {{ $employmentEndMonth10 }} {{ $employmentEndYear10 }}</p>
<hr>
@endif
<!-- Work Exeperience 10 -->
</td>
</tr>
</table>
</td>
</tr>
<!-- END MAIN CONTENT AREA -->
</table>
<!-- START FOOTER -->
<div class="footer" style="clear: both; Margin-top: 10px; text-align: center; width: 100%;">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 100%;">
<tr>
<td class="content-block" style="font-family: sans-serif; vertical-align: top; padding-bottom: 10px; padding-top: 10px; font-size: 12px; color: #999999; text-align: center;">
<span class="apple-link" style="color: #999999; font-size: 12px; text-align: center;">MIP International Manpower Services Inc.</span>
</td>
</tr>
</table>
</div>
</td>
<td style="font-family: sans-serif; font-size: 14px; vertical-align: top;"> </td>
</tr>
</table>
</body>
</html>PK �8]
�� � � emails/contact.blade.phpnu �Iw�� <h2>You have an inquiry from MIP Website</h2>
<p>
Name: {{ $name }}
</p>
<p>
Email : {{ $email }}
</p>
<p>
Message : {{ $user_message }}
</p>PK �8]���.� .� emails/apply-now.blade.phpnu �Iw�� <html>
<head>
<meta name="viewport" content="width=device-width">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Apply Now</title>
<style>
/* -------------------------------------
INLINED WITH htmlemail.io/inline
------------------------------------- */
/* -------------------------------------
RESPONSIVE AND MOBILE FRIENDLY STYLES
------------------------------------- */
@media only screen and (max-width: 620px) {
table[class=body] h1 {
font-size: 28px !important;
margin-bottom: 10px !important;
}
table[class=body] p,
table[class=body] ul,
table[class=body] ol,
table[class=body] td,
table[class=body] span,
table[class=body] a {
font-size: 16px !important;
}
table[class=body] .wrapper,
table[class=body] .article {
padding: 10px !important;
}
table[class=body] .content {
padding: 0 !important;
}
table[class=body] .container {
padding: 0 !important;
width: 100% !important;
}
table[class=body] .main {
border-left-width: 0 !important;
border-radius: 0 !important;
border-right-width: 0 !important;
}
table[class=body] .btn table {
width: 100% !important;
}
table[class=body] .btn a {
width: 100% !important;
}
table[class=body] .img-responsive {
height: auto !important;
max-width: 100% !important;
width: auto !important;
}
}
/* -------------------------------------
PRESERVE THESE STYLES IN THE HEAD
------------------------------------- */
@media all {
.ExternalClass {
width: 100%;
}
.ExternalClass,
.ExternalClass p,
.ExternalClass span,
.ExternalClass font,
.ExternalClass td,
.ExternalClass div {
line-height: 100%;
}
.apple-link a {
color: inherit !important;
font-family: inherit !important;
font-size: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
text-decoration: none !important;
}
.btn-primary table td:hover {
background-color: #34495e !important;
}
.btn-primary a:hover {
background-color: #34495e !important;
border-color: #34495e !important;
}
}
</style>
</head>
<body class="" style="background-color: #f6f6f6; font-family: sans-serif; -webkit-font-smoothing: antialiased; font-size: 14px; line-height: 1.4; margin: 0; padding: 0; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;">
<table border="0" cellpadding="0" cellspacing="0" class="body" style="border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 100%; background-color: #f6f6f6;">
<tr>
<td style="font-family: sans-serif; font-size: 14px; vertical-align: top;"> </td>
<td class="container" style="font-family: sans-serif; font-size: 14px; vertical-align: top; display: block; Margin: 0 auto; max-width: 580px; padding: 10px; width: 580px;">
<div class="content" style="box-sizing: border-box; display: block; Margin: 0 auto; max-width: 580px; padding: 10px;">
<!-- START CENTERED WHITE CONTAINER -->
<span class="preheader" style="color: transparent; display: none; height: 0; max-height: 0; max-width: 0; opacity: 0; overflow: hidden; mso-hide: all; visibility: hidden; width: 0;"></span>
<table class="main" style="border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 100%; background: #ffffff; border-radius: 3px;">
<!-- START MAIN CONTENT AREA -->
<tr>
<td class="wrapper" style="font-family: sans-serif; font-size: 14px; vertical-align: top; box-sizing: border-box; padding: 20px;">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 100%;">
<tr>
<td align="center">
<img src="cdn.quantumx.com/myra-email-client-logos/mip-logo-email.png" alt="MIP International Manpower Services Inc.">
</td>
</tr>
<tr>
<td style="font-family: sans-serif; font-size: 14px; vertical-align: top;">
<h2 style="text-align:center;margin-bottom:15px;margin-top:-20px">Apply Now Form </h2>
<h3 style="font-family: sans-serif;font-weight: normal; margin: 0; margin-bottom: 15px; text-align:center;">You received an application from MIP Website</h3>
<br>
<!-- Personal Information -->
<h3 style="font-family: sans-serif;font-weight: bold; margin: 0; margin-bottom: 5px;">Personal Information</h3>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Position: {{ $position }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Country: {{ ($country) }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">First Name : {{ $fname }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Middle Name : {{ $mname }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Last Name : {{ $lname }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Birthdate : {{ $birthdate }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Gender : {{ $gender }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Marital Status : {{ $marital_status }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Religon : {{ $religon }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Provincial Address : {{ $provincial_address }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Present Address : {{ $present_address }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Cellphone No. : {{ $telephone }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Facebook Account : {{ $facebook }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Email Address : {{ $email }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Height : {{ $height }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Weight : {{ $weight }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Passport : {{ $passport }}</p>
@if($passportNo !="")
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Passport # : {{ $passportNo }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Date Issued : {{ $dateIssued }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Date Expired : {{ $dateExpired }}</p>
<hr>
@endif
<!-- Personal Information -->
<br>
<!-- Education -->
<h3 style="font-family: sans-serif;font-weight: bold; margin: 0; margin-bottom: 5px;">Education</h3>
<!-- Education 1 -->
@if($education_level1 !="" || $course1 !="" || $startMonth1 !="" || $startYear1 !="" || $endMonth1 !="" || $endYear1 !="")
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Education Level : {{ $education_level1 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">School University : {{ $school_university1 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Course : {{ $course1 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Start Date : {{ $startMonth1 }} {{ $startYear1 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">End Date : {{ $endMonth1 }} {{ $endYear1 }}</p>
<hr>
@endif
<!-- Education 1 -->
<!-- Education 2 -->
@if($education_level2 !="" || $course2 !="" || $startMonth2 !="" || $startYear2 !="" || $endMonth2 !="" || $endYear2 !="")
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Education Level : {{ $education_level2 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">School University : {{ $school_university2 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Course : {{ $course2 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Start Date : {{ $startMonth2 }} {{ $startYear2 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">End Date : {{ $endMonth2 }} {{ $endYear2 }}</p>
<hr>
@endif
<!-- Education 2 -->
<!-- Education 3 -->
@if($education_level3 !="" || $course3 !="" || $startMonth3 !="" || $startYear3 !="" || $endMonth3 !="" || $endYear3 !="")
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Education Level : {{ $education_level3 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">School University : {{ $school_university3 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Course : {{ $course3 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Start Date : {{ $startMonth3 }} {{ $startYear3 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">End Date : {{ $endMonth3 }} {{ $endYear3 }}</p>
<hr>
@endif
<!-- Education 3 -->
<!-- Education 4 -->
@if($education_level4 !="" || $course4 !="" || $startMonth4 !="" || $startYear4 !="" || $endMonth4 !="" || $endYear4 !="")
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Education Level : {{ $education_level4 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">School University : {{ $school_university4 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Course : {{ $course4 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Start Date : {{ $startMonth4 }} {{ $startYear4 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">End Date : {{ $endMonth4 }} {{ $endYear4 }}</p>
<hr>
@endif
<!-- Education 4 -->
<br>
<!-- Work Exeperience -->
<h3 style="font-family: sans-serif;font-weight: bold; margin: 0; margin-bottom: 5px;">Work Experience</h3>
@if($company_name1 !="" || $step3Position1 !="" || $departmentName1 !="" || $companyAddress1 !="" || $salaryCurrency1 !="" || $salary1 !="" || $jobDescription1 !="" || $employmentStartMonth1 !="" || $employmentStartYear1 !="" || $employmentEndMonth1 !="" || $employmentEndYear1 !="")
<!-- Work Exeperience 1 -->
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Company Name / Employer Name : {{ $company_name1 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Position : {{ $step3Position1 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Department Name : {{ $departmentName1 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Company Address : {{ $companyAddress1 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Salary Currency : {{ $salaryCurrency1 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Salary : {{ $salary1 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Job Description : {{ $jobDescription1 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Start Date : {{ $employmentStartMonth1 }} {{ $employmentStartYear1 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">End Date : {{ $employmentEndMonth1 }} {{ $employmentEndYear1 }}</p>
<hr>
@endif
<!-- Work Exeperience 1 -->
<!-- Work Exeperience 2 -->
@if($company_name2 !="" || $step3Position2 !="" || $departmentName2 !="" || $companyAddress2 !="" || $salaryCurrency2 !="" || $salary2 !="" || $jobDescription2 !="" || $employmentStartMonth2 !="" || $employmentStartYear2 !="" || $employmentEndMonth2 !="" || $employmentEndYear2 !="")
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Company Name / Employer Name : {{ $company_name2 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Position : {{ $step3Position2 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Department Name : {{ $departmentName2 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Company Address : {{ $companyAddress2 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Salary Currency : {{ $salaryCurrency2 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Salary : {{ $salary2 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Job Description : {{ $jobDescription2 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Start Date : {{ $employmentStartMonth2 }} {{ $employmentStartYear2 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">End Date : {{ $employmentEndMonth2 }} {{ $employmentEndYear2 }}</p>
<hr>
@endif
<!-- Work Exeperience 2 -->
<!-- Work Exeperience 3 -->
@if($company_name3 !="" || $step3Position3 !="" || $departmentName3 !="" || $companyAddress3 !="" || $salaryCurrency3 !="" || $salary3 !="" || $jobDescription3 !="" || $employmentStartMonth3 !="" || $employmentStartYear3 !="" || $employmentEndMonth3 !="" || $employmentEndYear3 !="")
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Company Name / Employer Name : {{ $company_name3 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Position : {{ $step3Position3 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Department Name : {{ $departmentName3 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Company Address : {{ $companyAddress3 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Salary Currency : {{ $salaryCurrency3 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Salary : {{ $salary3 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Job Description : {{ $jobDescription3 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Start Date : {{ $employmentStartMonth3 }} {{ $employmentStartYear3 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">End Date : {{ $employmentEndMonth3 }} {{ $employmentEndYear3 }}</p>
<hr>
@endif
<!-- Work Exeperience 3 -->
<!-- Work Exeperience 4 -->
@if($company_name4 !="" || $step3Position4 !="" || $departmentName4 !="" || $companyAddress4 !="" || $salaryCurrency4 !="" || $salary4 !="" || $jobDescription4 !="" || $employmentStartMonth4 !="" || $employmentStartYear4 !="" || $employmentEndMonth4 !="" || $employmentEndYear4 !="")
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Company Name / Employer Name : {{ $company_name4 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Position : {{ $step3Position4 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Department Name : {{ $departmentName4 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Company Address : {{ $companyAddress4 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Salary Currency : {{ $salaryCurrency4 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Salary : {{ $salary4 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Job Description : {{ $jobDescription4 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Start Date : {{ $employmentStartMonth4 }} {{ $employmentStartYear4 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">End Date : {{ $employmentEndMonth4 }} {{ $employmentEndYear4 }}</p>
<hr>
@endif
<!-- Work Exeperience 4 -->
<!-- Work Exeperience 5 -->
@if($company_name5 !="" || $step3Position5 !="" || $departmentName5 !="" || $companyAddress5 !="" || $salaryCurrency5 !="" || $salary5 !="" || $jobDescription5 !="" || $employmentStartMonth5 !="" || $employmentStartYear5 !="" || $employmentEndMonth5 !="" || $employmentEndYear5 !="")
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Company Name / Employer Name : {{ $company_name5 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Position : {{ $step3Position5 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Department Name : {{ $departmentName5 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Company Address : {{ $companyAddress5 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Salary Currency : {{ $salaryCurrency5 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Salary : {{ $salary5 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Job Description : {{ $jobDescription5 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Start Date : {{ $employmentStartMonth5 }} {{ $employmentStartYear5 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">End Date : {{ $employmentEndMonth5 }} {{ $employmentEndYear5}}</p>
<hr>
@endif
<!-- Work Exeperience 5 -->
<!-- Work Exeperience 6 -->
@if($company_name6 !="" || $step3Position6 !="" || $departmentName6 !="" || $companyAddress6 !="" || $salaryCurrency6 !="" || $salary6 !="" || $jobDescription6 !="" || $employmentStartMonth6 !="" || $employmentStartYear6 !="" || $employmentEndMonth6 !="" || $employmentEndYear6 !="")
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Company Name / Employer Name : {{ $company_name6 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Position : {{ $step3Position6 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Department Name : {{ $departmentName6 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Company Address : {{ $companyAddress6 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Salary Currency : {{ $salaryCurrency6 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Salary : {{ $salary6 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Job Description : {{ $jobDescription6 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Start Date : {{ $employmentStartMonth6 }} {{ $employmentStartYear6 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">End Date : {{ $employmentEndMonth6 }} {{ $employmentEndYear6 }}</p>
<hr>
@endif
<!-- Work Exeperience 6 -->
<!-- Work Exeperience 7 -->
@if($company_name7 !="" || $step3Position7 !="" || $departmentName7 !="" || $companyAddress7 !="" || $salaryCurrency7 !="" || $salary7 !="" || $jobDescription7 !="" || $employmentStartMonth7 !="" || $employmentStartYear7 !="" || $employmentEndMonth7 !="" || $employmentEndYear7 !="")
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Company Name / Employer Name : {{ $company_name7 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Position : {{ $step3Position7 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Department Name : {{ $departmentName7 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Company Address : {{ $companyAddress7 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Salary Currency : {{ $salaryCurrency7 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Salary : {{ $salary7 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Job Description : {{ $jobDescription7 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Start Date : {{ $employmentStartMonth7 }} {{ $employmentStartYear7 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">End Date : {{ $employmentEndMonth7 }} {{ $employmentEndYear7 }}</p>
<hr>
@endif
<!-- Work Exeperience 7 -->
<!-- Work Exeperience 8 -->
@if($company_name8 !="" || $step3Position8 !="" || $departmentName8 !="" || $companyAddress8 !="" || $salaryCurrency8 !="" || $salary8 !="" || $jobDescription8 !="" || $employmentStartMonth8 !="" || $employmentStartYear8 !="" || $employmentEndMonth8 !="" || $employmentEndYear8 !="")
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Company Name / Employer Name : {{ $company_name8 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Position : {{ $step3Position8 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Department Name : {{ $departmentName8 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Company Address : {{ $companyAddress8 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Salary Currency : {{ $salaryCurrency8 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Salary : {{ $salary8 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Job Description : {{ $jobDescription8 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Start Date : {{ $employmentStartMonth8 }} {{ $employmentStartYear8 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">End Date : {{ $employmentEndMonth8 }} {{ $employmentEndYear8 }}</p>
<hr>
@endif
<!-- Work Exeperience 8 -->
<!-- Work Exeperience 9 -->
@if($company_name9 !="" || $step3Position9 !="" || $departmentName9 !="" || $companyAddress9 !="" || $salaryCurrency9 !="" || $salary9 !="" || $jobDescription9 !="" || $employmentStartMonth9 !="" || $employmentStartYear9 !="" || $employmentEndMonth9 !="" || $employmentEndYear9 !="")
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Company Name / Employer Name : {{ $company_name9 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Position : {{ $step3Position9 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Department Name : {{ $departmentName9 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Company Address : {{ $companyAddress9 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Salary Currency : {{ $salaryCurrency9 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Salary : {{ $salary9 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Job Description : {{ $jobDescription9 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Start Date : {{ $employmentStartMonth9 }} {{ $employmentStartYear9 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">End Date : {{ $employmentEndMonth9 }} {{ $employmentEndYear9 }}</p>
<hr>
@endif
<!-- Work Exeperience 9 -->
<!-- Work Exeperience 10 -->
@if($company_name10 !="" || $step3Position10 !="" || $departmentName10 !="" || $companyAddress10 !="" || $salaryCurrency10 !="" || $salary10 !="" || $jobDescription10 !="" || $employmentStartMonth10 !="" || $employmentStartYear10 !="" || $employmentEndMonth10 !="" || $employmentEndYear10 !="")
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Company Name / Employer Name : {{ $company_name10 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Position : {{ $step3Position10 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Department Name : {{ $departmentName10 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Company Address : {{ $companyAddress10 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Salary Currency : {{ $salaryCurrency10 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Salary : {{ $salary10 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Job Description : {{ $jobDescription10 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Start Date : {{ $employmentStartMonth10 }} {{ $employmentStartYear10 }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">End Date : {{ $employmentEndMonth10 }} {{ $employmentEndYear10 }}</p>
<hr>
@endif
<!-- Work Exeperience 10 -->
<br>
<!-- Taiwan - Factory Worker position -->
@if($taiwanFactoryExperienceElectronics !="" || $taiwanFactoryExperienceSemicon !="" || $taiwanFactoryExperienceSoldering !="" || $taiwanFactoryExperienceCNC !="" || $taiwanFactoryExperienceSewer !="" || $taiwanFactoryFirstTimeAbroad !="" || $taiwanFactorySmoking !="" || $taiwanFactoryDrinkingAlcohol !="" || $taiwanFactoryHandSweat !="" || $taiwanFactoryEyesight !="")
<h3 style="font-family: sans-serif;font-weight: bold; margin: 0; margin-bottom: 5px;">Taiwan - Factory Worker position</h3>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Do you have an experience in electronics company? {{ $taiwanFactoryExperienceElectronics }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Do you have an experience in semicon company? {{ $taiwanFactoryExperienceSemicon }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Do you have a Soldering experience? {{ $taiwanFactoryExperienceSoldering }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Do you have a CNC/ Lathe Machine experience? {{ $taiwanFactoryExperienceCNC }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Do you have an experience as a Sewer? {{ $taiwanFactoryExperienceSewer }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Are you a First Timer in Abroad? {{ $taiwanFactoryFirstTimeAbroad }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Are you smoking? {{ $taiwanFactorySmoking }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Are you Drinking Alcohol? {{ $taiwanFactoryDrinkingAlcohol }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Hand Sweat? {{ $taiwanFactoryHandSweat }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Eyesight? {{ $taiwanFactoryEyesight }}</p>
@endif
<!-- Taiwan - Factory Worker position -->
<!-- Singapore - Nurse Position -->
@if($singaporeNurseOverseasExperience !="" || $singaporeNurseWhatCountry !="" || $singaporeNurseNameEmployer !="" || $singaporeNurseBedCapacity !="" || $singaporeNurseAreaExposure !="" || $singaporeNursePosition !="")
<h3 style="font-family: sans-serif;font-weight: bold; margin: 0; margin-bottom: 5px;">Singapore - Nurse Position</h3>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Do you have Overseas experience? {{ $singaporeNurseOverseasExperience }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">What Country? {{ $singaporeNurseWhatCountry }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Name of Hospital/Employer? {{ $singaporeNurseNameEmployer }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Bed Capacity? {{ $singaporeNurseBedCapacity }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">What is your area of exposure? {{ $singaporeNurseAreaExposure }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">What is your position? {{ $singaporeNursePosition }}</p>
@endif
<!-- Singapore - Nurse Position -->
<!-- Domestic Helper -->
@if($domesticHelperOverseasExperience !="" || $domesticHelperWorkingPeriod !="" || $domesticHelperLeaving !="" || $domesticHelperTakingCareBabies !="" || $domesticHelperTakingCareAges !="" || $domesticHelperCook !="")
<h3 style="font-family: sans-serif;font-weight: bold; margin: 0; margin-bottom: 5px;">Domestic Helper</h3>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Do you have Overseas Experience as Domestic Helper? {{ $domesticHelperOverseasExperience }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Working Period: {{ $domesticHelperWorkingPeriod }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Reason for leaving: {{ $domesticHelperLeaving }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Do you have Experience in Taking care babies? {{ $domesticHelperTakingCareBabies }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Do you experience looking after Aged / Bedridden? {{ $domesticHelperTakingCareAges }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Can you cook simple meal without any supervision? {{ $domesticHelperCook }}</p>
@endif
<!-- Domestic Helper -->
<!-- Korea Performing Arts -->
@if($koreaPerformingArtsSinger !="" || $koreaPerformingArtsPosition !="" || $koreaPerformingArtsWorkingPeriod !="")
<h3 style="font-family: sans-serif;font-weight: bold; margin: 0; margin-bottom: 5px;">Korea - Performing Arts</h3>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Do you have Overseas experience as Singer in Club/Resto Bar? {{ $koreaPerformingArtsSinger }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">What is your position? {{ $koreaPerformingArtsPosition }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Working Period: {{ $koreaPerformingArtsWorkingPeriod }}</p>
@endif
<!-- Korea Performing Arts -->
<!-- China English Teacher -->
@if($chinaEnglishTeacherExperience !="" || $chinaEnglishTeacherArtsPosition !="" || $chinaEnglishTeacherWorkingPeriod !="")
<h3 style="font-family: sans-serif;font-weight: bold; margin: 0; margin-bottom: 5px;">China English Teacher</h3>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Do you have overseas experience in Teaching? {{ $chinaEnglishTeacherExperience }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">What is your position? {{ $chinaEnglishTeacherArtsPosition }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Working Period: {{ $chinaEnglishTeacherWorkingPeriod }}</p>
@endif
<!-- Korea Performing Arts -->
</td>
</tr>
</table>
</td>
</tr>
<!-- END MAIN CONTENT AREA -->
</table>
<!-- START FOOTER -->
<div class="footer" style="clear: both; Margin-top: 10px; text-align: center; width: 100%;">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 100%;">
<tr>
<td class="content-block" style="font-family: sans-serif; vertical-align: top; padding-bottom: 10px; padding-top: 10px; font-size: 12px; color: #999999; text-align: center;">
<span class="apple-link" style="color: #999999; font-size: 12px; text-align: center;">MIP International Manpower Services Inc.</span>
</td>
</tr>
</table>
</div>
</td>
<td style="font-family: sans-serif; font-size: 14px; vertical-align: top;"> </td>
</tr>
</table>
</body>
</html>PK �8]~��K�! �! ! emails/manpower-request.blade.phpnu �Iw�� <html>
<head>
<meta name="viewport" content="width=device-width">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Manpower Request</title>
<style>
/* -------------------------------------
INLINED WITH htmlemail.io/inline
------------------------------------- */
/* -------------------------------------
RESPONSIVE AND MOBILE FRIENDLY STYLES
------------------------------------- */
@media only screen and (max-width: 620px) {
table[class=body] h1 {
font-size: 28px !important;
margin-bottom: 10px !important;
}
table[class=body] p,
table[class=body] ul,
table[class=body] ol,
table[class=body] td,
table[class=body] span,
table[class=body] a {
font-size: 16px !important;
}
table[class=body] .wrapper,
table[class=body] .article {
padding: 10px !important;
}
table[class=body] .content {
padding: 0 !important;
}
table[class=body] .container {
padding: 0 !important;
width: 100% !important;
}
table[class=body] .main {
border-left-width: 0 !important;
border-radius: 0 !important;
border-right-width: 0 !important;
}
table[class=body] .btn table {
width: 100% !important;
}
table[class=body] .btn a {
width: 100% !important;
}
table[class=body] .img-responsive {
height: auto !important;
max-width: 100% !important;
width: auto !important;
}
}
/* -------------------------------------
PRESERVE THESE STYLES IN THE HEAD
------------------------------------- */
@media all {
.ExternalClass {
width: 100%;
}
.ExternalClass,
.ExternalClass p,
.ExternalClass span,
.ExternalClass font,
.ExternalClass td,
.ExternalClass div {
line-height: 100%;
}
.apple-link a {
color: inherit !important;
font-family: inherit !important;
font-size: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
text-decoration: none !important;
}
.btn-primary table td:hover {
background-color: #34495e !important;
}
.btn-primary a:hover {
background-color: #34495e !important;
border-color: #34495e !important;
}
}
</style>
</head>
<body class="" style="background-color: #f6f6f6; font-family: sans-serif; -webkit-font-smoothing: antialiased; font-size: 14px; line-height: 1.4; margin: 0; padding: 0; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;">
<table border="0" cellpadding="0" cellspacing="0" class="body" style="border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 100%; background-color: #f6f6f6;">
<tr>
<td style="font-family: sans-serif; font-size: 14px; vertical-align: top;"> </td>
<td class="container" style="font-family: sans-serif; font-size: 14px; vertical-align: top; display: block; Margin: 0 auto; max-width: 580px; padding: 10px; width: 580px;">
<div class="content" style="box-sizing: border-box; display: block; Margin: 0 auto; max-width: 580px; padding: 10px;">
<!-- START CENTERED WHITE CONTAINER -->
<span class="preheader" style="color: transparent; display: none; height: 0; max-height: 0; max-width: 0; opacity: 0; overflow: hidden; mso-hide: all; visibility: hidden; width: 0;"></span>
<table class="main" style="border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 100%; background: #ffffff; border-radius: 3px;">
<!-- START MAIN CONTENT AREA -->
<tr>
<td class="wrapper" style="font-family: sans-serif; font-size: 14px; vertical-align: top; box-sizing: border-box; padding: 20px;">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 100%;">
<tr>
<td align="center">
<img src="cdn.quantumx.com/myra-email-client-logos/mip-logo-email.png" alt="MIP International Manpower Services INC.">
</td>
</tr>
<tr>
<td style="font-family: sans-serif; font-size: 14px; vertical-align: top;">
<h2 style="text-align: center; margin-bottom: 15px;">Manpower Request Form </h2>
<h3 style="font-family: sans-serif;font-weight: normal; margin: 0; margin-bottom: 15px; text-align:center;">You have a manpower request from MIP Website</h3>
<br>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Business Name: {{$business_name}}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Address: {{$address}}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Cellphone : {{$telephone}}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Fax : {{$fax}}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Email : {{$email}}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Website : {{$website }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Contact Person : {{$contact_person}}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Position : {{$position }}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">License Number : {{$license_number}}</p>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; Margin-bottom: 15px;">Nature of Business : {{$nature}}</p>
<hr>
@if($position1 !="" || $required1 !="" || $description1 !="")
<p>Position : {!! $position1 or 'Not Provided' !!} / No. Required : {!! $required1 or 'Not Provided' !!} / Description : {!! $description1 or 'Not Provided' !!}</p>
@endif
<br><br>
@if($position2 !="" || $required2 !="" || $description2 !="")
<p>Position : {!! $position2 or 'Not Provided' !!} / No. Required : {!! $required2 or 'Not Provided' !!} / Description : {!! $description2 or 'Not Provided' !!}</p>
@endif
<br><br>
@if($position3 !="" || $required3 !="" || $description3 !="")
<p>Position : {!! $position3 or 'Not Provided' !!} / No. Required : {!! $required3 or 'Not Provided' !!} / Description : {!! $description3 or 'Not Provided' !!}</p>
@endif
</td>
</tr>
</table>
</td>
</tr>
<!-- END MAIN CONTENT AREA -->
</table>
<!-- START FOOTER -->
<div class="footer" style="clear: both; Margin-top: 10px; text-align: center; width: 100%;">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 100%;">
<tr>
<td class="content-block" style="font-family: sans-serif; vertical-align: top; padding-bottom: 10px; padding-top: 10px; font-size: 12px; color: #999999; text-align: center;">
<span class="apple-link" style="color: #999999; font-size: 12px; text-align: center;">MIP International Manpower Services INC.</span>
</td>
</tr>
</table>
</div>
</td>
<td style="font-family: sans-serif; font-size: 14px; vertical-align: top;"> </td>
</tr>
</table>
</body>
</html>
PK �8]�w��
�
auth/register.blade.phpnu �Iw�� @extends('layouts.app')
@section('content')
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<div class="panel panel-default">
<div class="panel-heading">Register</div>
<div class="panel-body">
<form class="form-horizontal" role="form" method="POST" action="{{ url('/register') }}">
{{ csrf_field() }}
<div class="form-group{{ $errors->has('name') ? ' has-error' : '' }}">
<label for="name" class="col-md-4 control-label">Name</label>
<div class="col-md-6">
<input id="name" type="text" class="form-control" name="name" value="{{ old('name') }}" required autofocus>
@if ($errors->has('name'))
<span class="help-block">
<strong>{{ $errors->first('name') }}</strong>
</span>
@endif
</div>
</div>
<div class="form-group{{ $errors->has('email') ? ' has-error' : '' }}">
<label for="email" class="col-md-4 control-label">E-Mail Address</label>
<div class="col-md-6">
<input id="email" type="email" class="form-control" name="email" value="{{ old('email') }}" required>
@if ($errors->has('email'))
<span class="help-block">
<strong>{{ $errors->first('email') }}</strong>
</span>
@endif
</div>
</div>
<div class="form-group{{ $errors->has('password') ? ' has-error' : '' }}">
<label for="password" class="col-md-4 control-label">Password</label>
<div class="col-md-6">
<input id="password" type="password" class="form-control" name="password" required>
@if ($errors->has('password'))
<span class="help-block">
<strong>{{ $errors->first('password') }}</strong>
</span>
@endif
</div>
</div>
<div class="form-group">
<label for="password-confirm" class="col-md-4 control-label">Confirm Password</label>
<div class="col-md-6">
<input id="password-confirm" type="password" class="form-control" name="password_confirmation" required>
</div>
</div>
<div class="form-group">
<div class="col-md-6 col-md-offset-4">
<button type="submit" class="btn btn-primary">
Register
</button>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
@endsection
PK �8];� auth/passwords/email.blade.phpnu �Iw�� <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>QxCMS | Log-in</title>
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
<link rel="stylesheet" href="{{ get_template('bootstrap/css/bootstrap.min.css') }}">
<link rel="stylesheet" href="{{ get_template('font-awesome-4.5.0/css/font-awesome.min.css') }}">
<link rel="stylesheet" href="{{ get_template('ionicons-2.0.1/css/ionicons.min.css') }}">
<link rel="stylesheet" href="{{ get_template('dist/css/AdminLTE.min.css') }}">
<link rel="stylesheet" href="{{ get_template('plugins/iCheck/square/blue.css') }}">
<link rel="stylesheet" href="{{ get_template('dist/css/custom.css') }}">
<!-- HTML5 Shim and Respond.js 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]-->
</head>
<body class="hold-transition login-page">
<div class="container" style="margin-top:100px;">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<div class="panel panel-default">
<div class="panel-heading"><i class="fa fa-lock"></i> Reset Password</div>
<div class="panel-body">
@if (session('status'))
<div class="alert alert-success alert-dismissable fade in" style="padding-top: 6px;padding-bottom: 6px;">
<button type="button" class="close" data-dismiss="alert" aria-hidden="true">×</button>
{{ session('status') }}
</div>
@endif
<form class="form-horizontal" role="form" method="POST" action="{{ url('/password/email') }}">
{!! csrf_field() !!}
<div class="form-group{{ $errors->has('email') ? ' has-error' : '' }}">
<label class="col-md-4 control-label">E-Mail Address</label>
<div class="col-md-6">
<input type="email" class="form-control" name="email" placeholder="Email" value="{{ old('email') }}">
@if ($errors->has('email'))
<span class="help-block">
<strong>{{ $errors->first('email') }}</strong>
</span>
@endif
</div>
</div>
<div class="form-group">
<div class="col-md-6 col-md-offset-4">
<button type="submit" class="btn btn-primary">
<i class="fa fa-btn fa-envelope"></i> Send Password Reset Link
</button>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<script src="{{ get_template('plugins/jQuery/jquery-1.12.0.min.js') }}"></script>
<script type="text/javascript" src="{{ get_template('bootstrap/js/bootstrap.min.js') }}"></script>
<script type="text/javascript" src="{{ get_template('plugins/iCheck/icheck.min.js') }}"></script>
<script type="text/javascript" src="{{ asset('vendor/jsvalidation/js/jsvalidation.js')}}"></script>
</body>
</html>PK �8]-�Z�g g auth/passwords/reset.blade.phpnu �Iw�� <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>QxCMS | Log-in</title>
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
<link rel="stylesheet" href="{{ get_template('bootstrap/css/bootstrap.min.css') }}">
<link rel="stylesheet" href="{{ get_template('font-awesome-4.5.0/css/font-awesome.min.css') }}">
<link rel="stylesheet" href="{{ get_template('ionicons-2.0.1/css/ionicons.min.css') }}">
<link rel="stylesheet" href="{{ get_template('dist/css/AdminLTE.min.css') }}">
<link rel="stylesheet" href="{{ get_template('plugins/iCheck/square/blue.css') }}">
<link rel="stylesheet" href="{{ get_template('dist/css/custom.css') }}">
<!-- HTML5 Shim and Respond.js 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]-->
</head>
<body class="hold-transition login-page">
<div class="container" style="margin-top:100px;">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<div class="panel panel-default">
<div class="panel-heading"><i class="fa fa-lock"></i> Reset Password</div>
<div class="panel-body">
@if (session('status'))
<div class="alert alert-success">
{{ session('status') }}
</div>
@endif
<form class="form-horizontal" role="form" method="POST" action="{{ url('/password/reset') }}">
{{ csrf_field() }}
<input type="hidden" name="token" value="{{ $token }}">
<div class="form-group{{ $errors->has('email') ? ' has-error' : '' }}">
<label for="email" class="col-md-4 control-label">E-Mail Address</label>
<div class="col-md-6">
<input id="email" type="email" class="form-control" name="email" placeholder="Email" value="{{ $email or old('email') }}">
@if ($errors->has('email'))
<span class="help-block">
<strong>{{ $errors->first('email') }}</strong>
</span>
@endif
</div>
</div>
<div class="form-group{{ $errors->has('password') ? ' has-error' : '' }}">
<label for="password" class="col-md-4 control-label">Password</label>
<div class="col-md-6">
<input id="password" type="password" class="form-control" name="password" placeholder="Password">
@if ($errors->has('password'))
<span class="help-block">
<strong>{{ $errors->first('password') }}</strong>
</span>
@endif
</div>
</div>
<div class="form-group{{ $errors->has('password_confirmation') ? ' has-error' : '' }}">
<label for="password-confirm" class="col-md-4 control-label">Confirm Password</label>
<div class="col-md-6">
<input id="password-confirm" type="password" class="form-control" name="password_confirmation" placeholder="Confirm Password">
@if ($errors->has('password_confirmation'))
<span class="help-block">
<strong>{{ $errors->first('password_confirmation') }}</strong>
</span>
@endif
</div>
</div>
<div class="form-group">
<div class="col-md-6 col-md-offset-4">
<button type="submit" class="btn btn-primary">
Reset Password
</button>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<script src="{{ get_template('plugins/jQuery/jquery-1.12.0.min.js') }}"></script>
<script type="text/javascript" src="{{ get_template('bootstrap/js/bootstrap.min.js') }}"></script>
<script type="text/javascript" src="{{ get_template('plugins/iCheck/icheck.min.js') }}"></script>
<script type="text/javascript" src="{{ asset('vendor/jsvalidation/js/jsvalidation.js')}}"></script>
</body>
</html>PK �8]��"A� � auth/login.blade.phpnu �Iw�� @extends('layouts.app')
@section('content')
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<div class="panel panel-default">
<div class="panel-heading">Login</div>
<div class="panel-body">
<form class="form-horizontal" role="form" method="POST" action="{{ url('/login') }}">
{{ csrf_field() }}
<div class="form-group{{ $errors->has('email') ? ' has-error' : '' }}">
<label for="email" class="col-md-4 control-label">E-Mail Address</label>
<div class="col-md-6">
<input id="email" type="email" class="form-control" name="email" value="{{ old('email') }}" required autofocus>
@if ($errors->has('email'))
<span class="help-block">
<strong>{{ $errors->first('email') }}</strong>
</span>
@endif
</div>
</div>
<div class="form-group{{ $errors->has('password') ? ' has-error' : '' }}">
<label for="password" class="col-md-4 control-label">Password</label>
<div class="col-md-6">
<input id="password" type="password" class="form-control" name="password" required>
@if ($errors->has('password'))
<span class="help-block">
<strong>{{ $errors->first('password') }}</strong>
</span>
@endif
</div>
</div>
<div class="form-group">
<div class="col-md-6 col-md-offset-4">
<div class="checkbox">
<label>
<input type="checkbox" name="remember" {{ old('remember') ? 'checked' : ''}}> Remember Me
</label>
</div>
</div>
</div>
<div class="form-group">
<div class="col-md-8 col-md-offset-4">
<button type="submit" class="btn btn-primary">
Login
</button>
<a class="btn btn-link" href="{{ url('/password/reset') }}">
Forgot Your Password?
</a>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
@endsection
PK �8]v��9 9 $ vendor/notifications/email.blade.phpnu �[��� <x-mail::message>
{{-- Greeting --}}
@if (! empty($greeting))
# {{ $greeting }}
@else
@if ($level === 'error')
# @lang('Whoops!')
@else
# @lang('Hello!')
@endif
@endif
{{-- Intro Lines --}}
@foreach ($introLines as $line)
{{ $line }}
@endforeach
{{-- Action Button --}}
@isset($actionText)
<?php
$color = match ($level) {
'success', 'error' => $level,
default => 'primary',
};
?>
<x-mail::button :url="$actionUrl" :color="$color">
{{ $actionText }}
</x-mail::button>
@endisset
{{-- Outro Lines --}}
@foreach ($outroLines as $line)
{{ $line }}
@endforeach
{{-- Salutation --}}
@if (! empty($salutation))
{{ $salutation }}
@else
@lang('Regards'),<br>
{{ config('app.name') }}
@endif
{{-- Subcopy --}}
@isset($actionText)
<x-slot:subcopy>
@lang(
"If you're having trouble clicking the \":actionText\" button, copy and paste the URL below\n".
'into your web browser:',
[
'actionText' => $actionText,
]
) <span class="break-all">[{{ $displayableActionUrl }}]({{ $actionUrl }})</span>
</x-slot:subcopy>
@endisset
</x-mail::message>
PK �8]r��>� � * vendor/notifications/email-plain.blade.phpnu �Iw�� <?php
if (! empty($greeting)) {
echo $greeting, "\n\n";
} else {
echo $level == 'error' ? 'Whoops!' : 'Hello!', "\n\n";
}
if (! empty($introLines)) {
echo implode("\n", $introLines), "\n\n";
}
if (isset($actionText)) {
echo "{$actionText}: {$actionUrl}", "\n\n";
}
if (! empty($outroLines)) {
echo implode("\n", $outroLines), "\n\n";
}
echo 'Regards,', "\n";
echo config('app.name'), "\n";
PK �8]yzӜw w '