You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

49 lines
2.9 KiB

@extends('layout.app')
@section('title')
<title>Insurance</title>
<meta name="description" content="ET Education and Visa Services, presented by Extratech, is an adept provider of excellent education consultation, information, and visa guidance solution to students seeking schooling abroad.">
<meta name="robots" content="index, follow" />
<meta property="og:url" content="" />
<meta property="og:image" content="{{url('frontend/images/banner.png')}}"/>
<meta property="og:title" content="ET-Visas"/>
<meta property="og:description" content="ET Education and Visa Services, presented by Extratech, is an adept provider of excellent education consultation, information, and visa guidance solution to students seeking schooling abroad."/>
@endsection
@section('content')
<section class="abroad-banner-section" style="background: url('frontend/images/study-abroad-banner.png')">
<nav aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="/">Home</a></li>
<li class="breadcrumb-item active" aria-current="page">Insurance</li>
</ol>
</nav>
<div class="studyabroad-banner-header">
<h1>Insurance</h1>
<h5>Get the right guidance to leap through your career.</h5>
</div>
</section>
<section class="study-melbourne-section">
<div class="row">
<div class="col-md-6">
<div class="visa-desc">
<h2><img src="{{url('frontend/icons/side-bars.svg')}}" class="me-2" alt="">OSHC and OVHC Insurance Cover</h2>
<h3>An Insurance Policy for the Right Visas</h3>
<p>An applicant travelling to Australia on a student visa purchased the Overseas Student Health Cover, and an international applicant wishing to come to or work in Australia applied for the Overseas Visitor Health Cover. These include;
<ul>
<li>Student Visa: Subclass 500</li>
<li>Visitor Visas: Subclasses 300, 580, 590, 600, 601</li>
<li>Bridging Visas</li>
<li>Working Visas: Subclasses 482, 485, 400,401, 476, 489, etc.</li>
<li>Working Holiday Visas: Subclasses 417 & 462</li>
</ul>
ET Education is partnered with the most popular health insurance providers such as BUPA, Medibank, AHM, NIB and Allianz Care Australia, giving you the flexibility to take the health cover of your choice at a highly competitive price.
</p>
</div>
</div>
<div class="col-md-6">
<div class="sydney-img">
<img src="{{url('frontend/images/sydney-Image.png')}}" class="img-fluid" alt="">
</div>
</div>
</div>
</section>
@endsection