Professional Reference Form

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

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

@endif

Safer Recruitment Guidelines

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

As part of our Safer Recruitment Guidelines and to meet the requirements of our regulatory body, Ofsted, we are required to confirm if the individual has been involved in:

  • Any safeguarding matters
  • Potential risk to young people or children whilst employed by your company
  • Any disciplinary or dismissal
  • Reason for leaving

Important: By regulation, we must give any previous employer the opportunity to formally confirm that there is no reason why the applicant cannot work with young people or children.

Applicant Provided Information
@foreach($jobApplication as $jobApplication)

Applicant name

{{ $candidate->name }}

Applicant NI Number

{{ $jobApplication->national_insurance_number }}

Applicant date of birth

{{ isset($jobApplication->dob) ? date(config('choicescrm.date_format_forms'), strtotime($jobApplication->dob)) : '' }}

Position employed As

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

Application address

{{ $jobApplication->address }}

Applicant Postcode

{{ $jobApplication->post_code }}

@endforeach

Employed from

{{ !empty($showReference['date_employed_from']) ? \Carbon\Carbon::parse($showReference['date_employed_from'])->format('d-m-Y') : '' }}

Employed to

{{--

{{ \Carbon\Carbon::parse($showReference['date_employed_to'])->format('d-m-Y') }}

--}}

{{ !empty($showReference['date_employed_to']) ? \Carbon\Carbon::parse($showReference['date_employed_to'])->format('d-m-Y') : '' }}

{{-- @endforeach --}}
@if(isset($professionalRefData) && !empty($professionalRefData)) {{-- @foreach($professionalRefData as $professionalRefData) --}}

Verification & Suitability

Performance Assessment
Could you please indicate the applicants overall performance in the following areas:
{{-- {{ dd($professionalRefData->honesty) }} --}}
Please confirm your details
@if(!$isReadonly)
{{--
--}} {{--
--}}
@endif
{{-- @endforeach --}} @endif