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.
82 lines
4.5 KiB
82 lines
4.5 KiB
2 years ago
|
@extends('layout.app')
|
||
|
@section('title')
|
||
|
<title>About Us</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/blogs-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">name</li>
|
||
|
</ol>
|
||
|
</nav>
|
||
|
<div class="studyabroad-banner-header">
|
||
|
<h1>Blog</h1>
|
||
|
<h5>Know what’s trending overseas</h5>
|
||
|
</div>
|
||
|
</section>
|
||
|
<section class="blogs-section">
|
||
|
<h2 class="visa-para-title mb-5">
|
||
|
<img src="{{url('frontend/icons/side-bars.svg')}}" class="me-2" alt="">
|
||
|
Latest Articles
|
||
|
</h2>
|
||
|
<div class="row">
|
||
|
<div class="col-md-5">
|
||
|
<div class="featured-article">
|
||
|
<img src="{{url('frontend/images/sydney-opera-house.png')}}" class="w-100" alt="">
|
||
|
<h3>Study in Australia</h3>
|
||
|
<h6>Dec 09, 2022, 2 mins read</h6>
|
||
|
<h2>Ten Reasons that make Australia the Best Destination </h2>
|
||
|
<p>If you want to study in a city surrounded by lush greenery and a pleasant atmosphere..</p>
|
||
|
<a href="">Read More <i class="fa-solid fa-arrow-right-long ms-2"></i></a>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div class="col-md-7">
|
||
|
<div class="related-articles">
|
||
|
<div class="article-card">
|
||
|
<div class="article-img">
|
||
|
<img src="{{url('frontend/images/student-studying.png')}}" class="w-100" alt="">
|
||
|
</div>
|
||
|
<div class="article-desc">
|
||
|
<h3>Study in Australia</h3>
|
||
|
<h6>Dec 09, 2022, 2 mins read</h6>
|
||
|
<h2>Ten Reasons that make Australia the Best Destination </h2>
|
||
|
<p>If you want to study in a city surrounded by lush greenery and a pleasant atmosphere..</p>
|
||
|
<a href="">Read More <i class="fa-solid fa-arrow-right-long ms-2"></i></a>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div class="article-card">
|
||
|
<div class="article-img">
|
||
|
<img src="{{url('frontend/images/blog-passport.png')}}" class="w-100" alt="">
|
||
|
</div>
|
||
|
<div class="article-desc">
|
||
|
<h3>Study in Australia</h3>
|
||
|
<h6>Dec 09, 2022, 2 mins read</h6>
|
||
|
<h2>Ten Reasons that make Australia the Best Destination </h2>
|
||
|
<p>If you want to study in a city surrounded by lush greenery and a pleasant atmosphere..</p>
|
||
|
<a href="">Read More <i class="fa-solid fa-arrow-right-long ms-2"></i></a>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div class="article-card">
|
||
|
<div class="article-img">
|
||
|
<img src="{{url('frontend/images/blog-passport.png')}}" class="w-100" alt="">
|
||
|
</div>
|
||
|
<div class="article-desc">
|
||
|
<h3>Study in Australia</h3>
|
||
|
<h6>Dec 09, 2022, 2 mins read</h6>
|
||
|
<h2>Ten Reasons that make Australia the Best Destination </h2>
|
||
|
<p>If you want to study in a city surrounded by lush greenery and a pleasant atmosphere..</p>
|
||
|
<a href="">Read More <i class="fa-solid fa-arrow-right-long ms-2"></i></a>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</section>
|
||
|
@endsection
|