Compare commits

...

6 Commits

  1. 209
      public/frontend/css/style.css
  2. 5
      public/frontend/icons/email-enquiry.svg
  3. 4
      public/frontend/icons/facebook-icon.svg
  4. 4
      public/frontend/icons/linkdin-link.svg
  5. 4
      public/frontend/icons/twiter-link.svg
  6. BIN
      public/frontend/images/test-desc.png
  7. 17
      resources/views/contact.blade.php
  8. 5
      resources/views/layout/app.blade.php
  9. 5
      resources/views/need_chef.blade.php
  10. 74
      resources/views/news.blade.php
  11. 115
      resources/views/news_detail.blade.php
  12. 6
      resources/views/service_detail.blade.php
  13. 16
      resources/views/services.blade.php
  14. 2
      resources/views/welcome.blade.php
  15. 4
      routes/web.php

@ -374,6 +374,9 @@ Responsive Codes
color: #FFFFFF;
margin-top: 15px;
}
.about-us-sec a:hover{
background: #F54C5F;
}
/* about us section css */
/* our services section css */
.our-serivces-section{
@ -628,6 +631,7 @@ Responsive Codes
text-align: center;
letter-spacing: 0.001em;
color: #F54C5F;
line-height: 48px;
display: inline-block;
}
.enquiry-header h2::after{
@ -848,6 +852,10 @@ Responsive Codes
background-size: cover!important;
position: relative;
}
.contact-captcha{
display: flex;
gap: 2rem;
}
.get-in-touch-section{
padding: 3rem 6rem;
background: #F5F5F5;
@ -979,7 +987,7 @@ Responsive Codes
.news-banner-desc h2{
font-weight: 700;
font-size: 60px;
line-height: 3rem;
line-height: 4rem;
color: #FFFFFF;
text-align: center;
text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
@ -1056,7 +1064,15 @@ Responsive Codes
background: #FFFFFF;
padding: 0.5rem;
display: flex;
align-items: center;
gap: 20px;
border-radius: .25rem;
}
.captch-field input, .captch-field input:focus-visible{
border: none;
box-shadow: none;
outline: none;
width: 100%;
}
.captch-field p{
font-weight: 400;
@ -1228,6 +1244,197 @@ Responsive Codes
text-align: center;
color: #FFFFFF;
}
.news-page-card{
margin-top: 40px;
}
.news-page-card a,
.our-service-card a{
text-decoration: none;
}
.news-card-desc{
padding: 20px;
margin-top: 20px;
}
.news-card-desc h4{
font-weight: 600;
font-size: 18px;
line-height: 26px;
color: #082548;
margin-bottom: 10px;
}
.news-card-desc p{
font-weight: 400;
font-size: 16px;
line-height: 21px;
color: #071C39;
}
/* news details page css */
.bloghead-section,
.related-article{
padding: 3rem 6rem;
}
.blog-social{
display: flex;
justify-content: space-between;
align-items: center;
}
.blog-share{
display: flex;
align-items: center;
gap: 20px;
}
.blog-header h2{
font-weight: 700;
font-size: 38px;
line-height: 57px;
color: #082548;
margin-bottom: 0;
}
.blog-social p{
font-weight: 500;
font-size: 14px;
line-height: 21px;
color: #676676;
}
.blog-share h5{
font-weight: 600;
font-size: 16px;
line-height: 21px;
color: #474747;
margin-bottom: 0;
}
.blog-content p{
font-weight: 500;
font-size: 16px;
line-height: 28px;
color: #474747;
}
.blog-content h5{
font-weight: 600;
font-size: 22px;
margin-top: 0.5rem;
line-height: 33px;
color: #1D1D1D;
}
.related-article h3{
font-weight: 600;
font-size: 22px;
line-height: 33px;
color: #F54C5F;
display: inline-block;
}
.related-article h3::after{
content: '';
border-bottom: 2px solid #000000;
display: block;
margin-top: 5px;
width: 140%;
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
/* contact us mobile view */
.about-banner-section .breadcrumb,
.contact-us-section .breadcrumb,
.need-chef-banner .breadcrumb{
display: none;
}
.get-in-touch-section,
.our-services-header p{
padding: 0;
}
.get-in-card{
padding: 2rem;
border-radius: 0;
}
.get-in-card .col-md-7::before{
display: none;
}
.contact-form{
margin: 0;
}
.contact-captcha{
display: flex;
flex-direction: column;
gap: 1rem;
margin-bottom: 10px;
}
/* footer mobile css */
.footer,
.news-update-section,
.bloghead-section,
.related-article,
.hiring-chef,
.permanent-visa-section,
.service-detail-second,
.service-detail-third,
.our-services-section,
.who-we-section,
.objectives-section,
.achievement-section,
.about-us-section,
.our-serivces-section,
.our-recruitment-section,
.news-and-update-section,
.clients-section,
.quick-enquiry-setion{
padding: 2rem;
}
.visa-services,
.recruitment,
.quick-links{
float: left;
}
.footer-bottom,
.blog-social{
display: flex;
flex-direction: column;
}
.footer-desc p{
margin-bottom: 20px;
}
.chef-banner-content h2,
.about-banner-content h2,
.contact-banner-content h2,
.services-banner-content h2,
.service-detail-desc h2,
.news-banner-desc h2{
font-size: 48px;
line-height: 3.3rem;
}
.blog-header h2,
.enquiry-contacts h2{
text-align: center;
font-size: 32px;
line-height: 44px;
margin-bottom: 15px;
}
.chef-hire-form button{
padding: 15px;
}
.service-detail-secone h3{
font-size: 32px;
line-height: 44px;
}
.service-detail-secone{
padding-right: 0;
}
.achievement-items{
flex-direction: column;
align-items: center;
padding: 0;
}
.news-and-update-section .row{
gap: 20px;
}
.more-news{
grid-template-columns: 1fr;
}
.chef-hire-form{
padding: 20px;
}
}
/* large screen */
@media screen and (min-width: 1600px){
.our-service-card{

@ -0,0 +1,5 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect x="4" y="6" width="16" height="12" rx="2" stroke="#071C39"/>
<path d="M4 9L11.1056 12.5528C11.6686 12.8343 12.3314 12.8343 12.8944 12.5528L20 9" stroke="white" stroke-width="1.2"/>
<path d="M11.3292 12.1056L5.24853 9.06525C4.78978 8.83587 4.5 8.367 4.5 7.8541C4.5 7.10625 5.10625 6.5 5.8541 6.5H18.1459C18.8937 6.5 19.5 7.10625 19.5 7.8541C19.5 8.367 19.2102 8.83587 18.7515 9.06525L12.6708 12.1056C12.2485 12.3167 11.7515 12.3167 11.3292 12.1056Z" stroke="#071C39"/>
</svg>

Before

Width:  |  Height:  |  Size: 577 B

After

Width:  |  Height:  |  Size: 577 B

@ -0,0 +1,4 @@
<svg width="35" height="35" viewBox="0 0 35 35" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="17.5" cy="17.5" r="17.5" fill="#EEEEEE"/>
<path d="M18.6005 11.4334H20.1671V8.78344C19.4086 8.70456 18.6464 8.66562 17.8838 8.66677C15.6171 8.66677 14.0671 10.0501 14.0671 12.5834V14.7668H11.5088V17.7334H14.0671V25.3334H17.1338V17.7334H19.6838L20.0671 14.7668H17.1338V12.8751C17.1338 12.0001 17.3671 11.4334 18.6005 11.4334Z" fill="#3B5998"/>
</svg>

Before

Width:  |  Height:  |  Size: 458 B

After

Width:  |  Height:  |  Size: 458 B

@ -0,0 +1,4 @@
<svg width="35" height="35" viewBox="0 0 35 35" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="17.5" cy="17.5" r="17.5" fill="#EEEEEE"/>
<path d="M13.9381 12.4451C13.9379 12.8282 13.7829 13.1955 13.5073 13.4662C13.2317 13.7369 12.8579 13.8889 12.4683 13.8887C12.0787 13.8885 11.7051 13.7362 11.4298 13.4652C11.1544 13.1942 10.9998 12.8267 11 12.4436C11.0002 12.0606 11.1552 11.6933 11.4308 11.4225C11.7064 11.1518 12.0802 10.9998 12.4698 11C12.8594 11.0002 13.233 11.1525 13.5083 11.4236C13.7837 11.6946 13.9383 12.062 13.9381 12.4451V12.4451ZM13.9822 14.9583H11.0441V24H13.9822V14.9583ZM18.6243 14.9583H15.7009V24H18.595V19.2553C18.595 16.6121 22.0986 16.3665 22.0986 19.2553V24H25V18.2731C25 13.8172 19.8143 13.9833 18.595 16.1715L18.6243 14.9583V14.9583Z" fill="#0072B1"/>
</svg>

Before

Width:  |  Height:  |  Size: 796 B

After

Width:  |  Height:  |  Size: 796 B

@ -0,0 +1,4 @@
<svg width="35" height="35" viewBox="0 0 35 35" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="17.5" cy="17.5" r="17.5" fill="#EEEEEE"/>
<path d="M26 12.5294C25.3743 12.7971 24.6998 12.9729 24.001 13.0571C24.7161 12.6518 25.2686 12.0094 25.5287 11.2371C24.8542 11.6194 24.1066 11.8871 23.3184 12.04C22.6764 11.3824 21.7744 11 20.7505 11C18.8408 11 17.2806 12.4682 17.2806 14.2806C17.2806 14.5406 17.3131 14.7929 17.37 15.03C14.4771 14.8924 11.9011 13.5847 10.1864 11.6041C9.88576 12.0859 9.71511 12.6518 9.71511 13.2482C9.71511 14.3876 10.3246 15.3971 11.2672 15.9706C10.6902 15.9706 10.1539 15.8176 9.6826 15.5882V15.6112C9.6826 17.2018 10.8853 18.5324 12.478 18.8306C11.9667 18.9623 11.4298 18.9806 10.9097 18.8841C11.1304 19.536 11.5626 20.1064 12.1457 20.5152C12.7287 20.9239 13.4332 21.1505 14.1601 21.1629C12.9279 22.0809 11.4005 22.5771 9.82887 22.57C9.55258 22.57 9.27629 22.5547 9 22.5241C10.544 23.4571 12.3805 24 14.347 24C20.7505 24 24.2691 18.9988 24.2691 14.6629C24.2691 14.5176 24.2691 14.38 24.261 14.2347C24.9436 13.7759 25.5287 13.1947 26 12.5294V12.5294Z" fill="#1DA1F2"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 3.6 KiB

@ -100,20 +100,19 @@
@php
$code = Str::random(5);
@endphp
<div class="captcha-field">
<div>
<label>Enter Your Captcha</label>
<div class="col-md-12">
<label for="">Enter Captcha</label>
<div class="contact-captcha">
<div class="captcha-sec">
<input id="captcha" type="text" name = "entered_captcha_code" class="form-control" placeholder="Enter Captcha as Shown" required>
<input type = "hidden" id = "displayed_captcha_code" name = "displayed_captcha_code" value = "{{$code}}"/>
</div>
<div>
<label>Captcha</label>
<div class="captcha-ref">
<input type = "text" id = "captcha_code" readonly class="form-control" name = "captcha_code" value = "{{$code}}"/>
<button id = "refresh"><i class="fas fa-sync-alt"></i></button>
<div class="captch-field">
<!-- name = "captcha_code" value = "{{$code}}" -->
<input type = "text" id="captcha_code" readonly name = "captcha_code" value = "{{$code}}"/>
<a id = "refresh"><img src="{{url('frontend/icons/reset-icon.svg')}}" alt=""></a>
</div>
</div>
</div>
@if ($errors->has('captcha'))
<span class="help-block">

@ -178,10 +178,13 @@
navHeader.classList.add("header-scroll");
}
if(window.scrollY==0){
if(window.scrollY==0 && location.pathname != '/news_detail'){
navHeader.classList.remove("header-scroll");
}
}
if(location.pathname === '/news_detail'){
navHeader.classList.add("header-scroll");
}
</script>
@yield('script')
</body>

@ -71,9 +71,8 @@
</div>
<div class="captch-field">
<!-- name = "captcha_code" value = "{{$code}}" -->
<input type = "text" id = "captcha_code" readonly class="form-control" name = "captcha_code" value = "{{$code}}"/>
<!-- <img src="{{url('frontend/icons/reset-icon.svg')}}" alt=""> -->
<button id = "refresh"><i class="fas fa-sync-alt"></i></button>
<input type = "text" id="captcha_code" readonly name = "captcha_code" value = "{{$code}}"/>
<a id = "refresh"><img src="{{url('frontend/icons/reset-icon.svg')}}" alt=""></a>
</div>
</div>
</div>

@ -0,0 +1,74 @@
@extends('layout.app')
@section('title')
<title>News & Updates</title>
@endsection
@section('content')
<section class="news-banner-section">
<div class="news-banner-desc">
<h2>News & Updates</h2>
</div>
</section>
<section class="news-update-section">
<div class="news-update-head">
<h5>What’s New <hr></h5>
<h3>News & Updates</h3>
</div>
<div class="row mt-4">
<div class="col-md-6">
<div class="featured-news-image">
<img src="{{url('frontend/images/test-img.png')}}" class="img-fluid" alt="">
</div>
</div>
<div class="col-md-6">
<div class="featured-news-desc">
<h3>Recognition of Prior Learning (RPL)</h3>
<h5>Dec 08, 2022</h5>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s...</p>
<a href="/news_detail">Read More</a>
</div>
</div>
</div>
<div class="row g-4">
<div class="col-md-4">
<div class="news-page-card">
<a href="/news_detail">
<div class="news-card-img">
<img src="{{url('frontend/images/test-img.png')}}" class="img-fluid" alt="">
</div>
<div class="news-card-desc">
<h4>Lorem Ipsum is simply dummy text of the printing</h4>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's...</p>
</div>
</a>
</div>
</div>
<div class="col-md-4">
<div class="news-page-card">
<a href="/news_detail">
<div class="news-card-img">
<img src="{{url('frontend/images/test-img.png')}}" class="img-fluid" alt="">
</div>
<div class="news-card-desc">
<h4>Lorem Ipsum is simply dummy text of the printing</h4>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's...</p>
</div>
</a>
</div>
</div>
<div class="col-md-4">
<div class="news-page-card">
<a href="/news_detail">
<div class="news-card-img">
<img src="{{url('frontend/images/test-img.png')}}" class="img-fluid" alt="">
</div>
<div class="news-card-desc">
<h4>Lorem Ipsum is simply dummy text of the printing</h4>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's...</p>
</div>
</a>
</div>
</div>
</div>
</section>
@endsection

@ -1,38 +1,113 @@
@extends('layout.app')
@section('title')
<title>News & Updates</title>
<title>Recognition of Prior Learning (RPL)</title>
@endsection
@section('content')
<section class="news-banner-section">
<div class="news-banner-desc">
<h2>News & Updates</h2>
<section class="bloghead-section">
<div class="blog-header">
<h2>Recognition of Prior Learning (RPL)</h2>
<div class="blog-social">
<p>Dec 09, 2022 . 2 min read</p>
<div class="blog-share">
<h5>Share on</h5>
<a href="https://www.facebook.com/people/A-Plus-Australia-Agency/100063871244808/" target="_blank"><img src="{{url('frontend/icons/facebook-icon.svg')}}" alt=""></a>
<a href="" target="_blank"><img src="{{url('frontend/icons/twiter-link.svg')}}" alt=""></a>
<a href="https://au.linkedin.com/company/a-plus-australia-agency?trk=public_profile_topcard-current-company" target="_blank"><img src="{{url('frontend/icons/linkdin-link.svg')}}" alt=""></a>
</div>
</div>
</div>
<div class="blog-desc mt-4">
<div class="blog-featured-img">
<img src="{{url('frontend/images/test-desc.png')}}" class="w-100" alt="">
</div>
<div class="blog-content mt-4">
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularized in the 1960s with the release of Letterset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularized in the 1960s with the release of Letterset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. Lorem Ipsum is simply dummy text of the printing and typesetting industry.</p>
<h5>Where does it come from?</h5>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularized in the 1960s with the release of Letterset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularized in the 1960s with the release of Letterset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. Lorem Ipsum is simply dummy text of the printing and typesetting industry.</p>
</div>
</div>
</section>
<section class="news-update-section">
<div class="news-update-head">
<h5>What’s New <hr></h5>
<h3>News & Updates</h3>
</div>
<div class="row mt-4">
<div class="col-md-6">
<div class="featured-news-image">
<section class="related-article">
<h3>Related Articles</h3>
<div class="row g-4">
<div class="col-md-4">
<div class="news-page-card">
<a href="/news_detail">
<div class="news-card-img">
<img src="{{url('frontend/images/test-img.png')}}" class="img-fluid" alt="">
</div>
<div class="news-card-desc">
<h4>Lorem Ipsum is simply dummy text of the printing</h4>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's...</p>
</div>
</a>
</div>
</div>
<div class="col-md-4">
<div class="news-page-card">
<a href="/news_detail">
<div class="news-card-img">
<img src="{{url('frontend/images/test-img.png')}}" class="img-fluid" alt="">
</div>
<div class="news-card-desc">
<h4>Lorem Ipsum is simply dummy text of the printing</h4>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's...</p>
</div>
</a>
</div>
</div>
<div class="col-md-4">
<div class="news-page-card">
<a href="/news_detail">
<div class="news-card-img">
<img src="{{url('frontend/images/test-img.png')}}" class="img-fluid" alt="">
</div>
<div class="news-card-desc">
<h4>Lorem Ipsum is simply dummy text of the printing</h4>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's...</p>
</div>
</a>
</div>
</div>
<div class="col-md-4">
<div class="news-page-card">
<a href="/news_detail">
<div class="news-card-img">
<img src="{{url('frontend/images/test-img.png')}}" class="img-fluid" alt="">
</div>
<div class="news-card-desc">
<h4>Lorem Ipsum is simply dummy text of the printing</h4>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's...</p>
</div>
<div class="col-md-6">
<div class="featured-news-desc">
<h3>Recognition of Prior Learning (RPL)</h3>
<h5>Dec 08, 2022</h5>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s...</p>
<a href="/">Read More</a>
</a>
</div>
</div>
<div class="col-md-4">
<div class="news-page-card">
<a href="/news_detail">
<div class="news-card-img">
<img src="{{url('frontend/images/test-img.png')}}" class="img-fluid" alt="">
</div>
<div class="news-card-desc">
<h4>Lorem Ipsum is simply dummy text of the printing</h4>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's...</p>
</div>
</a>
</div>
</div>
<div class="col-md-4">
<div class="news-page-card">
<a href="/news_detail">
<div class="news-card-img">
<img src="{{url('frontend/images/test-img.png')}}" class="img-fluid" alt="">
</div>
<div class="news-card-desc">
<h4>Lorem Ipsum is simply dummy text of the printing</h4>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's...</p>
</div>
</a>
</div>
</div>
</div>
</section>
@endsection

@ -22,7 +22,8 @@
<div class="row">
<div class="col-md-6">
<div class="service-detail-secone">
<h3>Employer Nomination <br> Scheme <br> Visa Subclass 186 <br> (Direct Entry Stream)</h3>
<h3>Employer Nomination Scheme </h3>
<h3>Visa Subclass 186 (Direct Entry Stream)</h3>
<p>This visa lets skilled workers, who are nominated by an employer, live and work in Australia permanently.</p>
</div>
</div>
@ -45,7 +46,8 @@
<div class="row">
<div class="col-md-6">
<div class="service-detail-secone">
<h3>Employer Nomination <br> Scheme <br> Visa Subclass 186 <br> (Temporary Residence Transition Stream)</h3>
<h3>Employer Nomination Scheme </h3>
<h3>Visa Subclass 186 (Temporary Residence Transition Stream)</h3>
<p>This visa lets skilled workers, who are nominated by an employer, live and work in Australia permanently.</p>
</div>
</div>

@ -18,6 +18,7 @@
</div>
<div class="col-md-3">
<div class="our-service-card">
<a href="/service_detail">
<div class="our-service-img">
<img src="{{url('frontend/images/skill-assessment.png')}}" class="img-fluid" alt="">
</div>
@ -25,10 +26,12 @@
<h3>Skill Assessment</h3>
<p>Our training programme based on occupational training allows students to improve their skills for the right job.</p>
</div>
</a>
</div>
</div>
<div class="col-md-3">
<div class="our-service-card">
<a href="/service_detail">
<div class="our-service-img">
<img src="{{url('frontend/images/recruiment-img.png')}}" class="img-fluid" alt="">
</div>
@ -36,10 +39,12 @@
<h3>Recruitment</h3>
<p>Trade skill assessment is a process to assess the right skills and knowledge required in the occupation field.</p>
</div>
</a>
</div>
</div>
<div class="col-md-3">
<div class="our-service-card">
<a href="/service_detail">
<div class="our-service-img">
<img src="{{url('frontend/images/rpl-mg.png')}}" class="img-fluid" alt="">
</div>
@ -47,10 +52,12 @@
<h3>RPL (Recognition of Prior Learning)</h3>
<p>We assist international students in finding full-time employment in Australia through a variety of hiring options.</p>
</div>
</a>
</div>
</div>
<div class="col-md-3">
<div class="our-service-card">
<a href="/service_detail">
<div class="our-service-img">
<img src="{{url('frontend/images/insurance-img.png')}}" class="img-fluid" alt="">
</div>
@ -58,10 +65,12 @@
<h3>Insurance</h3>
<p>We offer flexible health insurance to cover unexpected medical expenses while staying in Australia.</p>
</div>
</a>
</div>
</div>
<div class="col-md-3">
<div class="our-service-card">
<a href="/service_detail">
<div class="our-service-img">
<img src="{{url('frontend/images/skill-assessment.png')}}" class="img-fluid" alt="">
</div>
@ -69,10 +78,12 @@
<h3>Temporary Work Visa</h3>
<p>The temporary Work Visa stream enables you to work in Australia for a short time in a highly specialized field.</p>
</div>
</a>
</div>
</div>
<div class="col-md-3">
<div class="our-service-card">
<a href="/service_detail">
<div class="our-service-img">
<img src="{{url('frontend/images/recruiment-img.png')}}" class="img-fluid" alt="">
</div>
@ -80,10 +91,12 @@
<h3>Permanent Work Visa</h3>
<p>Trade skill assessment is a process to assess the right skills and knowledge required in the occupation field.</p>
</div>
</a>
</div>
</div>
<div class="col-md-3">
<div class="our-service-card">
<a href="/service_detail">
<div class="our-service-img">
<img src="{{url('frontend/images/rpl-mg.png')}}" class="img-fluid" alt="">
</div>
@ -91,10 +104,12 @@
<h3>Skilled Independent Visa</h3>
<p>We assist international students in finding full-time employment in Australia through a variety of hiring options.</p>
</div>
</a>
</div>
</div>
<div class="col-md-3">
<div class="our-service-card">
<a href="/service_detail">
<div class="our-service-img">
<img src="{{url('frontend/images/insurance-img.png')}}" class="img-fluid" alt="">
</div>
@ -102,6 +117,7 @@
<h3>Work & Holiday Visa</h3>
<p>We offer flexible health insurance to cover unexpected medical expenses while staying in Australia.</p>
</div>
</a>
</div>
</div>
</div>

@ -297,7 +297,7 @@
<div class="input-group mb-3">
<div class="input-group-prepend">
<span class="input-group-text" id="basic-addon1">
<img src="{{url('frontend/icons/email-icon.svg')}}" alt="">
<img src="{{url('frontend/icons/email-enquiry.svg')}}" alt="">
</span>
</div>
<input type="email" name = "email" class="form-control" placeholder="Email" aria-label="Email" aria-describedby="basic-addon1">

@ -60,6 +60,10 @@ Route::get('/service_detail', function(){
return view('service_detail');
});
Route::get('/news', function(){
return view('news');
});
Route::get('/news_detail', function(){
return view('news_detail');
});

Loading…
Cancel
Save