Back
UEPL - ULTRA ENGINEERING PVT LTD
Industrial Area, Manufacturing Hub, India
SALARY SLIP FOR {{ strtoupper(\Carbon\Carbon::parse($payroll->month_year)->format('F Y')) }}
Employee ID {{ $payroll->employee->employee_id ?? '-' }} Employee Name {{ $payroll->employee->name ?? '-' }}
Department {{ $payroll->employee->department ?? '-' }} Days Worked {{ $payroll->days_worked }} / {{ $payroll->total_days }}
EARNINGS
@if($payroll->ot_amount > 0) @endif
Basic + DA{{ number_format($payroll->basic_da, 2) }}
HRA{{ number_format($payroll->hra, 2) }}
Conveyance{{ number_format($payroll->conveyance, 2) }}
Washing Allowance{{ number_format($payroll->washing_allowance, 2) }}
Overtime{{ number_format($payroll->ot_amount, 2) }}
Gross Earnings{{ number_format($payroll->gross_salary, 2) }}
DEDUCTIONS
@if($payroll->other_deductions > 0) @endif
PF{{ number_format($payroll->pf_deduction, 2) }}
ESI{{ number_format($payroll->esi_deduction, 2) }}
PT{{ number_format($payroll->pt_deduction, 2) }}
Other{{ number_format($payroll->other_deductions, 2) }}
Total Deductions{{ number_format($payroll->total_deductions, 2) }}
NET SALARY PAYABLE
₹ {{ number_format($payroll->net_salary, 2) }}
({{ numberToWords($payroll->net_salary) }} Only)
Prepared By
Verified By
Employee Signature