@if (isset($isPdfMode) && $isPdfMode)
| Name of the Establishment | {{ $report['establishment_name'] ?? 'Temple Hair Imex' }} | ||
| {{ $report['address'] ?? 'No.37A, 1st Cross Street, Bharathi Nagar,Ambattur,Chennai - 600053' }} | |||
| Payslip for the month | {{ $report['month'] ?? 'May' }} {{ $report['year'] ?? '2025' }} | SLIP NO | {{ $index + 1 }} |
| Name of the Employee | {{ $r['name'] ?? '' }} | Employee code | {{ $r['emp_code'] ?? '' }} |
| Father / Husband Name | {{ $r['father_husband_name'] ?? '' }} | ESI Number | |
| Designation | {{ $r['designation'] ?? '' }} | PF Number | TNAAHB7738130{{ str_pad($index + 1, 3, '0', STR_PAD_LEFT) }} |
| DAYS WORKED | {{ number_format($r['days_worked'] ?? 31, 2) }} | Date Of Joining | {{ $r['date_of_joining'] ?? '01-Oct-2022' }} |
| UAN | |||
| Earnings | Deduction | ||
|---|---|---|---|
| BASIC | {{ number_format($r['basic'] ?? 51000, 2) }} | EPF | {{ number_format($r['pf'] ?? 0, 2) }} |
| HRA | {{ number_format($r['hra'] ?? 25500, 2) }} | ESI | {{ number_format($r['esi'] ?? 0, 2) }} |
| CONV | {{ number_format($r['other_allowances'] ?? 1600, 2) }} | IT Ded | 0.00 |
| OTHER ALLOW | 0.00 | Other Ded | {{ number_format($r['other_deduction'] ?? 0, 2) }} |
| MEDICAL ALLOW | 0.00 | PTAX | {{ number_format($r['pt'] ?? 0, 2) }} |
| SPL ALLOW | {{ number_format($r['da'] ?? 6900, 2) }} | LOAN | 0.00 |
| ARREARS | 0.00 | TNLWF | 0.00 |
| OT AMT | 0.00 | SAL ADV | 0.00 |
| DEDUCTION FOR LATE | 0.00 | ||
| Gross Payable | {{ number_format($r['gross'] ?? 85000, 2) }} | Tot Deduction | @php $totalDed = ($r['pf'] ?? 0) + ($r['esi'] ?? 0) + ($r['pt'] ?? 0) + ($r['other_deduction'] ?? 0); @endphp{{ number_format($totalDed, 2) }} |
| Net Salary | {{ number_format(($r['gross'] ?? 85000) - $totalDed, 2) }} | ||
| Leave Opening | Leave Taken | Leave Balance | |||
|---|---|---|---|---|---|
| CL | {{ number_format($r['total_cl'] ?? 0, 2) }} | CL | {{ number_format($r['total_cl'] ?? 0, 2) }} | CL | 0.00 |
| PL | {{ number_format($r['total_pl'] ?? 0, 2) }} | PL | {{ number_format($r['total_pl'] ?? 0, 2) }} | PL | 0.00 |