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.

78 lines
3.3 KiB

@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="about-header-section">
<div class="about-banner-header">
{!!$about->description!!}
</div>
<div class="about-banner-img">
<img src="{{url('frontend/images/about-banner.png')}}" class="img-fluid" alt="">
</div>
</section>
<section class="overseas-section">
{!!$about->sub_description!!}
<div class="overseas-img">
<img src="{{url('frontend/images/australia-map.png')}}" class="img-fluid" alt="">
</div>
</section>
<section class="why-et">
<div class="why-et-header">
{!!$about->bottom_description!!}
</div>
<div class="et-cards">
<!-- <div class="et-card">
<div class="et-card-img">
<img src="{{url('frontend/images/user.png')}}" class="img-fluid" alt="">
</div>
<div class="et-card-detail">
<h2>15+</h2>
<p>Registered Migration Agents</p>
</div>
</div>
<div class="et-card">
<div class="et-card-img">
<img src="{{url('frontend/images/user.png')}}" class="img-fluid" alt="">
</div>
<div class="et-card-detail">
<h2>15+</h2>
<p>Registered Migration Agents</p>
</div>
</div>
<div class="et-card">
<div class="et-card-img">
<img src="{{url('frontend/images/user.png')}}" class="img-fluid" alt="">
</div>
<div class="et-card-detail">
<h2>15+</h2>
<p>Registered Migration Agents</p>
</div>
</div>
<div class="et-card">
<div class="et-card-img">
<img src="{{url('frontend/images/user.png')}}" class="img-fluid" alt="">
</div>
<div class="et-card-detail">
<h2>15+</h2>
<p>Registered Migration Agents</p>
</div>
</div> -->
</div>
</section>
<section class="lets-chat-section">
<h1>Let's Chat</h1>
<p>Thinking about starting a team? Need to augment your existing team?
We’re here to help. We work with US based companies to help them grow!
</p>
<div class="text-center">
<a href="">Consult with us</a>
</div>
</section>
@endsection