INCOME TAX CERTIFICATE
Certificate ID: TDS-{{ $certificate['id'] }}
Employee Name: {{ $certificate['employee_name'] }}
Employee ID: {{ $certificate['employee_id'] }}
Financial Year: {{ $certificate['financial_year'] }}
Total Income: {{ number_format($certificate['total_income']) }}
Tax Deducted: {{ number_format($certificate['tax_deducted']) }}
Issue Date: {{ date('d M Y', strtotime($certificate['issue_date'])) }}