@extends('layouts.frontend') @section('title', 'Best Insurance: Protection Insurance | Income Protection Plan | Payment Protection Policy') @section('content')
@if(Session::get('success'))
{{Session::get('success')}}
@endif @if(Session::get('failure'))
{{Session::get('failure')}}
@endif
    
    
    

    
    

    
    
    

@if (old("residential_status") == 'tenant')
@endif @if (old("residential_status") == 'owner')
@endif
@if (old("mortgage_type") == '1')
@endif @if (old("mortgage_type") == '2')
@endif
@if (old("taken_loan") == '1')
@endif @if (old("taken_loan") == '0')
@endif

    
    

    
    

By pressing 'Get A Quote’ you give consent for Best Insurance to use your personal sensitive data for the purposes of obtaining quotations in accordance with the Best Insurance terms and conditions and privacy policy.
@endsection @section('page-script') @stop