Employee Safety Attestation

Complete your personal information and accept the attestation. Year: {{ date('Y') }}

đŸĸ Select Department

@error('selectedDepartmentId')

{{ $message }}

@enderror
@if ($selectedDepartmentId)

👤 Personal Information

@error('full_name')

{{ $message }}

@enderror
@error('payroll_id')

{{ $message }}

@enderror
@error('phone_no')

{{ $message }}

@enderror

âš ī¸ Departmental Hazards & Risks Register

@if ($template && count($hazards) > 0)
@foreach ($hazards as $hazard) @endforeach
Nature of Hazards Hazards Source Risk Level Risk Control
{{ $hazard['nature'] ?? '' }} {{ $hazard['source'] ?? '' }} @php $riskLevel = $hazard['risk_level'] ?? 'Low'; @endphp {{ $riskLevel }} {{ $hazard['control'] ?? '' }}
@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)

📜 Employee Safety Attestation

{{ $template->attestation_statement }}

@endif

âœī¸ Acceptance & Signature

@error('accept_attestation')

{{ $message }}

@enderror
@error('employee_signature')

{{ $message }}

@enderror
@error('employee_signed_date')

{{ $message }}

@enderror
@else
👆

Select a Department

Please select your department above to view the hazards register and complete your attestation.

@endif
← Back to Home