Character Reference Form

@if(Session::has('message'))

{{ Session::get('message') }}

@endif

{{--

Thank you providing character reference

--}}

At {{ $comp_name }} we support vulnerable young people and children.

Applicants working in a care setting need to be of good character and there must be no impediment to {{ $candidate->name }} being employed in a situation where {{ $candidate->name }} would have responsibility for the care of young people and children.

Please note, in accordance with the Data Protection Act 2018 the information given may be shared with the applicant.       

{{--
Applicant Provided Information
--}}
Applicant Provided Information
@if(isset($refereeData)) @foreach($refereeData as $refereeData) @php $referee = json_decode($refereeData->character_reference,true); @endphp

Applicant name

{{ $candidate->name }}

Referee name

{{ $referee['name'] }}

Referee phone number

{{ $referee['phone'] ?? ''}}

Referee email address

{{ $referee['email'] }}

{{--

Referee position / Job title

{{ $referee['position_employed'] ?? '' }}

--}} {{--

Referee organization (if applicable)

{{ $referee['company'] ?? '' }}

--}}
@endforeach @endif
Character Assessment

Please rate the applicant in the following areas by ticking the appropriate box, and provide any additional comments where necessary.

@if(isset($characterRefData) && !$characterRefData->isEmpty()) @foreach($characterRefData as $characterRefData)
Overall Recommendation
Declaration

By signing below, I confirm that the information provided in this reference is true and accurate to the best of my knowledge.

@if(!empty($characterRefData->signature))

Clear

Signature @else

Clear

@endif
@endforeach @else
Overall Recommendation
Declaration

By signing below, I confirm that the information provided in this reference is true and accurate to the best of my knowledge.

@if(!empty($characterRefData->signature))

Clear

Signature @else

Clear

@endif
@endif @if(!$isReadonly)
@endif