Attestation Templates 📋

Manage departmental hazards and attestation statements by year

+ Create Template
@if (session('success'))

{{ session('success') }}

@endif
@forelse ($templates as $template) @empty @endforelse
Department Year Uploaded By Created Actions
{{ $template->department->emoji ?? '📋' }} {{ $template->department->name }}
{{ $template->year }} {{ $template->uploadedBy?->name ?? 'System' }} {{ $template->created_at->format('M d, Y') }}
View Edit
@csrf @method('DELETE')

No attestation templates yet

Create the first template
@if ($templates->hasPages())
{{ $templates->links() }}
@endif
ℹ️

About Attestation Templates

  • • Upload departmental hazards and risks registers annually
  • • Create the attestation statement that employees must accept
  • • Employees will see these as read-only when filling attestation forms
  • • One template per department per year
  • • Update templates before employees start the attestation process