Attestation Approvals 📋

Review and approve employee attestations for your department

@if (session('success'))

{{ session('success') }}

@endif
@forelse ($attestations as $attestation) @empty @endforelse
Employee Name Payroll ID Email Status Submitted Actions
{{ $attestation->employee_name }} {{ $attestation->payroll_id }} {{ $attestation->email ?: 'N/A' }} @if ($attestation->status === 'pending') Pending Review @elseif ($attestation->status === 'approved') Approved @else Rejected @endif {{ $attestation->created_at->format('M d, Y') }} Review

No attestations to review

New submissions will appear here

@if ($attestations->hasPages())
{{ $attestations->links() }}
@endif
ℹ️

Your Role

  • • Review all attestations submitted by your department employees
  • • Approve attestations that meet safety and compliance standards
  • • Reject submissions that require corrections (with feedback)
  • • Track approval status and maintain records