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

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

Register of Workmen (Permanent Status)
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)
Employee Code
(2)
Name of Employee
(3)
Father's/Husband's Name
(4)
Sex
(5)
Designation
(6)
Date of Joining
(7)
Date Made Permanent
(8)
Nature of Work
(9)
Rate of Wages
(10)
Working Hours
(11)
Rest Interval
(12)
Weekly Holiday
(13)
Remarks
(14)
{{ $i + 1 }} {{ $r['emp_code'] ?? '' }} {{ $r['name'] ?? '' }} {{ $r['father_husband_name'] ?? '' }} {{ $r['sex'] ?? 'M' }} {{ $r['designation'] ?? '' }} {{ $r['date_of_joining'] ?? '' }} {{ $r['date_of_joining'] ?? '' }} {{ $r['class_of_work'] ?? ($r['designation'] ?? '') }} {{ number_format($r['gross'] ?? 0, 2) }} 8 Hours {{ $r['rest_interval'] ?? '1 Hr' }} {{ $r['weekly_holiday'] ?? 'Sunday' }} Active
Place: {{ $report['place'] ?? '' }}
Date: {{ $report['date'] ?? '' }}
 
Signature of Employer/Manager
@if (isset($isPdfMode) && $isPdfMode) @endif