Compare commits

..

1 Commits

Author SHA1 Message Date
tribikram a41893a568 [edit] css fixed 2 years ago
  1. 4
      app/Http/Controllers/HomeController.php
  2. 2
      app/Http/Controllers/RecruitmentController.php
  3. 49
      public/frontend/css/style.css
  4. BIN
      public/frontend/images/footer-logo.png
  5. BIN
      public/frontend/images/immigration-lawyers.png
  6. 2
      resources/views/am_chef.blade.php
  7. 12
      resources/views/labor_agreement.blade.php
  8. 19
      resources/views/layout/app.blade.php
  9. 2
      resources/views/need_chef.blade.php
  10. 2
      resources/views/news.blade.php
  11. 81
      resources/views/news_detail.blade.php
  12. 16
      resources/views/pathway_programme.blade.php
  13. 19
      resources/views/recruitment.blade.php
  14. 4
      resources/views/service_view.blade.php
  15. 10
      resources/views/welcome.blade.php

@ -84,10 +84,10 @@ class HomeController extends Controller
]); ]);
$contact = new Contact(); $contact = new Contact();
$subject = htmlentities('Quick Enquiry'); $subject = 'Quick Enquiry';
$check = ''; $check = '';
if(isset($request['check'])){ if(isset($request['check'])){
$subject = htmlentities('Contact Enquiry'); $subject = 'Contact Enquiry';
$check = '1'; $check = '1';
} }
$name = ($request['firstname'] != null) ? ($request['firstname'].' '.$request['lastname']) : $request['fullname'] ; $name = ($request['firstname'] != null) ? ($request['firstname'].' '.$request['lastname']) : $request['fullname'] ;

