{{ $data['user_names'] }}

{{--

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 {{ number_format($data['work_payment'] / 100, 2, '.', '') }} Employer Contribution {{ number_format((float)$data['employeer_contribution_deduction'], 2) }}
OT Payment {{ number_format($data['ot_payment']) }}{{ number_format((float)$data['ot_payment'], 2) }} Employee Share {{ number_format((float)$data['employee_share'], 2) }}
Total Payable Salary {{ number_format((float)$data['total_payment'], 2) }}ESI {{ number_format((float)$data['esi'], 2) }} ESI Deduction {{ number_format((float)$data['ESI_deduction'], 2) }}
PF {{ number_format((float)$data['pf'], 2) }} PT Deduction {{ number_format((float)$data['pt_deduction'], 2) }}
Bonus {{ number_format((float)$data['bonus'], 2) }} TDS Deduction {{ number_format((float)$data['TDS'], 2) }}
Other Allowance {{ number_format((float)$data['other_allowance'], 2) }} Others {{ number_format((float)$data['other_allowance_deduction'], 2) }}
Total Payable Salary {{ $data['totalsal'] }} Total Deduction {{ $data['total_deduction'] }}