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

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

Notice of Daily Hours of Work (Revised Format)

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

Notice of Daily Hours of Work (Revised Format)
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'] ?? '' }}
@foreach(($rows ?? []) as $i => $r) @endforeach
Sl. No
(1)
Name
(2)
Employee ID
(3)
Department
(4)
Shift Timing
(5)
Break Time
(6)
Weekly Off
(7)
Overtime Eligible
(8)
Status
(9)
{{ $i + 1 }} {{ $r['name'] ?? '' }} {{ $r['emp_code'] ?? '' }} {{ $r['designation'] ?? '' }} {{ $r['work_start_time'] ?? '9:00' }} - {{ $r['work_end_time'] ?? '18:00' }} {{ $r['rest_interval'] ?? '1 Hr' }} {{ $r['weekly_holiday'] ?? 'Sunday' }} Yes Active
Place: {{ $report['place'] ?? '' }}
Date: {{ $report['date'] ?? '' }}
 
Signature of Employer/Manager
@if(isset($isPdfMode) && $isPdfMode) @endif