@if(isset($isPdfMode) && $isPdfMode) {{ strtoupper($form ?? 'Form VI') }} - {{ $report['establishment_name'] ?? '' }} @include('reports.common.export-styles') @endif
To be marked as follows:
'H' for holidays allowed
'W/D' for work on double wages
'W/H' for work with substituted holiday
'N/E' if not eligible for the wages

Form No. VI

[See sub -rule (1) of Rule 7]

{{ $report['establishment_name'] ?? 'Temple Hair Imex' }}

{{ $report['address'] ?? 'PLOT NO 25, SURVEY NO.459/2A1A2T, AMBATTUR PUZHAL ROAD, PUZHAL, CHENNAI-600066, TAMIL NADU' }}

Register of National and Festival Holidays for the year {{ $report['year'] ?? '2025' }}

@foreach(($clientHolidays ?? []) as $holiday) @endforeach @for($i = 1; $i <= count($clientHolidays ?? []); $i++) @endfor @foreach(($rows ?? []) as $i => $r) @foreach(($clientHolidays ?? []) as $holiday) @php $holidayName = strtoupper($holiday['name'] ?? ''); $hasHoliday = false; if(isset($r['days']) && is_array($r['days'])) { foreach($r['days'] as $dayStatus) { if(str_contains($dayStatus, 'NH') || str_contains($dayStatus, 'H')) { $hasHoliday = true; break; } } } @endphp @endforeach @endforeach
Serial Number Name of the employee Ticket No. or Father's Name Days, dates and months of the year on which National and Festival Holidays are allowed under section 3 of the Tamil Nadu Industrial Establishments (National & Festival Holidays) Act 1958 (Tamil Nadu Act XXXIII of 1958) Remarks
{{ $holiday['name'] ?? '' }}
{{ $i }}
{{ $i + 1 }} {{ $r['name'] ?? '' }} {{ $r['father_husband_name'] ?? '' }}{{ $hasHoliday ? 'H' : '' }}-
Place: {{ $report['place'] ?? '' }}
Date: {{ $report['date'] ?? '' }}
 
Signature of Employer/Manager
@if(isset($isPdfMode) && $isPdfMode) @endif