@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
gender == 'Male' ? "checked":"") }}>
gender == 'Female' ? "checked":"") }}>

smoker == 'Yes' ? "checked":"") }}>
smoker == 'No' ? "checked":"") }}>


residential_status == 'owner' ? "checked":"") }}>
residential_status == 'tenant' ? "checked":"") }}>
residential_status == 'other' ? "checked":"") }}>

@if ($quote_data->residential_status == 'tenant')
@endif @if ($quote_data->residential_status == 'owner')
mortgage_type == '1' ? "checked":"") }}>
mortgage_type == '2' ? "checked":"") }}>
mortgage_type == '3' ? "checked":"") }}>
@endif
@if ($quote_data->mortgage_type == '1')
@endif @if ($quote_data->mortgage_type == '2')
@endif
loan_repayment == '1' ? "checked":"") }} />
loan_repayment == '0' ? "checked":"") }} />
@if ($quote_data->loan_repayment == '1')
taken_loan == '1' ? "checked":"") }} />
taken_loan == '0' ? "checked":"") }} />
@endif
@if ($quote_data->taken_loan == '1' && $quote_data->loan_repayment == '1')
@endif @if ($quote_data->taken_loan == '0' && $quote_data->loan_repayment == '1')
@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