@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 )
@if ($insurance_startdate[2] == '00') @else @endif @if ($insurance_startdate[1] == '00') @else @endif @if ($insurance_startdate[2] == '0000') @else @endif
@if ($product_details->id != $instaprotect)
transfer == 'Yes' ? "checked":"") }} />
transfer == 'No' || $personal_data->transfer == '' ? "checked":"") }} />

@endif @endif @if ($product_details->id != $best_mortgage && $product_details->id != $best_loan && $product_details->id != $simple_income) @if ($product_details->id != $instaprotect) @if($profile_id=="3" && $product_details->id=="20")
@else
transfer == 'Yes' ? "checked":"") }} />
transfer == 'No' || $personal_data->transfer == '' ? "checked":"") }} />
@endif

@endif @endif

{{$product_details->product_info1}}

{{$product_details->product_info2}}

{!!$product_details->disclaimer!!}

declaration_confirm == 'on' ? "checked":"") }} /> {{$product_details->self_decleration}}
@include('slices.frontend.get-a-quot.right_top') @include('slices.frontend.get-a-quot.right_bottom')