parent
c689ee8a18
commit
1271fc56f3
5 changed files with 151 additions and 4 deletions
After Width: | Height: | Size: 24 KiB |
After Width: | Height: | Size: 548 KiB |
@ -0,0 +1,67 @@ |
|||||||
|
@extends('layout.app') |
||||||
|
@section('title') |
||||||
|
<title>Permanent Work Visa</title> |
||||||
|
@endsection |
||||||
|
@section('content') |
||||||
|
<section class="service-detail-banner"> |
||||||
|
<div class="service-detail-desc"> |
||||||
|
<h2>Permanent Work Visa</h2> |
||||||
|
</div> |
||||||
|
</section> |
||||||
|
<section class="permanent-visa-section"> |
||||||
|
<div class="row"> |
||||||
|
<div class="col-md-12"> |
||||||
|
<div class="permanent-visa-head"> |
||||||
|
<h2>Permanent Work Visas</h2> |
||||||
|
<p>Permanent Work Visas allow holders to stay and work permanently in Australia. Permanent Work Visas allow holders to stay and work permanently in Australia. Permanent Work Visas allow holders to stay and work permanently in Australia. Permanent Work Visas allow holders to stay and work permanently in Australia.</p> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
</section> |
||||||
|
<section class="service-detail-second"> |
||||||
|
<div class="row"> |
||||||
|
<div class="col-md-6"> |
||||||
|
<div class="service-detail-secone"> |
||||||
|
<h3>Employer Nomination <br> Scheme <br> Visa Subclass 186 <br> (Direct Entry Stream)</h3> |
||||||
|
<p>This visa lets skilled workers, who are nominated by an employer, live and work in Australia permanently.</p> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
<div class="col-md-6"> |
||||||
|
<div class="service-detail-sectwo"> |
||||||
|
<h3>Eligibility</h3> |
||||||
|
<p>You might qualify for the Employer Nomination Scheme Subclass 186 visa if:</p> |
||||||
|
<ul> |
||||||
|
<li>You must be nominated by an Australian employer</li> |
||||||
|
<li>Your occupation must be on the relevant list of eligible skilled occupations</li> |
||||||
|
<li>You must have at least Competent English</li> |
||||||
|
</ul> |
||||||
|
<h5>Length of VISA</h5> |
||||||
|
<p>Permanent</p> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
</section> |
||||||
|
<section class="service-detail-third"> |
||||||
|
<div class="row"> |
||||||
|
<div class="col-md-6"> |
||||||
|
<div class="service-detail-secone"> |
||||||
|
<h3>Employer Nomination <br> Scheme <br> Visa Subclass 186 <br> (Temporary Residence Transition Stream)</h3> |
||||||
|
<p>This visa lets skilled workers, who are nominated by an employer, live and work in Australia permanently.</p> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
<div class="col-md-6"> |
||||||
|
<div class="service-detail-sectwo"> |
||||||
|
<h3>Eligibility</h3> |
||||||
|
<p>You might qualify for the Employer Nomination Scheme Subclass 186 visa if:</p> |
||||||
|
<ul> |
||||||
|
<li>You must hold a 457, TSS or related bridging visa A, B or C</li> |
||||||
|
<li>Usually, you must have worked for your employer full-time for at least three years</li> |
||||||
|
<li>You must be nominated by your employer</li> |
||||||
|
</ul> |
||||||
|
<h5>Length of VISA</h5> |
||||||
|
<p>Permanent</p> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
</section> |
||||||
|
@endsection |
Loading…
Reference in new issue