TanchoToplineCargo/resources/views/client/niwida/cruise/openingvacencyrecruiment.blade.php

116 lines
5.6 KiB
PHP
Raw Normal View History

2024-05-05 04:47:49 +00:00
@extends('client.niwida.partials.layout')
@section('content')
<div class="pt-breadcrumb">
<div class="pt-bg-overley" style="background-image: url('../assets/images/niwida/header-required-document.jpg');"></div>
<div class="container">
<div class="row align-items-center">
<div class="col-sm-12">
<nav aria-label="breadcrumb">
<div class="pt-breadcrumb-title">
<h1>Opening Vacency Recruiment</h1>
</div>
<div class="pt-breadcrumb-container">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="#"><i class="fas fa-home mr-2"></i>Home</a></li>
<li class="breadcrumb-item">Cruise Recruitment</li>
<li class="breadcrumb-item active">Opening Vacency Recruiment</li>
</ol>
</div>
</nav>
</div>
</div>
</div>
</div>
<section class="our-story">
<div class="container">
<div class="pt-section-title-box mb-30">
<span class="pt-section-sub-title">Niwida Concern</span>
<h5 class="pt-section-title">Required Documents</h5>
</div>
<div class="row">
<div class="col-md-4 col-lg-4 col-12">
<div class="pt-service-box pt-service-box-2 mb-30">
<div class="pt-service-banner">
<img src="../assets/images/niwida/demand-letter.jpg" alt="Demand Letter">
</div>
<div class="pt-service-box-info min-hgt-280">
<h5 class="pt-service-title"><a href="#">Demand Letter</a></h5>
<p>NIWIDA Concern Pvt. Ltd. mentioning the number of workers required in each categories with salary,duty hour,food, accommodation & other benefi1s to workers.</p>
</div>
</div>
</div>
<div class="col-md-4 col-lg-4 col-12">
<div class="pt-service-box pt-service-box-2 mb-30">
<div class="pt-service-banner">
<img src="../assets/images/niwida/power-of-attorney.jpg" alt="Power of Attorney">
</div>
<div class="pt-service-box-info min-hgt-280">
<h5 class="pt-service-title"><a href="#">Power of Attorney</a></h5>
<p>Authorizing NIWIDA Concern Pvt.Ltd.(License No.711/084-065) Kathmandu,Nepalto be true and lawful attorney and agent of Nepal. </p>
</div>
</div>
</div>
<div class="col-md-4 col-lg-4 col-12">
<div class="pt-service-box pt-service-box-2 mb-30">
<div class="pt-service-banner">
<img src="../assets/images/niwida/inter-party-agreement2.jpg" alt="Inter Party Agreement">
</div>
<div class="pt-service-box-info min-hgt-280">
<h5 class="pt-service-title"><a href="#">Inter Party Agreement</a></h5>
<p>One copy each signed and stamped by the employer and recruiting agency.</p>
</div>
</div>
</div>
<div class="col-md-4 col-lg-4 col-12">
<div class="pt-service-box pt-service-box-2 mb-30">
<div class="pt-service-banner">
<img src="../assets/images/niwida/employment-contract2.jpg" alt="Employment Contract">
</div>
<div class="pt-service-box-info min-hgt-280">
<h5 class="pt-service-title"><a href="#">Employment Contract</a></h5>
<p>One copy each signed and stamped by the employer & employee.</p>
</div>
</div>
</div>
<div class="col-md-4 col-lg-4 col-12">
<div class="pt-service-box pt-service-box-2 mb-30">
<div class="pt-service-banner">
<img src="../assets/images/niwida/guarantee-letter.jpg" alt="Gurantee Letter">
</div>
<div class="pt-service-box-info min-hgt-280">
<h5 class="pt-service-title"><a href="#">Gurantee Letter</a></h5>
<p>Signed and stamped copy by the employer company should be mention that not to be deploy to other countries for work purpose.</p>
</div>
</div>
</div>
<div class="col-md-4 col-lg-4 col-12">
<div class="pt-service-box pt-service-box-2 mb-30">
<div class="pt-service-banner">
<img src="../assets/images/niwida/kingdom--of-saudi-arabia.jpg" alt="Kingdom of Saudi Arabia">
</div>
<div class="pt-service-box-info min-hgt-280">
<h5 class="pt-service-title"><a href="#">Kingdom of Saudi Arabia</a></h5>
<p>Authorization Letter/Counselor Letter,Company Registration(CR) copy,Visa Slip (BankSlip).Note: Authorization Letter should be prepared by local agency.</p>
</div>
</div>
</div>
</div>
</div>
</section>
@endsection