parent
6f5ae06de3
commit
ec8eb63e87
6 changed files with 61 additions and 3 deletions
After Width: | Height: | Size: 990 B |
After Width: | Height: | Size: 732 KiB |
After Width: | Height: | Size: 1.1 KiB |
@ -0,0 +1,41 @@ |
|||||||
|
@extends('layout.app') |
||||||
|
@section('title') |
||||||
|
<title>FAQs</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/faq-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">Study Abroad</li> |
||||||
|
</ol> |
||||||
|
</nav> |
||||||
|
<div class="studyabroad-banner-header"> |
||||||
|
<h1>I have a Question</h1> |
||||||
|
<h5>Know what’s trending overseas</h5> |
||||||
|
</div> |
||||||
|
</section> |
||||||
|
<section class="faq-section"> |
||||||
|
<h1>Frequently Asked Questions</h1> |
||||||
|
<div class="accordion" id="accordionExample"> |
||||||
|
<div class="accordion-item"> |
||||||
|
<h2 class="accordion-header" id="heading"> |
||||||
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapse" aria-expanded="false" aria-controls="collapse"> |
||||||
|
<img src="{{url('frontend/images/faq-lists.png')}}" class="mx-2" alt=""> How can ET Education help me while I apply a visa to study in Australia? |
||||||
|
</button> |
||||||
|
</h2> |
||||||
|
<div id="collapse" class="accordion-collapse collapse" aria-labelledby="heading" data-bs-parent="#accordionExample"> |
||||||
|
<div class="accordion-body"> |
||||||
|
We have a team of experienced education consultants and Registered Migration Agents with a combined experience of 50+ years. We will assist you with finding the right visa type and lodging your application throughout the Australia study visa process. |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
</section> |
||||||
|
@endsection |
Loading…
Reference in new issue