@if($logo) {!! $logo !!} @endif

Schedule 2

Information required in respect of persons seeking to carry on, manage or work at supported accommodation - Regulations 11, 12 and 17
manage or work at a children's home - Regulations 26, 28 and 32

Candidate: {{ $data['name'] }}

@php $checks = [ 'identity' => 'Proof of identity including a recent photograph', 'dbs' => 'DBS', 'reference' => 'References, including one from the most recent employer', 'qualification' => 'Evidence of relevant qualifications', 'employment' => 'Full employment history, with satisfactory explanation of any gap in employment, in writing' ]; @endphp @foreach($checks as $type => $label) @php $entry = collect($schedule2)->firstWhere('check_type', $type); @endphp @endforeach
Check Status Comments Checked and signed by Administration Team and Home Manager/R.I
{{ $label }} @if(isset($entry->check_value)) {{ $entry->check_value == 1 ? 'Yes' : ($entry->check_value == 0 ? 'No' : '') }} @endif {{ $entry->comments ?? '' }} @if(!empty($entry->admin_sign))
HR ({!! $entry->admin_name !!})
Admin Signature
@endif @if(!empty($entry->home_manager_or_ri_sign))
Home Manager/R.I ({!! $entry->home_manager_or_ri_name !!})
Manager Signature
@endif