RP

Payslip Verification

Verify the authenticity of RP Learning Portal payslips

@if($verified ?? false)

Payslip Verified

This payslip is authentic and issued by RP Learning Portal

Teacher Name

{{ $payslip['teacher_name'] ?? '' }}

Period

{{ $payslip['period_name'] ?? '' }}

Gross Earnings

GHS {{ number_format($payslip['gross_earnings'] ?? 0, 2) }}

Net Earnings

GHS {{ number_format($payslip['net_earnings'] ?? 0, 2) }}

Admin Fee Applied

{{ $payslip['admin_fee_percentage'] ?? 0 }}%

Status

{{ ucfirst($payslip['status'] ?? 'paid') }}
@else
@endif