@extends('layout.app') @section('title') Contact Us @endsection @section('content') @php $msg = Session::get('msg') ?? null; @endphp

Contact us

Contact us

Get in touch with us

If you have an enquiry regarding immigration to Australia, please fill out the enquiry form below and one of our migration agents will be in touch.

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

Please fill-up the form

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