Employee Name

{{$data['name']}}

Location

{{$data['location']}}

Start Date

@if(isset($data['start_date'])) {{date(config('choicescrm.date_format_forms'), strtotime($data['start_date']))}} @endif

End Date

@if(isset($data['end_date'])) {{date(config('choicescrm.date_format_forms'), strtotime($data['end_date']))}} @endif

Date of Birth

@if(isset($data['birthday'])) {{date(config('choicescrm.date_format_forms'), strtotime($data['birthday']))}} @endif

Age

@if(isset($data['birthday'])) {{$data->getAgeEmp()}} @endif

Gender

@if(isset($data['gender'])) {{ config('choicescrm.gender')[$data['gender']]}} @endif

{{--

@if(isset($data['gender'])) {{ print_r(config('choicescrm.gender')) }} @endif

--}}

Next of kin

{{ $data['kin'] }}

Contact Details

Address

{{ $data['address1'] }} - {{ $data['address2'] }}

City

{{ $data['city'] }}

County

{{ $data['county'] }}

Post Code

{{ $data['postcode'] }}

Telephone Number:

{{ $data['phone'] }}

Home phone

{{ $data['home_phone'] }}

Mobile

{{ $data['mobile'] }}

Email

{{ $data['email'] }}

Employment Details

Job title

{{ $data['job_title'] }}

Current grading

{{ $data['current_grading'] }}

Contracting hours

{{ $data['contracting_hours'] }}

Previous experience

{{ $data['previous_experience'] }}

On probation

@if(isset($data['probation'])) @if($data['probation']==1) Yes @else No @endif @endif

Miscellaneous Details

Medical Information

{!! $data['medical_info'] !!}

Other Information

{!! $data['other_info'] !!}

Other Notes

{!! $data['other_notes'] !!}