parent
786f71526b
commit
7deffa7011
8 changed files with 223 additions and 62 deletions
After Width: | Height: | Size: 31 KiB |
After Width: | Height: | Size: 7.9 KiB |
@ -0,0 +1,94 @@ |
|||||||
|
@extends('layout.app') |
||||||
|
@section('title') |
||||||
|
<title>Services</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="services-page-section"> |
||||||
|
<div class="row g-5"> |
||||||
|
<div class="col-md-4"> |
||||||
|
<a href="{{url('/study-abroad')}}" class="text-decoration-none"> |
||||||
|
<div class="service-page-card"> |
||||||
|
<div class="blog-img"> |
||||||
|
<img src="{{url('frontend/images/opera-house.png')}}" class="w-100" alt=""> |
||||||
|
</div> |
||||||
|
<div class="service-page-content"> |
||||||
|
<h2>Abroad Study</h2> |
||||||
|
<p>If you want to study in a city surrounded by lush greenery and a pleasant atmosphere..</p> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
</a> |
||||||
|
</div> |
||||||
|
<div class="col-md-4"> |
||||||
|
<a href="{{url('/career-counselling')}}" class="text-decoration-none"> |
||||||
|
<div class="service-page-card"> |
||||||
|
<div class="blog-img"> |
||||||
|
<img src="{{url('frontend/images/opera-house.png')}}" class="w-100" alt=""> |
||||||
|
</div> |
||||||
|
<div class="service-page-content"> |
||||||
|
<h2>Career Counselling</h2> |
||||||
|
<p>Get the right guidance to leap through your career.</p> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
</a> |
||||||
|
</div> |
||||||
|
<div class="col-md-4"> |
||||||
|
<a href="{{url('/insurance')}}" class="text-decoration-none"> |
||||||
|
<div class="service-page-card"> |
||||||
|
<div class="blog-img"> |
||||||
|
<img src="{{url('frontend/images/opera-house.png')}}" class="w-100" alt=""> |
||||||
|
</div> |
||||||
|
<div class="service-page-content"> |
||||||
|
<h2>Insurance</h2> |
||||||
|
<p>Providing the right health insurance at competitive rates</p> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
</a> |
||||||
|
</div> |
||||||
|
<div class="col-md-4"> |
||||||
|
<a href="{{url('/visa/student-visa')}}" class="text-decoration-none"> |
||||||
|
<div class="service-page-card"> |
||||||
|
<div class="blog-img"> |
||||||
|
<img src="{{url('frontend/images/opera-house.png')}}" class="w-100" alt=""> |
||||||
|
</div> |
||||||
|
<div class="service-page-content"> |
||||||
|
<h2>Student Visa</h2> |
||||||
|
<p>If you want to study in a city surrounded by lush greenery and a pleasant atmosphere..</p> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
</a> |
||||||
|
</div> |
||||||
|
<div class="col-md-4"> |
||||||
|
<a href="{{url('/visa/skilled-migration-visa')}}" class="text-decoration-none"> |
||||||
|
<div class="service-page-card"> |
||||||
|
<div class="blog-img"> |
||||||
|
<img src="{{url('frontend/images/opera-house.png')}}" class="w-100" alt=""> |
||||||
|
</div> |
||||||
|
<div class="service-page-content"> |
||||||
|
<h2>Skilled Migration Visa</h2> |
||||||
|
<p>If you want to study in a city surrounded by lush greenery and a pleasant atmosphere..</p> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
</a> |
||||||
|
</div> |
||||||
|
<div class="col-md-4"> |
||||||
|
<a href="{{url('visa/business-visa')}}" class="text-decoration-none"> |
||||||
|
<div class="service-page-card"> |
||||||
|
<div class="blog-img"> |
||||||
|
<img src="{{url('frontend/images/opera-house.png')}}" class="w-100" alt=""> |
||||||
|
</div> |
||||||
|
<div class="service-page-content"> |
||||||
|
<h2>Business Visa</h2> |
||||||
|
<p>If you want to study in a city surrounded by lush greenery and a pleasant atmosphere..</p> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
</a> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
</section> |
||||||
|
@endsection |
Loading…
Reference in new issue