{{ $payslip['date'] ?? '' }}
{{ __('Gross') }}
GHS {{ number_format($payslip['gross'] ?? 0, 2) }}
{{ __('Admin Fee') }}
-GHS {{ number_format($payslip['admin_fee'] ?? 0, 2) }}
{{ __('Net') }}
GHS {{ number_format($payslip['net'] ?? 0, 2) }}
QR
{{ __('Scan to verify authenticity. Share this link with external parties for payroll verification.') }}
{{ __('All payroll records are cryptographically sealed and cannot be modified. This audit trail ensures payment integrity.') }}
📋 Records are append-only and timestamped
🔐 Each payslip contains a SHA-256 verification hash
✅ Payments are verified against Paystack transaction IDs
🚫 No payroll record can be edited or deleted after processing