| Income Tax ({{ number_format($record->income_tax / $record->gross_salary * 100, 1) }}%) | -${{ number_format($record->income_tax,2) }} |
| Provident Fund | -${{ number_format($record->provident_fund,2) }} |
| Health Insurance | -${{ number_format($record->health_insurance,2) }} |
| Absent Deduction | -${{ number_format($record->absent_deduction,2) }} |
@if($record->other_deductions > 0)
| Other Deductions | -${{ number_format($record->other_deductions,2) }} |
@endif
| Total Deductions | -${{ number_format($record->total_deductions,2) }} |