{{ __('Period Ending: ') }} {{ $payslip['date'] ?? '' }}
{{ __('Gross Earned') }}
GHS {{ number_format($payslip['gross'] ?? 0, 2) }}
{{ __('Admin Fee Deducted') }}
-GHS {{ number_format($payslip['admin_fee'] ?? 0, 2) }}
{{ __('Net Pay') }}
GHS {{ number_format($payslip['net'] ?? 0, 2) }}
{{ __('No payslips processed yet') }}
{{ __('Your earnings will appear here once the admin finalizes the payroll period.') }}
{{ __('Scan to verify authenticity or share the secure link with third parties.') }}
{{ __('All payroll records are cryptographically sealed. This ensures absolute payment integrity.') }}