@extends('layouts.admin') @section('pageTitle') Best Insurance | Completed Leads @stop @section('pageCss') @stop @section('content')
{!!$santion_messsage!!}

@if($information->status == "-1")
{!!csrf_field()!!}
@endif

@if(isset($information->insurer)) {{--*/ $insurer = $information->insurer /*--}} @else {{--*/ $insurer = '' /*--}} @endif

@if($product_name != '' && $policy_number != '') {{$product_name}} - {{$policy_number}} @else View Plolicy @endif

@if($information->status == 0)

Rejected!

Comment: {{$information->comments_for_rejection}}

@endif
{!! Form::label('Name') !!} :
{{$information->title.' '.$information->fname.' '.$information->lname}}
{!! Form::label('Date Of Birth ') !!} :
{{$information->dob}}
{!! Form::label('Address') !!} :
{{$address}}
{{$address2}}
{!! Form::label('Postcode') !!} :
{{$information->postcode}}
{!! Form::label('Email') !!} :
{{$information->email}}
{!! Form::label('Other Email Address') !!} :
{{$information->alternate_email}}
{!! Form::label('Contact Number') !!} :
{{$information->telephone}}
{!! Form::label('Other Contact Number') !!} :
{{$information->alternate_phone}}
{!! Form::label('Industry Type') !!} :
{{$industry_name}}
{!! Form::label('Occupation') !!} :
{{$information->occupation}}
{!! Form::label('Employee Status') !!} :
{{$information->emp_status}}
{!! Form::label('Employer Name ') !!} :
{{$information->employer_name}}
{!! Form::label('Date started with current Employer ') !!} :
{{$information->employer_startdate}}
{!! Form::label('Gross Annual Income') !!} :
£{{$annual_salary}}
{!! Form::label('Monthly Salary') !!} :
£{{$salary}}
{!! Form::label('Smoker') !!} :
{{$information->smoker}}
{!! Form::label('Joint/2nd Applicant') !!} :
{{$information->extra_applicant}}
{!! Form::label('Joint/2nd Applicant DOB') !!} :
{{$information->extra_applicant_dob}}
{!! Form::label('Joint/2nd Applicant Occupation') !!} :
{{$information->extra_applicant_occupation}}
{!! Form::label('Marketing Preference') !!} :
{{$information->marketingOptOut}}
{{ Form::hidden('id', $information->id)}}
{!! Form::label('Policy Number') !!} :
{{$policy_number}}
{!! Form::label('Product Name') !!} :
{{$product_name}}
{!! Form::label('Insurer') !!} :
{{$policy_prefix->insurer}}
{!! Form::label('Status') !!} :
{!!$status!!}
{!! Form::label('Customer Status') !!} :
{!!$information->customer_status!!}
{!! Form::label('Payment System') !!} :
{!!$information->payment_type!!}
{!! Form::label('Monthly Cost') !!} :
£{{ number_format((float)str_replace(',','',$information->monthlycost), 2, '.', '') }}
{!! Form::label('Type Of Cover') !!} :
{{$information->typeofcover}}
{!! Form::label('Monthly Benefit') !!} :
£{{$information->monthlybenefit}}
{!! Form::label('Excess period') !!} :
{{$excess_period}}
{!! Form::label('Benefit Period') !!} :
{{$policy_prefix->benifit_period}} Months
{!! Form::label('Insurance Startdate') !!} :
{{date('d/m/Y', strtotime($information->insurance_startdate))}}
{!! Form::label('Insurance Enddate') !!} :
{{date('d/m/Y', strtotime($information->insurance_enddate))}}
{!! Form::label('Is Vulnerable') !!} :
{{$information->is_vulnerable}}
{!! Form::label('Vulnerable Reason') !!} :
{{$information->vulnerable_reason}}
{!! Form::label('Transfer Cover from another provider') !!} :
{{$information->transfer}}
@if(ucWords($information->transfer) == "Yes")
{!! Form::label('Current Provider') !!} :
{{$information->current_provider}}
{!! Form::label('Current policy inception date') !!} :
{!! str_limit($information->current_policy_date, $limit = 10, $end = '') !!}
{!! Form::label('Current policy type') !!} :
{!! str_limit($information->current_policy_type, $limit = 10, $end = '') !!}
{!! Form::label('Current policy monthly benefit amount') !!} :
{!! str_limit($information->current_monthly_benefit, $limit = 10, $end = '') !!}
{!! Form::label('Current policy excess period') !!} :
{!! str_limit($information->current_excess_period, $limit = 10, $end = '') !!}
@endif
{!! Form::label('Type of Protection') !!} :
{{ucfirst(str_replace('_',' ',$information->typeofprotection))}}
{!! Form::label('Increasing Benefit ') !!} :
{{$information->increasing_benefit}}
{!! Form::label('Monthly Commitment') !!} :
{{$information->monthlycommitment}}
{!! Form::label('Account Name') !!} :
{{$information->accountname}}
{!! Form::label('Sortcode') !!} :
{{$information->sortcode}}
{!! Form::label('Account Number') !!} :
{{$information->accountnumber}}
{!! Form::label('Direct Debit Date') !!} :
{{$information->preferreddate}}
{!! Form::label('Bank') !!} :
{{$information->bank}}
{!! Form::label('Lead Source Field') !!} :
{{$information->lead_source_field}}
{!! Form::label('Affiliate Id') !!} :
{{$information->affid}}
{!! Form::label('Country of Birth') !!} :
{{$information->birth_country}}
{!! Form::label('Country of Nationality') !!} :
{{$information->nationality}}
{!! Form::label('IP Address') !!} :
{{$information->ip}}
@if(isset($productQuestions) && $productQuestions != '' && $questions)
@foreach($productQuestions as $key => $que) @if($que != '' && !empty($que))
{{$questions->$key}}         @if($key=="question2" && $questions->$key=="Yes" ) {{$questions->question1desc}} @endif
@endif @endforeach
@endif
@if(!empty($questions) && $underwriting_questions != '')
{{$questions->q1}}
{{$questions->q2}} {!!$questions->question1desc!!}
{{$questions->q4}}
{{$questions->q5}}
{{$questions->q6}}
{{$questions->q7}}
{{$questions->q8}}
@if($questions->q9 == 'Kg') {{$questions->q9_message.''}} Kgs
@else {{$questions->q9_message.''}} Lbs @endif

Available date: {{$questions->q10_date}}
Preferred time: {{$questions->q10_time}}
@endif
@if($information->product_id == Config::get('constant.SHEPHERDS_FRIENDLY_LONGTERM') || $information->product_id == Config::get('constant.SHEPHERDS_FRIENDLY_SHORTERM')) @else @endif
@stop @section('pageBottomJs') @stop