Employee Code:
Employee Name:
Designation:
Location:
Month:
--}}Employee Code: {{ $data['emp_code'] }}
Employee Name: {{ $data['user_name'] }}
Designation: {{ $data['designation'] }}
Location: {{ $data['outlet_name'] }}
Month: {{ $data['month'] }} - {{ $data['year'] }}
| Earnings | Deductions | |||
|---|---|---|---|---|
| Salary Head | Amount | Salary Head | Amount | |
| Basic | {{ $data['work_payment'] }} | PF Employer Contribution | {{ number_format((float)$data['employeer_contribution_deduction'], 2) }} | |
| OT Payment | {{ number_format((float)$data['ot_payment'], 2) }} | PF Employee Share | {{ number_format((float)$data['employee_share'], 2) }} | |
| PF | {{ number_format((float)$data['pf'], 2) }} | ESI Deduction | {{ number_format((float)$data['ESI_deduction'], 2) }} | |
| Bonus | {{ number_format((float)$data['bonus'], 2) }} | PT Deduction | {{ number_format((float)$data['pt_deduction'], 2) }} | |
| Other Allowance | {{ number_format((float)$data['other_allowance'], 2) }} | TDS Deduction | {{ number_format((float)$data['TDS'], 2) }} | |
| HRA | {{ number_format((float)$data['hra_allowance'], 2) }} | Others | {{ number_format((float)$data['other_allowance_deduction'], 2) }} | |
| Total Payable Salary | {{--{{ $data['totalsal'] }} | --}}{{ $data['totalsal'] < 0 ? 0 : $data['totalsal'] }} | Total Deduction | {{ $data['total_deduction'] }} |