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.
 
 
 
 

95 lines
5.0 KiB

@extends('layout.app')
@section('title')
<title>About Us</title>
@endsection
@section('content')
<section class="about-banner-section">
<nav aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="/">Home</a></li>
<li class="breadcrumb-item active" aria-current="page">About</li>
</ol>
</nav>
<div class="about-banner-content">
<h2>About us</h2>
</div>
</section>
<section class="who-we-section">
<div class="row">
<div class="col-md-6">
<div class="who-we-desc">
<h5>About us <hr></h5>
<h3>Who are we?</h3>
<p>APLUS AGENCY is a team of registered migration agents with over 60 years of collective experience managing migration applications for both employers and individuals.
Our background is specialised industry migration services in Hospitality. In the ten years, we have been processing these applications we have worked with many other industries and visa categories. It was a natural step to broaden Edupi’s industry base to assist the many clients with their wide and varied visa needs.
<br><br>
With the migration landscape changing in Australia due to Covid-19, it’s hard for both individuals and employers to know where they stand – having up to date advice and vigorous representation is essential for a successful visa application.
Our expertise and streamlined migration process mean that employers and individuals will be informed and up-to-date on the status of their application. We’ll ensure, your application, from the initial consultation, has the best chance of approval, and throughout the process, support you every step of the way.
</p>
</div>
</div>
<div class="col-md-6">
<div class="who-we-img">
<img src="{{url('frontend/images/')}}" alt="">
</div>
</div>
</div>
</section>
<section class="objectives-section">
<div class="obj-header">
<h5>Objectives <hr></h5>
<h3>Our Objectives</h3>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p>
</div>
<div class="row mt-5 g-4">
<div class="col-md-4">
<div class="obj-card">
<div class="obj-icon">
<img src="{{url('frontend/icons/christmas-stars.svg')}}" alt="">
</div>
<p>Work closely with members having many years of experience will help you have a chance to develop yourself.</p>
</div>
</div>
<div class="col-md-4">
<div class="obj-card">
<div class="obj-icon">
<img src="{{url('frontend/icons/christmas-stars.svg')}}" alt="">
</div>
<p>Work closely with members having many years of experience will help you have a chance to develop yourself.</p>
</div>
</div>
<div class="col-md-4">
<div class="obj-card">
<div class="obj-icon">
<img src="{{url('frontend/icons/christmas-stars.svg')}}" alt="">
</div>
<p>Work closely with members having many years of experience will help you have a chance to develop yourself.</p>
</div>
</div>
<div class="col-md-4">
<div class="obj-card">
<div class="obj-icon">
<img src="{{url('frontend/icons/christmas-stars.svg')}}" alt="">
</div>
<p>Work closely with members having many years of experience will help you have a chance to develop yourself.</p>
</div>
</div>
<div class="col-md-4">
<div class="obj-card">
<div class="obj-icon">
<img src="{{url('frontend/icons/christmas-stars.svg')}}" alt="">
</div>
<p>Work closely with members having many years of experience will help you have a chance to develop yourself.</p>
</div>
</div>
<div class="col-md-4">
<div class="obj-card">
<div class="obj-icon">
<img src="{{url('frontend/icons/christmas-stars.svg')}}" alt="">
</div>
<p>Work closely with members having many years of experience will help you have a chance to develop yourself.</p>
</div>
</div>
</div>
</section>
@endsection