You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							42 lines
						
					
					
						
							1.8 KiB
						
					
					
				
			
		
		
	
	
							42 lines
						
					
					
						
							1.8 KiB
						
					
					
				@extends('layout.app')
 | 
						|
@section('title')
 | 
						|
    <title>Insurance</title>
 | 
						|
@endsection
 | 
						|
@section('content')
 | 
						|
    <section class="insurance-banner">
 | 
						|
        <nav aria-label="breadcrumb">
 | 
						|
            <ol class="breadcrumb">
 | 
						|
            <li class="breadcrumb-item"><a href="/">Aplusagency</a></li>
 | 
						|
            <li class="breadcrumb-item active" aria-current="page">Recruitment</li>
 | 
						|
            </ol>
 | 
						|
        </nav>
 | 
						|
        <div class="insurance-banner-content">
 | 
						|
            <h2>Insurance</h2>
 | 
						|
        </div>
 | 
						|
    </section>
 | 
						|
    <section class="insurance-desc">
 | 
						|
        <div class="row">
 | 
						|
            <div class="col-md-6">
 | 
						|
                <div class="insurance-content">
 | 
						|
                    <h5>Insurance <hr></h5>
 | 
						|
                    <h2>Your <span>health</span> comes first</h2>
 | 
						|
                    <p>We provide a range of affordable insurance plans for international students to cover their unexpected medical expenses while staying in Australia. We've got the right health insurance to meet your unique lifestyle needs. A Plus has agreements with a number of medical and allied health providers in Australia.</p>
 | 
						|
                    <h4>Benefits of choosing our options.</h4>
 | 
						|
                    <ul>
 | 
						|
                        <li>Find the right cover for you</li>
 | 
						|
                        <li>We'll do the paperwork</li>
 | 
						|
                        <li>Choose your preferred Hospital</li>
 | 
						|
                        <li>Save on Tax</li>
 | 
						|
                        <li>Avoid Long Waiting List</li>
 | 
						|
                        <li>Peace of Mind</li>
 | 
						|
                    </ul>
 | 
						|
                </div>
 | 
						|
            </div>
 | 
						|
            <div class="col-md-6">
 | 
						|
                <div class="insurance-desc-img">
 | 
						|
                    <img src="{{url('frontend/images/insurance-desc-img.png')}}" class="img-fluid" alt="">
 | 
						|
                </div>
 | 
						|
            </div>
 | 
						|
        </div>
 | 
						|
    </section>
 | 
						|
@endsection |