Dear {{ $employee->full_name }},
We are pleased to provide you with your payslip for {{ $payroll->payroll_period }}.
Employee ID:
{{ $employee->employee_id }}
Department:
{{ $employee->department ?? 'N/A' }}
Position:
{{ $employee->position ?? 'N/A' }}
Pay Period:
{{ $payroll->period_start->format('d M Y') }} - {{ $payroll->period_end->format('d M Y') }}
Pay Date:
{{ $payroll->pay_date->format('d M Y') }}
Gross Pay:
MYR {{ number_format($payroll->gross_pay, 2) }}
Total Deductions:
MYR {{ number_format($payroll->deductions, 2) }}
Net Pay:
MYR {{ number_format($payroll->net_pay, 2) }}
📎 Attachment: Your detailed payslip is attached as a PDF document. Please download and keep it for your records.
The salary payment has been processed and will be credited to your registered bank account as per the company's payment schedule.
If you have any questions regarding your payslip, please contact the HR department.
Thank you for your continued dedication and hard work.
Best regards,
HR Department
{{ $company->name }}