parent
979196dc2d
commit
2e9aa871d7
9 changed files with 176 additions and 3 deletions
After Width: | Height: | Size: 233 KiB |
After Width: | Height: | Size: 227 KiB |
After Width: | Height: | Size: 191 KiB |
After Width: | Height: | Size: 355 KiB |
After Width: | Height: | Size: 212 KiB |
@ -0,0 +1,109 @@ |
|||||||
|
@extends('layout.app') |
||||||
|
@section('title') |
||||||
|
<title>Our Services</title> |
||||||
|
@endsection |
||||||
|
@section('content') |
||||||
|
<section class="services-banner-section"> |
||||||
|
<div class="services-banner-content"> |
||||||
|
<h2>Our Services</h2> |
||||||
|
</div> |
||||||
|
</section> |
||||||
|
<section class="our-services-section"> |
||||||
|
<div class="row g-3"> |
||||||
|
<div class="col-md-12"> |
||||||
|
<div class="our-service-head"> |
||||||
|
<h2>Our Services</h2> |
||||||
|
<p>Delivering excellent and cost-effective solutions to esnure customer satisfaction.</p> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
<div class="col-md-3"> |
||||||
|
<div class="our-service-card"> |
||||||
|
<div class="our-service-img"> |
||||||
|
<img src="{{url('frontend/images/skill-assessment.png')}}" class="img-fluid" alt=""> |
||||||
|
</div> |
||||||
|
<div class="our-service-desc"> |
||||||
|
<h3>Skill Assessment</h3> |
||||||
|
<p>Our training programme based on occupational training allows students to improve their skills for the right job.</p> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
<div class="col-md-3"> |
||||||
|
<div class="our-service-card"> |
||||||
|
<div class="our-service-img"> |
||||||
|
<img src="{{url('frontend/images/recruiment-img.png')}}" class="img-fluid" alt=""> |
||||||
|
</div> |
||||||
|
<div class="our-service-desc"> |
||||||
|
<h3>Recruitment</h3> |
||||||
|
<p>Trade skill assessment is a process to assess the right skills and knowledge required in the occupation field.</p> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
<div class="col-md-3"> |
||||||
|
<div class="our-service-card"> |
||||||
|
<div class="our-service-img"> |
||||||
|
<img src="{{url('frontend/images/rpl-mg.png')}}" class="img-fluid" alt=""> |
||||||
|
</div> |
||||||
|
<div class="our-service-desc"> |
||||||
|
<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> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
<div class="col-md-3"> |
||||||
|
<div class="our-service-card"> |
||||||
|
<div class="our-service-img"> |
||||||
|
<img src="{{url('frontend/images/insurance-img.png')}}" class="img-fluid" alt=""> |
||||||
|
</div> |
||||||
|
<div class="our-service-desc"> |
||||||
|
<h3>Insurance</h3> |
||||||
|
<p>We offer flexible health insurance to cover unexpected medical expenses while staying in Australia.</p> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
<div class="col-md-3"> |
||||||
|
<div class="our-service-card"> |
||||||
|
<div class="our-service-img"> |
||||||
|
<img src="{{url('frontend/images/skill-assessment.png')}}" class="img-fluid" alt=""> |
||||||
|
</div> |
||||||
|
<div class="our-service-desc"> |
||||||
|
<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> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
<div class="col-md-3"> |
||||||
|
<div class="our-service-card"> |
||||||
|
<div class="our-service-img"> |
||||||
|
<img src="{{url('frontend/images/recruiment-img.png')}}" class="img-fluid" alt=""> |
||||||
|
</div> |
||||||
|
<div class="our-service-desc"> |
||||||
|
<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> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
<div class="col-md-3"> |
||||||
|
<div class="our-service-card"> |
||||||
|
<div class="our-service-img"> |
||||||
|
<img src="{{url('frontend/images/rpl-mg.png')}}" class="img-fluid" alt=""> |
||||||
|
</div> |
||||||
|
<div class="our-service-desc"> |
||||||
|
<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> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
<div class="col-md-3"> |
||||||
|
<div class="our-service-card"> |
||||||
|
<div class="our-service-img"> |
||||||
|
<img src="{{url('frontend/images/insurance-img.png')}}" class="img-fluid" alt=""> |
||||||
|
</div> |
||||||
|
<div class="our-service-desc"> |
||||||
|
<h3>Work & Holiday Visa</h3> |
||||||
|
<p>We offer flexible health insurance to cover unexpected medical expenses while staying in Australia.</p> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
</section> |
||||||
|
@endsection |
Loading…
Reference in new issue