@if (isset($isPdfMode) && $isPdfMode)
| Serial Number (1) |
Name of Employee (2) |
Sex (3) |
Father's/Husband's Name (4) |
Designation (5) |
Employee Number (6) |
Date of Entry (7) |
Adult/Child (8) |
Shift Number (9) |
Work Start (10) |
Rest Interval (11) |
Work End (12) |
Weekly Holiday (13) |
Class of Work (14) |
Rate of Wages | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Maximum (15) |
Minimum (16) |
||||||||||||||
| {{ $i + 1 }} | {{ $r['name'] ?? '' }} | {{ $r['sex'] ?? 'M' }} | {{ $r['father_husband_name'] ?? '' }} | {{ $r['designation'] ?? '' }} | {{ $r['emp_code'] ?? '' }} | {{ $r['date_of_joining'] ?? '' }} | {{ $r['age_category'] ?? 'Adult' }} | {{ $r['shift_number'] ?? 'General Shift' }} | {{ $r['work_start_time'] ?? '9.00' }} | {{ $r['rest_interval'] ?? '1 Hrs' }} | {{ $r['work_end_time'] ?? '6.00' }} | {{ $r['weekly_holiday'] ?? 'Sat /Sun' }} | {{ $r['class_of_work'] ?? ($r['designation'] ?? '') }} | {{ $r['max_wage'] ?? 'Wages paid as per the MW Act' }} | {{ $r['min_wage'] ?? 'Wages paid as per the MW Act' }} |