@if (isset($isPdfMode) && $isPdfMode)
| Total number of persons employed | |||
|---|---|---|---|
| Men | Female | Male young person | Female young person |
| {{ count($rows ?? []) }} | 0 | None | None |
| Serial Number (1) |
Name of the worker (2) |
Token / Badge Number (4) |
Number of days worked (5) |
Units of work done (6) |
Rate (7) |
Amount of wages earned (8) |
Overtime earnings (9) |
Gross wages (10) |
Deductions | Net amount paid (22) |
Date of payment (23) |
Signature / thumb impression of the worker (24) |
Initial of the contractor or his representative (25) |
Remarks (26) |
||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Advances | Damages / Fine | Others | ||||||||||||||||||||||
| (11) | (12) | (13) | (14) | (15) | (16) | (17) | (18) | (19) | (20) | (21) | ||||||||||||||
| {{ $i + 1 }} | {{ $r['name'] ?? '' }} | {{ $r['emp_code'] ?? '' }} | {{ $r['days_worked'] ?? '31.00' }} | {{ number_format($r['gross'] ?? 0, 2) }} | 0.00 | {{ number_format($r['gross'] ?? 0, 2) }} | {{ number_format($r['ot_wages'] ?? 0, 2) }} | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 | ~NA~ | ~NA~ | ~NA~ | ~NA~ | 0.00 | {{ number_format($r['gross'] ?? 0, 2) }} | {{ number_format($r['net'] ?? 0, 2) }} | - | ~NA~ | - | - | - |
| {{ $i + 1 }} | @for($j = 1; $j < 26; $j++)@endfor | |||||||||||||||||||||||