@if (isset($isPdfMode) && $isPdfMode)
| Sl. No (1) |
Empcode (2) |
Name and Address of the Workman (3) |
Designation of the Workman (4) |
Whether Temporary, Casual, Badli or Apprentice (other than those covered
under the Apprentices Act 1961) (5) |
Date of first entry into service (6) |
Date on which he completed 480 days of service (7) |
Date on which made permanent (8) |
Remarks (9) |
Signature of the workman with date (to attest the entries) (10) |
|---|---|---|---|---|---|---|---|---|---|
| {{ $i + 1 }} | {{ $r['emp_code'] ?? '' }} |
{{ $r['name'] ?? '' }} {{ $r['address'] ?? '' }} |
{{ $r['designation'] ?? '' }} | {{ $r['employment_type'] ?? 'Staff' }} | {{ $r['doj'] ?? '' }} | {{ $r['doj_480'] ?? '' }} | {{ $r['date_made_permanent'] ?? '' }} | {{ $r['remarks'] ?? '' }} | {{ $r['signature'] ?? '' }} |