@extends('layouts.frontend') @section('title', 'Personal Details') @section('content')

Application

@include('flash::message') @if(Session::get('success'))
{{Session::get('success')}}
@endif @if(Session::get('failure'))
{{Session::get('failure')}}
@endif
{{ csrf_field() }}
  • Personal Details
  • Cover
  • Bank Details
  • Confirmation
@if($personal_data->postcode != '')
@else
emp_status == 'Self-Employed' ? "checked":"") }} />
emp_status == 'Contract Worker' ? "checked":"") }} />
@if ($product_details->id != $simple_income && $product_details->id != $instaprotect)
transfer == 'Yes' ? "checked":"") }} />
transfer == 'No' || $personal_data->transfer == '' ? "checked":"") }} />

@endif

Policy Documents:

@if(isset($declaration_content) && !empty($declaration_content))
{!!$declaration_content!!}

@endif @if(!empty($declaration_checkbox) && $declaration_checkbox != '')
{!! $declaration_checkbox !!}
@else declaration_confirm == 'on' ? "checked":"") }} /> I declare to the best of my knowledge and belief, that the statements made, are true and complete and recorded accurately in this application. I understand that if I do not give all requested information truthfully and accurately and this information affects your decision to insure me, it will mean that you will end my policy immediately or you will not pay me any benefit. I confirm that I have reviewed the declaration statements, Policy Wording and Key Facts Policy Summaries. For your own benefit and protection you should read these documents carefully. If you don't understand any point, please contact us for further information. The documents above contain important information relating to the policy that you are about to purchase and on which we will rely in the event of a claim.
@endif
@include('slices.frontend.get-a-quot.web-api-pages.right_top') @include('slices.frontend.get-a-quot.web-api-pages.right_bottom')
@endsection @section('page-script') @stop