UEPL - ULTRA ENGINEERING PVT LTD
Industrial Area, Manufacturing Hub, India | Phone: +91-XXX-XXXXXXX | Email: hr@uepl.com
SALARY SLIP FOR {{ strtoupper(\Carbon\Carbon::parse($salary->month_year)->format('F Y')) }}
Employee ID {{ $salary->employee->employee_id ?? '-' }} Employee Name {{ $salary->employee->name ?? '-' }}
Department {{ $salary->employee->department ?? '-' }} Designation {{ $salary->employee->designation ?? '-' }}
Bank Name {{ $salary->employee->bank_name ?? '-' }} Bank A/C No. {{ $salary->employee->bank_account_no ?? '-' }}
PAN No. {{ $salary->employee->pan_number ?? '-' }} UAN/PF No. {{ $salary->employee->pf_number ?? '-' }}
Days Worked {{ $salary->days_worked }} / {{ $salary->total_days }} OT Hours {{ $salary->ot_hours ?? 0 }}
EARNINGS
@if($salary->ot_amount > 0) @endif @if($salary->bonus > 0) @endif
Basic + DA {{ number_format($salary->basic_da, 2) }}
House Rent Allowance (HRA) {{ number_format($salary->hra, 2) }}
Conveyance Allowance {{ number_format($salary->conveyance, 2) }}
Washing Allowance {{ number_format($salary->washing_allowance, 2) }}
Overtime Amount {{ number_format($salary->ot_amount, 2) }}
Bonus/Incentive {{ number_format($salary->bonus, 2) }}
Gross Earnings {{ number_format($salary->gross_salary, 2) }}
DEDUCTIONS
@if($salary->other_deductions > 0) @endif
Provident Fund (PF) {{ number_format($salary->pf_deduction, 2) }}
ESI {{ number_format($salary->esi_deduction, 2) }}
Professional Tax (PT) {{ number_format($salary->pt_deduction, 2) }}
Other Deductions {{ number_format($salary->other_deductions, 2) }}
Total Deductions {{ number_format($salary->total_deductions, 2) }}
NET SALARY PAYABLE
₹ {{ number_format($salary->net_salary, 2) }}
({{ numberToWords($salary->net_salary) }} Only)
@if($salary->status == 'Paid')
Payment Status PAID Payment Date {{ $salary->payment_date ? \Carbon\Carbon::parse($salary->payment_date)->format('d-m-Y') : '-' }}
Payment Mode {{ $salary->payment_mode ?? '-' }} Reference No. {{ $salary->reference_number ?? '-' }}
@endif
Prepared By
Verified By
Employee Signature
This is a computer-generated payslip and does not require a signature.
For any queries, please contact the HR department.