@ -14,7 +14,7 @@ class RecruitmentController extends Controller
public function save_vacancy(VacancyRequest $request){ public function save_vacancy(VacancyRequest $request){
$recruitment = new Recruitment(); $recruitment = new Recruitment();
$subject = htmlentities('Recruitment Enquiry'); $subject = 'Recruitment Enquiry';
$recruitment->full_name = $request['full_name']; $recruitment->full_name = $request['full_name'];
$recruitment->company = $request['company']; $recruitment->company = $request['company'];

@ -382,8 +382,7 @@ Responsive Codes
.service-primary .row, .service-primary .row,
.service-secondary .row, .service-secondary .row,
.service-view-last .row, .service-view-last .row,
.insurance-desc .row, .insurance-desc .row{
.service-detail-secondary .row{
display: flex; display: flex;
align-items: center; align-items: center;
} }
@ -1488,22 +1487,12 @@ Responsive Codes
padding: 3rem 6rem; padding: 3rem 6rem;
background: linear-gradient(to right, rgba(245, 245, 245, 0) 0%,rgba(255, 255, 255, 0) 20%,rgb(255, 248, 239) 20%,rgb(254, 255, 236) 100%); background: linear-gradient(to right, rgba(245, 245, 245, 0) 0%,rgba(255, 255, 255, 0) 20%,rgb(255, 248, 239) 20%,rgb(254, 255, 236) 100%);
} }
.service-secondary .service-secondary-img{ .service-primary-img,
position: absolute; .service-secondary-img{
bottom: 0;
left: 0;
width: 50%;
}
.service-primary-img{
margin-right: 25px; margin-right: 25px;
} }
.service-detail-secondary{
padding: 3rem 6rem 0 6rem;
background: #E54A5F;
}
.service-secondary{ .service-secondary{
position: relative; padding: 3rem 6rem 0 6rem;
padding: 3rem 6rem;
background: #E54A5F; background: #E54A5F;
} }
.service-secondary-desc h3{ .service-secondary-desc h3{
@ -1515,7 +1504,7 @@ Responsive Codes
.service-secondary-desc p{ .service-secondary-desc p{
font-weight: 500; font-weight: 500;
font-size: 16px; font-size: 16px;
line-height: 1.6rem; line-height: 1.8rem;
color: #FFFFFF; color: #FFFFFF;
margin-bottom: 25px; margin-bottom: 25px;
} }
@ -1584,24 +1573,19 @@ Responsive Codes
justify-content: space-between; justify-content: space-between;
background: #F3F3F3; background: #F3F3F3;
border-radius: 15px; border-radius: 15px;
min-height: 50pc; min-height: 46pc;
} }
.need-chef-card:hover{ .need-chef-card:hover{
background: #104682; background: #104682;
} }
.need-chef-card:hover p, .need-chef-card:hover p,
.need-chef-card:hover h4, .need-chef-card:hover h4,
.need-chef-card:hover h6, .need-chef-card:hover h6{
.need-chef-card:hover span{
color: #FFFFFF; color: #FFFFFF;
} }
.need-chef-top{ .need-chef-top{
padding: 30px; padding: 30px;
} }
.need-chef-top span{
color: #0E4F97;
text-decoration: underline;
}
/* insurance page css */ /* insurance page css */
.insurance-banner{ .insurance-banner{
padding: 6rem; padding: 6rem;
@ -1688,7 +1672,7 @@ Responsive Codes
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
padding: 30px 20px; padding: 30px 20px;
min-height: 25pc; min-height: 22pc;
} }
.pathway-steps-icon{ .pathway-steps-icon{
background: #FFFFFF; background: #FFFFFF;
@ -1706,9 +1690,6 @@ Responsive Codes
color: #FFFFFF; color: #FFFFFF;
text-align: center; text-align: center;
} }
.immigration-logo{
width: 65%;
}
@media only screen and (min-width: 320px) and (max-width: 480px) { @media only screen and (min-width: 320px) and (max-width: 480px) {
h2{ h2{
@ -1733,8 +1714,7 @@ Responsive Codes
.recruitment-banner .breadcrumb, .recruitment-banner .breadcrumb,
.news-banner-section .breadcrumb, .news-banner-section .breadcrumb,
.services-banner-section .breadcrumb, .services-banner-section .breadcrumb,
.pathway-banner-section .breadcrumb, .pathway-banner-section .breadcrumb{
.labor-agreement-banner .breadcrumb{
display: none; display: none;
} }
.banner-section .banner-description { .banner-section .banner-description {
@ -1797,8 +1777,7 @@ Responsive Codes
.insurance-desc, .insurance-desc,
.labor-section-primary, .labor-section-primary,
.labor-section-secondary, .labor-section-secondary,
.pathway-steps-section, .pathway-steps-section{
.service-detail-secondary{
padding: 2rem; padding: 2rem;
} }
.visa-services, .visa-services,
@ -1881,17 +1860,11 @@ Responsive Codes
background:rgb(231, 231, 231); background:rgb(231, 231, 231);
} }
.service-primary-img, .service-primary-img,
.service-secondary-img,
.service-last-img, .service-last-img,
.insurance-desc-img{ .insurance-desc-img{
margin: 0 0 20px 0; margin: 0 0 20px 0;
} }
.service-secondary .service-secondary-img{
position: relative;
margin: 0 0 20px 0;
bottom: 0;
left: 0;
width: 100%;
}
} }
@media only screen and (min-width: 768px) and (max-width: 1024px){ @media only screen and (min-width: 768px) and (max-width: 1024px){
html { html {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

@ -17,7 +17,7 @@
</ol> </ol>
</nav> </nav>
<div class="chef-banner-content"> <div class="chef-banner-content">
<h2>Hospitality Candidates</h2> <h2>Work as a Chef</h2>
</div> </div>
</section> </section>
<section class="hiring-chef"> <section class="hiring-chef">

@ -18,10 +18,6 @@
</div> </div>
</section> </section>
<section class="labor-section-primary"> <section class="labor-section-primary">
<div class="text-center mb-5">
<h2>Labour Agreement</h2>
<p>Finding the right hospitality staff in the domestic market has been proven to be difficult for many hospitality operators. Labour Agreement can serve as a strategic tool for operators within the industry to hire, educate and retain staff ensuring you have the required resources to focus on growing your business. We are specialists in assisting Premium Dining Restaurants along with Hotel and Accommodation owners in obtaining labour agreements.</p>
</div>
<h5>Restaurant <hr></h5> <h5>Restaurant <hr></h5>
<h2>Labour Agreement – Restaurant (Premium Dining)</h2> <h2>Labour Agreement – Restaurant (Premium Dining)</h2>
<p>Through Labour Agreements, restaurants can hire overseas workers who are either not eligible for standard immigration programmes or have access to permanent visa options with different terms and conditions than would otherwise be available.</p> <p>Through Labour Agreements, restaurants can hire overseas workers who are either not eligible for standard immigration programmes or have access to permanent visa options with different terms and conditions than would otherwise be available.</p>
@ -47,15 +43,15 @@
</ul> </ul>
</div> </div>
</div> </div>
<p>Each occupation listed in the Premium Dining Labour agreement has a pathway to permanent residence after three years of sponsorship, either through a Subclass, 186 Employer Nominated (ENS)visa or a Subclass 191 Skilled Regional Visa. <p>Each occupation listed in the Premium Dining Labour agreement has a pathway to permanent residence after three years of sponsorship, either through a Subclass 186 Employer Nominated (ENS)visa or a Subclass 191 Skilled Regional Visa.
<br><br> <br><br>
Currently, the age limit for the Subclass 186 Visa is under 45 years. Currently, the age limit for the Subclass 186 Vis is under 55 years.
</p> </p>
<h4>The following must require under TSS and SESR visa for Nominee,</h4> <h4>The following must require under TSS and SESR visa for Nominee,</h4>
<ul class="mt-3"> <ul class="mt-3">
<li>An overall IELTS 5.0 (or equivalent),</li> <li>An overall IELTS 5.0 (or equivalent),</li>
<li>No less than IELTS 4.5 for listening and speaking and</li> <li>no less than IELTS 4.5 for listening and speaking and</li>
<li>No less than IELTS 4.0 for reading and writing.</li> <li>no less than IELTS 4.0 for reading and writing.</li>
</ul> </ul>
</section> </section>
<section class="labor-section-secondary"> <section class="labor-section-secondary">

@ -66,8 +66,8 @@
</a> </a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown"> <ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li> <li>
<a class="dropdown-item" href="{{url('/need_chef')}}">Hospitality Operator</a> <a class="dropdown-item" href="{{url('/need_chef')}}">Hire a Chef</a>
<a class="dropdown-item" href="{{url('/am_chef')}}">Hospitality Candidate</a> <a class="dropdown-item" href="{{url('/am_chef')}}">Work as a Chef</a>
<a class="dropdown-item" href="{{url('/labor_agreement')}}">Labour Agreements</a> <a class="dropdown-item" href="{{url('/labor_agreement')}}">Labour Agreements</a>
</li> </li>
</ul> </ul>
@ -113,11 +113,8 @@
<div class="row"> <div class="row">
<div class="col-md-3"> <div class="col-md-3">
<div class="footer-desc"> <div class="footer-desc">
<img src="{{url('frontend/images/footer-logo.png')}}" class="img-fluid" alt=""> <img src="{{url('frontend/images/logo.png')}}" class="img-fluid" alt="">
<p>A PLUS Australia Agency, we strive to turn your dream into reality. We help you to secure your future in Australia.</p> <p>A PLUS Australia agency, we strive to turn your dream into reality. We help you to achieve Permanent Residency in Australia.</p>
<div class="immigration-logo">
<img src="{{url('frontend/images/immigration-lawyers.png')}}" class="img-fluid mt-4" alt="">
</div>
</div> </div>
</div> </div>
<div class="col-md-3"> <div class="col-md-3">
@ -135,8 +132,8 @@
<div class="recruitment"> <div class="recruitment">
<h2>Recruitment</h2> <h2>Recruitment</h2>
<ul> <ul>
<li><a href="/need_chef">Hospitality Operator</a></li> <li><a href="/need_chef">Hire a Chef</a></li>
<li><a href="/am_chef">Hospitality Candidate</a></li> <li><a href="/am_chef">Work as a Chef</a></li>
<li><a href="/labor_agreement">Labour Agreements</a></li> <li><a href="/labor_agreement">Labour Agreements</a></li>
</ul> </ul>
</div> </div>
@ -155,8 +152,8 @@
</div> </div>
</div> </div>
<div class="footer-bottom"> <div class="footer-bottom">
<div class="copyright"> <div class="abn">
<p>MIGRATION AGENT’S NUMBER MARN: 1463534</p> <p>ABN : 97654871011 </p>
</div> </div>
<div class="copyright"> <div class="copyright">
<p>APLUS © 2022. All Rights Reserved.</p> <p>APLUS © 2022. All Rights Reserved.</p>

@ -17,7 +17,7 @@
</ol> </ol>
</nav> </nav>
<div class="chef-banner-content"> <div class="chef-banner-content">
<h2>Hospitality Operator’s</h2> <h2>Hire a Chef</h2>
</div> </div>
</section> </section>
<section class="hiring-chef"> <section class="hiring-chef">

@ -50,7 +50,7 @@
</div> </div>
<div class="news-card-desc"> <div class="news-card-desc">
<h4>{{$news->title}}</h4> <h4>{{$news->title}}</h4>
<p>e</p> <p>{!!(\Illuminate\Support\Str::limit(strip_tags($news->description), 150, $end='...'))!!}</p>
</div> </div>
</a> </a>
</div> </div>

@ -32,25 +32,86 @@
</section> </section>
<section class="related-article"> <section class="related-article">
<h3>Related Articles</h3> <h3>Related Articles</h3>
<!-- <h2 class="mt-4">Coming soon......</h2> --> <h2 class="mt-4">Coming soon......</h2>
{{-- <div class="row g-4">
<div class="row g-4">
@foreach(App\Models\NewsAndUpdate::where('id','!=',$news->first()->id)->where('status','1')->get() as $related)
<div class="col-md-4"> <div class="col-md-4">
<div class="news-page-card"> <div class="news-page-card">
<a href="{{url('news/'.$related->slug)}}"> <a href="/news_detail">
<div class="news-card-img"> <div class="news-card-img">
<img src="{{url($related->image)}}" class="img-fluid" alt=""> <img src="{{url('frontend/images/test-img.png')}}" class="img-fluid" alt="">
</div> </div>
<div class="news-card-desc"> <div class="news-card-desc">
<h4>{{$related->title}}</h4> <h4>Lorem Ipsum is simply dummy text of the printing</h4>
<p>{!!(\Illuminate\Support\Str::limit(strip_tags($related->description), 150, $end='...'))!!}</p> <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's...</p>
</div> </div>
</a> </a>
</div> </div>
</div> </div>
@endforeach <div class="col-md-4">
<div class="news-page-card">
<a href="/news_detail">
<div class="news-card-img">
<img src="{{url('frontend/images/test-img.png')}}" class="img-fluid" alt="">
</div>
<div class="news-card-desc">
<h4>Lorem Ipsum is simply dummy text of the printing</h4>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's...</p>
</div>
</a>
</div>
</div>
<div class="col-md-4">
<div class="news-page-card">
<a href="/news_detail">
<div class="news-card-img">
<img src="{{url('frontend/images/test-img.png')}}" class="img-fluid" alt="">
</div>
<div class="news-card-desc">
<h4>Lorem Ipsum is simply dummy text of the printing</h4>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's...</p>
</div>
</a>
</div>
</div>
<div class="col-md-4">
<div class="news-page-card">
<a href="/news_detail">
<div class="news-card-img">
<img src="{{url('frontend/images/test-img.png')}}" class="img-fluid" alt="">
</div>
<div class="news-card-desc">
<h4>Lorem Ipsum is simply dummy text of the printing</h4>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's...</p>
</div>
</a>
</div>
</div>
<div class="col-md-4">
<div class="news-page-card">
<a href="/news_detail">
<div class="news-card-img">
<img src="{{url('frontend/images/test-img.png')}}" class="img-fluid" alt="">
</div>
<div class="news-card-desc">
<h4>Lorem Ipsum is simply dummy text of the printing</h4>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's...</p>
</div>
</a>
</div>
</div>
<div class="col-md-4">
<div class="news-page-card">
<a href="/news_detail">
<div class="news-card-img">
<img src="{{url('frontend/images/test-img.png')}}" class="img-fluid" alt="">
</div>
<div class="news-card-desc">
<h4>Lorem Ipsum is simply dummy text of the printing</h4>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's...</p>
</div>
</a>
</div>
</div> </div>
</div> --}}
</section> </section>
@endsection @endsection

@ -2,7 +2,7 @@
@section('title') @section('title')
<title>Pathway Programme</title> <title>Pathway Programme</title>
<meta name="description" content="Delivering excellent and cost-effective solutions to esnure customer satisfaction."/> <meta name="description" content="Delivering excellent and cost-effective solutions to esnure customer satisfaction."/>
<meta name="og:title" content="Education"/> <meta name="og:title" content="Pathway Programme"/>
<meta name="og:image" content="{{url('frontend/images/education-banner.png')}}"/> <meta name="og:image" content="{{url('frontend/images/education-banner.png')}}"/>
@endsection @endsection
@section('content') @section('content')
@ -28,9 +28,7 @@
<div class="service-secondary-desc"> <div class="service-secondary-desc">
<h5><hr>Education</h5> <h5><hr>Education</h5>
<h3>Pathway from Education</h3> <h3>Pathway from Education</h3>
<p>A PLUS AGENCY partners with educational providers throughout Australia to assist aspiring students in obtaining the relevant qualifications before embarking on further professional development.</p> <p>Some students come to Australia and like living here so much that they decide to live and apply for Permanent Residence Visa after completing their studies. Several pathways to a better future in Australia for international students are available, which will be determined by factors such as qualification, English language ability, employment history and other requirements.</p>
<p>It is common for international students to come to Australia and decide to look for permanent migration options to call Australia home! There are several pathways available to secure a future in Australia, however, the first step is ensuring relevant qualifications are obtained.</p>
<p>At A PLUS AGENCY, we aid from day one and provide a proven framework with an emphasis on employability.</p>
<a href="/contact">Book An Appointment</a> <a href="/contact">Book An Appointment</a>
</div> </div>
</div> </div>
@ -38,12 +36,12 @@
</section> </section>
<section class="pathway-steps-section"> <section class="pathway-steps-section">
<div class="pathway-step-header"> <div class="pathway-step-header">
<h2><span>Pathway</span> to a Successful Future In Australia through 4 Simple Steps</h2> <h2><span>Pathway</span> to Australian PR through 4 simple steps</h2>
<p>The current certification needed is a Cert IV in Commercial Cookery to receive a positive skills assessment. You can even accomplish this without an employer's sponsorship or having to reside in a rural area.</p> <p>The current certification needed is a Cert IV in Commercial Cookery to receive a positive skills assessment. You can even accomplish this without an employer's sponsorship or having to reside in a rural area.</p>
<h5>Here are a few easy steps that could help you follow this road.</h5> <h5>Here are a few easy steps that could help you follow this road.</h5>
</div> </div>
<div class="row g-4"> <div class="row g-4">
<div class="col-lg-3 col-md-6"> <div class="col-md-3">
<div class="pathway-step-card"> <div class="pathway-step-card">
<div class="pathway-steps-icon"> <div class="pathway-steps-icon">
<img src="{{url('frontend/icons/write-blue.svg')}}" alt=""> <img src="{{url('frontend/icons/write-blue.svg')}}" alt="">
@ -54,7 +52,7 @@
</div> </div>
</div> </div>
</div> </div>
<div class="col-lg-3 col-md-6"> <div class="col-md-3">
<div class="pathway-step-card"> <div class="pathway-step-card">
<div class="pathway-steps-icon"> <div class="pathway-steps-icon">
<img src="{{url('frontend/icons/online-learning.svg')}}" alt=""> <img src="{{url('frontend/icons/online-learning.svg')}}" alt="">
@ -65,7 +63,7 @@
</div> </div>
</div> </div>
</div> </div>
<div class="col-lg-3 col-md-6"> <div class="col-md-3">
<div class="pathway-step-card"> <div class="pathway-step-card">
<div class="pathway-steps-icon"> <div class="pathway-steps-icon">
<img src="{{url('frontend/icons/efficiency.svg')}}" alt=""> <img src="{{url('frontend/icons/efficiency.svg')}}" alt="">
@ -76,7 +74,7 @@
</div> </div>
</div> </div>
</div> </div>
<div class="col-lg-3 col-md-6"> <div class="col-md-3">
<div class="pathway-step-card"> <div class="pathway-step-card">
<div class="pathway-steps-icon"> <div class="pathway-steps-icon">
<img src="{{url('frontend/icons/recruitment-icon.svg')}}" alt=""> <img src="{{url('frontend/icons/recruitment-icon.svg')}}" alt="">

@ -27,13 +27,13 @@
<a href="/need_chef"> <a href="/need_chef">
<div class="need-chef-card"> <div class="need-chef-card">
<div class="need-chef-top"> <div class="need-chef-top">
<h4>I am a Hospitality Operator</h4> <h4>Hire a Chef</h4>
<h6>Our goal is to connect highly skilled people with hospitality operators.</h6> <h6>Connecting People and Businesses</h6>
<p>A Plus Agency is an education and recruitment firm specialising in the hospitality industry, we concentrate on business-to-business relations and international candidate placements. <p>A Plus Agency is an education and recruitment firm specializing in the hospitality industry, focusing on business-to-business relationships and international chef placements.
<br><br> <br><br>
Need help finding the best candidates for your business? Whatever you need, we work relentlessly to provide the best talent for your business. Need help finding the best chef for your business? Whatever you need, we will help to find the right talent!
<br><br> <br><br>
Please get in touch via our <span>enquiry form</span> . We would love to find out how we can help you! Please get in touch via our enquiry form. We would love to find out how we can help you!
</p> </p>
</div> </div>
<div class="need-chef-card-img text-center"> <div class="need-chef-card-img text-center">
@ -46,12 +46,13 @@
<a href="/am_chef"> <a href="/am_chef">
<div class="need-chef-card"> <div class="need-chef-card">
<div class="need-chef-top"> <div class="need-chef-top">
<h4>I am A Hospitality Candidate</h4> <h4>Work as a Chef</h4>
<p>At A-PLUS we are obsessed with enabling individuals to further progress within their careers. <h6>We help you Grow, Choose a Job you Love</h6>
<p>A Plus Agency gives hospitality workers like you the ultimate freedom & choice, supports you throughout your employment and provides protection.
<br><br> <br><br>
A Plus Agency gives hospitality workers like yourself the ultimate freedom & choice, we don’t just end our relationship upon placement. We constantly support you throughout your employment and help ensure progressive professional development. If you want to work in Australia as a Chef or a Cook, you must provide evidence that you have the skills and qualifications to fulfil the specific job requirements.
<br><br> <br><br>
If you are looking to secure a future within Australia's hospitality sector, we’d love to hear from you. Please send an <span>enquiry</span> with evidence of your skills and qualifications so we can connect you with any opportunities that may arise. Are you a chef looking for work? We would love to hear from you!
</p> </p>
</div> </div>
<div class="need-chef-card-img text-center"> <div class="need-chef-card-img text-center">

@ -42,10 +42,10 @@
</section> </section>
@if($service_sections->count() > 1) @if($service_sections->count() > 1)
@php $second_service = $service_sections[1];@endphp @php $second_service = $service_sections[1];@endphp
<section class="service-detail-secondary"> <section class="service-secondary">
<div class="row"> <div class="row">
<div class="col-md-6"> <div class="col-md-6">
<div class="service-detail-secondary-img"> <div class="service-secondary-img">
<img src="{{url($second_service->image ?? '')}}" class="w-100" alt=""> <img src="{{url($second_service->image ?? '')}}" class="w-100" alt="">
</div> </div>
</div> </div>

@ -16,7 +16,7 @@
</video> </video>
<span class="banner-shadow"></span> <span class="banner-shadow"></span>
<div class="banner-description"> <div class="banner-description">
<h2>4 Easy Steps To <br> Secure Your Future <br> In Australia <h2>4 Easy Steps To <br> Secure a Better Future <br> In Australia
<span data-text="Study Programme"></span> <span data-text="Study Programme"></span>
<span data-text2="Training Programme"></span> <span data-text2="Training Programme"></span>
<span data-text3="Skill Assessment"></span> <span data-text3="Skill Assessment"></span>
@ -69,16 +69,16 @@
<div class="col-md-6"> <div class="col-md-6">
<div class="about-us-sec"> <div class="about-us-sec">
<h2>A-Plus Australia Agency</h2> <h2>A-Plus Australia Agency</h2>
<h4>We will help you secure a long-lasting future in Australia</h4> <h4>We will help you achieve Permanent Residency in Australia</h4>
<p>The success in your life comes from you thriving in the things that you are most passionate about. <p>The success in your life comes from you thriving in the things that you are most passionate about.
<br><br> <br><br>
At A-PLUS Australia Agency, we strive to turn your dream into reality. Our team of well-established advisers are here to help you gain your qualifications and kick start your life by assisting you from the day of application till you gain your Permanent Residency in Australia. At A-PLUS Australia agency, we strive to turn your dream into reality. Our team of well-established advisers are here to help you gain your qualifications and kick start your life by assisting you from the day of application till you gain your Permanent Residency in Australia.
</p> </p>
<h5>Why Choose A-Plus Australia Agency?</h5> <h5>Why Choose A-Plus Australia Agency?</h5>
<ul> <ul>
<li>100% Success</li> <li>100% Success</li>
<li>Proven pathways to a successful future in Australia.</li> <li>Pathway to Parmanent</li>
<li>You are our priority</li> <li>You are our first Priority</li>
</ul> </ul>
<a href="{{url('/about')}}">View More</a> <a href="{{url('/about')}}">View More</a>
</div> </div>

Loading…
Cancel
Save