RP Learning Portal

Payslip Verification Portal

@if($isAuthentic)

✔ VALID PAYSLIP

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.

@else

✖ INVALID PAYSLIP

The supplied payroll document could not be verified.

@endif