@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":"") }}>
     gender == 'Prefer Not to say' ? "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
@if ($quote_data->taken_loan == '1' && $quote_data->loan_repayment == '1')
@endif @if ($quote_data->taken_loan == '0' && $quote_data->loan_repayment == '1')
@endif
@if($information_data->postcode != '')
@else
emp_status == 'Self-Employed' ? "checked":"") }}/>
emp_status == 'Contract Worker' ? "checked":"") }} />

    
    

     age_or_term == 'Cease Age' ? "checked":"") }}>
     age_or_term == 'Term Driven' ? "checked":"") }}>

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