@extends('layouts.admin') @section('pageCss') @stop @section('content')

User Details

{!! Form::open(array('url' => 'admin/leads/view')) !!}
{!! Form::label('Type of Protection') !!} {{ Form::select('typeofprotection', [ 'income_protection' => 'Income Protection', 'payment_protection' => 'Payment Protection', 'payment_protection_plus' => 'Payment Protection Plus'],null, ['class' => 'form-control select2 select2-hidden-accessible'] ) }}
{!! Form::label('Insurer') !!} {{ Form::select('typeofprotection', [ '0' => 'Select', 'UKGI' => 'UKGI', 'Alpha' => 'Alpha', 'Alpha' => 'Alpha', 'Keystone' => 'Keystone'],null, ['class' => 'form-control select2 select2-hidden-accessible'] ) }}
{!! Form::label('Title') !!} {{ Form::select('typeofprotection', [ '0' => 'Select', 'Mr' => 'Mr', 'Ms' => 'Ms', 'Mrs' => 'Mrs', 'Dr' => 'Dr', 'Rev' => 'Rev', 'Miss' => 'Miss'],null, ['class' => 'form-control select2 select2-hidden-accessible'] ) }}
{{ Form::label('First Name') }} {{ Form::text('fname', null, array('required', 'class'=>'form-control', 'placeholder'=>'Please Enter First name')) }}
{{ Form::label('Last Name') }} {{ Form::text('lname', null, array('required', 'class'=>'form-control', 'placeholder'=>'Please Enter Last name')) }}
{{ Form::label('Date Of Birth') }} {{ Form::text('dob', null, array('required', 'readOnly' => 'true', 'class'=>'form-control', 'id' => 'datepicker', )) }}
{{ Form::label('Employed') }} {{ Form::radio('emp_status', 'Employed') }} {{ Form::label('Self-Employed') }} {{ Form::radio('emp_status', 'Self-Employed') }} {{ Form::label('Contractor') }} {{ Form::radio('emp_status', 'Contractor',true) }}
{{ Form::label('Occupation') }} {{ Form::text('occupation', null, array('required', 'class'=>'form-control', 'placeholder'=>'Please Enter occupation')) }}
{{ Form::label('Employer Name') }} {{ Form::text('employer_name', null, array('required', 'class'=>'form-control', 'placeholder'=>'Please Enter employer name')) }}
{{ Form::label('Last Name') }} {{ Form::text('lname', null, array('required', 'class'=>'form-control', 'placeholder'=>'Please Enter Last name')) }}
{{ Form::label('Last Name') }} {{ Form::text('lname', null, array('required', 'class'=>'form-control', 'placeholder'=>'Please Enter Last name')) }}
{{ Form::label('Last Name') }} {{ Form::text('lname', null, array('required', 'class'=>'form-control', 'placeholder'=>'Please Enter Last name')) }}
{{ Form::label('Last Name') }} {{ Form::text('lname', null, array('required', 'class'=>'form-control', 'placeholder'=>'Please Enter Last name')) }}
{{ Form::label('Last Name') }} {{ Form::text('lname', null, array('required', 'class'=>'form-control', 'placeholder'=>'Please Enter Last name')) }}
{{ Form::label('Last Name') }} {{ Form::text('lname', null, array('required', 'class'=>'form-control', 'placeholder'=>'Please Enter Last name')) }}
{{ Form::label('Last Name') }} {{ Form::text('lname', null, array('required', 'class'=>'form-control', 'placeholder'=>'Please Enter Last name')) }}
{{ Form::label('Last Name') }} {{ Form::text('lname', null, array('required', 'class'=>'form-control', 'placeholder'=>'Please Enter Last name')) }}
{{ Form::label('Last Name') }} {{ Form::text('lname', null, array('required', 'class'=>'form-control', 'placeholder'=>'Please Enter Last name')) }}
{{ Form::label('Last Name') }} {{ Form::text('lname', null, array('required', 'class'=>'form-control', 'placeholder'=>'Please Enter Last name')) }}