| Teacher | {{ optional($calculation->teacher)->name }} |
| Payslip Number | {{ $calculation->payslip_number }} |
| Generated Date | {{ optional($calculation->generated_at)->format('M d, Y') }} |
| Payroll Period | {{ optional($calculation->payrollPeriod)->payroll_run_number }} |
| Status | {{ strtoupper($calculation->calculation_status) }} |
Financial amounts are intentionally hidden for privacy and compliance.
@elseThe supplied payroll document could not be verified.
@endif