@extends('layout.app') @section('title') Aplus Agency @endsection @section('content') @php $msg = Session::get('msg') ?? null; @endphp
{{$visa_success->value ?? ''}}
{{$visa_approved->value ?? ''}} (This year)
{{$partner_institution->value ?? ''}}
{{$employers->value ?? ''}}

A-Plus Australia Agency

We will help you secure a long-lasting future in Australia

The success in your life comes from you thriving in the things that you are most passionate about.

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.

Why Choose A-Plus Australia Agency?
  • 100% Success
  • Proven pathways to a successful future in Australia.
  • You are our priority
View More

Our Services

Delivering excellent and cost-effective solutions to ensure customer satisfaction.

@foreach($services as $service) @if($service->name === "Recruitment") @elseif($service->name === "Insurance") @else @endif

{{$service->name}}

{!!strip_tags($service->short_description)!!}

@endforeach

Our Recruitment Partners

We have 50+ recruitment partners

@foreach($partners as $partner)
@endforeach

News & Updates

@if(count($testimonials) > 0)

What our Clients say about us?

{{$testimonials->first()->heading ?? ''}}

@foreach($testimonials as $testimonial)

{{$testimonial->review}}

{{$testimonial->author_name}}

{{$testimonial->author_designation}}

@endforeach
@endif

Let’s Start a Conversation

We’d love to hear from you. Our friendly support team is always here to assist you.

@if(!is_null($phone))
{{$phone->value}}
@endif @if(!is_null($email))
{{$email->value}}
@endif @if(!is_null($address))
{{$address->value}}
@endif

Quick Enquiry

@include('errors.error') @include('success.success')

Want to get in touch? Please fill in the form below and one of our agents will be in touch with you shortly.

@csrf
@php $code = Str::random(5); @endphp
@if ($errors->has('captcha')) {{ $errors->first('captcha') }} @endif
@endsection @section('script') @endsection