@ -36,27 +36,21 @@
one of our migration agents will be in touch.
one of our migration agents will be in touch.
< / p >
< / p >
< div class = "contact-desc" >
< div class = "contact-desc" >
@if($phone !== null)
@if(!is_null($phone))
< a href = "tel: {{$phone->value}}" class = "contact-phone" >
< a href = "tel: {{$phone->value}}" class = "contact-phone" >
< div class = "contact-icons" >
< img src = "{{url('frontend/icons/contact-call-icon.svg')}}" alt = "" >
< img src = "{{url('frontend/icons/contact-call-icon.svg')}}" class = "img-fluid" alt = "" >
< / div >
< h5 > {{$phone->value}}< / h5 >
< h5 > {{$phone->value}}< / h5 >
< / a >
< / a >
@endif
@endif
@if($email !== null)
@if(!is_null($email))
< a href = "mailto: {{$email->value}}" class = "contact-phone" >
< a href = "mailto: {{$email->value}}" class = "contact-phone" >
< div class = "contact-icons" >
< img src = "{{url('frontend/icons/contact-mail-icon.svg')}}" alt = "" >
< img src = "{{url('frontend/icons/contact-mail-icon.svg')}}" class = "img-fluid" alt = "" >
< / div >
< h5 > {{$email->value}}< / h5 >
< h5 > {{$email->value}}< / h5 >
< / a >
< / a >
@endif
@endif
@if($address !== null )
@if(!is_null($address) )
< a href = "https://goo.gl/maps/P4Y2PYGMpGa83L2R8" target = "_blank" class = "contact-phone" >
< a href = "https://goo.gl/maps/P4Y2PYGMpGa83L2R8" target = "_blank" class = "contact-phone" >
< div class = "contact-icons" >
< img src = "{{url('frontend/icons/contact-location-icon.svg')}}" alt = "" >
< img src = "{{url('frontend/icons/contact-location-icon.svg')}}" class = "img-fluid" alt = "" >
< / div >
< h5 > {{$address->value}}< / h5 >
< h5 > {{$address->value}}< / h5 >
< / a >
< / a >
@endif
@endif
@ -74,7 +68,7 @@
< div class = "col-md-6" >
< div class = "col-md-6" >
< div class = "mb-3" >
< div class = "mb-3" >
< label for = "" > Full name< / label >
< label for = "" > Full name< / label >
< input type = "text" class = "form-control" placeholder = "Enter your name" name = "fullname" id = "" value = "{{old('fullname')}}" >
< input type = "text" class = "form-control" placeholder = "Enter your full name" name = "fullname" id = "" value = "{{old('fullname')}}" >
< / div >
< / div >
< / div >
< / div >
< div class = "col-md-6" >
< div class = "col-md-6" >
@ -142,7 +136,7 @@
< / div >
< / div >
< / section >
< / section >
< section class = "map-section" >
< section class = "map-section" >
< iframe src = "https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3312.514012872817!2d151.2047258!3d-33.8764135!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x6b12ae3c9ed85d5f%3A0x778da1aae43c7216!2sSuite%20503%2C%20Level%205%2F368%20Sussex%20St%2C%20Sydney%20NSW%202000%2C%20Australia!5e0!3m2!1sen!2snp!4v1670397808126 !5m2!1sen!2snp" width = "100%" height = "450" style = "border:0;" allowfullscreen = "" loading = "lazy" referrerpolicy = "no-referrer-when-downgrade" > < / iframe >
< iframe src = "https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3312.5156265342534!2d151.20545281583023!3d-33.876371926884524!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x6b12ae3d03e36c87%3A0xecb5377dac8c07a8!2s406%2F383%20Pitt%20St%2C%20Sydney%20NSW%202000%2C%20Australia!5e0!3m2!1sen!2snp!4v1671163675803 !5m2!1sen!2snp" width = "100%" height = "450" style = "border:0;" allowfullscreen = "" loading = "lazy" referrerpolicy = "no-referrer-when-downgrade" > < / iframe >
< / section >
< / section >
@section('script')
@section('script')