logo
Risk Assessed Role Employee Register
@foreach ($savedData??[] as $key => $val) @endforeach
Risk Assessed Role Title Employee Name Date Of Birth Employee Address Eligible For Exemption ? Worker Application Interim Bar, Suspension, Exclusion, or Allegations of Misconduct
Number Out come Expiry Date
{{ $userDataArray[$key]['designation']??'' }} {{ ($userDataArray[$key]['first_name']??'')." ".($userDataArray[$key]['last_name']??'') }} {{ !empty($userDataArray[$key]['dob'])? date('d-m-Y', strtotime($userDataArray[$key]['dob'])):'' }} {!! $userDataArray[$key]['address']??'' !!} {{ $val['eligible_for_exemption_radio']['answer']??'' }}
Start Date
{{ $val['exemption_start_date']['answer']??"" }}
End Date
{{ $val['exemption_end_date']['answer']??"" }}

Supervisor Name :
{{ $val['exemption_supervisor_name']['answer']??"" }}
{{ $val['worker_application_no']['answer']??"" }} Out Come
{{ $val['worker_application_outcome']['answer']??"" }}

Expiry Date
{{ $val['worker_application_expiry_date']['answer']??"" }}
@if (isset($val['interim_bar']) && $val['interim_bar']['answer'] == 'on') Interim Bar,
@endif @if (isset($val['suspension']) && $val['suspension']['answer'] == 'on') Suspension,
@endif @if (isset($val['exclusion']) && $val['exclusion']['answer'] == 'on') Exclusion,
@endif @if (isset($val['misconduct_allegations']) && $val['misconduct_allegations']['answer'] == 'on') Misconduct Allegations,
@endif
Allegation Action :
{{ $val['allegation_action']['answer'] }}