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

A-Plus Australia Agency

We will help you achieve Permanent Residency 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
  • Pathway to Parmanent
  • You are our first 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 200 + recruitment partners

@foreach($partners as $partner)
@endforeach

New & Updates

What our Clients say about us?

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

@foreach($testimonials as $testimonial)

{{$testimonial->review}}

{{$testimonial->author_name}}

{{$testimonial->author_designation}}

@endforeach

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

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