@if (isset($isPdfMode) && $isPdfMode) {{ strtoupper($form ?? 'Form') }} - {{ $report['establishment_name'] ?? '' }} @include('reports.common.export-styles') @endif

{{ strtoupper($form ?? 'FORM S') }}

Notice of Daily Hours of Work Rest Interval Weekly Holidays, Ect.
[ See sub-rule (4) of rule 18 ]
Name and full address of the Establishment: {{ $report['establishment_name'] ?? '' }}
{{ $report['address'] ?? '' }}
Name of the Employer/ Contractor / Managing Director: {{ $report['employer_name'] ?? '' }}
Managing Partner or Authorized Person with full Residential address: {{ $report['address'] ?? '' }}
Date of Payment Wages:
On or before 5th Every month
Part I
Part II
@foreach(($rows ?? []) as $i => $r) @endforeach
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' }}
Place: {{ $report['place'] ?? '' }}
Date: {{ $report['date'] ?? '' }}
 
Signature of Employer/Manager
@if (isset($isPdfMode) && $isPdfMode) @endif