â ī¸ Departmental Hazards & Risks Register
@if ($template && count($hazards) > 0)
| Nature of Hazards |
Hazards Source |
Risk Level |
Risk Control |
@foreach ($hazards as $hazard)
| {{ $hazard['nature'] ?? '' }} |
{{ $hazard['source'] ?? '' }} |
@php $riskLevel = $hazard['risk_level'] ?? 'Low'; @endphp
{{ $riskLevel }}
|
{{ $hazard['control'] ?? '' }} |
@endforeach
@if($template->mandatory_note)
â ī¸
{{ $template->mandatory_note }}
@endif
@else
âšī¸ Note: No specific hazards have been registered for this department yet. Please read the attestation statement below carefully before proceeding.
@endif
@if ($template)
âī¸ Acceptance & Signature
@error('accept_attestation')
{{ $message }}
@enderror
@error('employee_signature')
{{ $message }}
@enderror
@error('employee_signed_date')
{{ $message }}
@enderror
đ
Select a Department
Please select your department above to view the hazards register and complete your attestation.
@endif