et#4
Mahesh Sharma 2 years ago
parent 90dd06752d
commit 380c35f831
  1. 4
      resources/views/contact.blade.php
  2. 4
      routes/web.php

@ -38,7 +38,7 @@
</div> </div>
<div class="contact-offices"> <div class="contact-offices">
<h2>Sydney Office</h2> <h2>Sydney Office</h2>
<a href="https://goo.gl/maps/oidE9uWCaccC98gP8" target="_blank" class="offices-des"> <a href="https://goo.gl/maps/jHDbUhrqpQnXkjpG6" target="_blank" class="offices-des">
<img src="{{url('frontend/icons/contact-location.png')}}" class="img-fluid" alt=""> <img src="{{url('frontend/icons/contact-location.png')}}" class="img-fluid" alt="">
<h5>Suite 132 & 133, Level 3, 10 Park Road, Hurstville NSW 2220</h5> <h5>Suite 132 & 133, Level 3, 10 Park Road, Hurstville NSW 2220</h5>
</a> </a>
@ -121,4 +121,4 @@
icon: 'success' icon: 'success'
}) })
} }
</script> </script>

@ -289,4 +289,6 @@ Route::get('/study-abroad-detail', function () {
Route::get('/visa', function () { Route::get('/visa', function () {
return view('visa'); return view('visa');
}); });
Route::get('/contact', function () {
return view('contact');
});

Loading…
Cancel
Save