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

FORM-V

REGISTER OF EMPLOYMENT
[See sub-rule (1) of rule 16(1)]
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 ($clientHolidays ?? [] as $index => $holiday) @endforeach
{{ $index + 1 }} {{ strtoupper($holiday['name'] ?? '') }}
@for ($i = 1; $i <= ($daysInMonth ?? 31); $i++) @endfor @foreach ($rows ?? [] as $i => $r) @if (isset($r['days']) && is_array($r['days'])) @foreach ($r['days'] as $dayStatus) @php $class = ''; $displayHours = '8'; if (str_contains($dayStatus, 'WOFF')) { $displayHours = 'WOFF'; } elseif (str_contains($dayStatus, 'LOP')) { $displayHours = 'LOP'; } elseif (str_contains($dayStatus, 'EL')) { $displayHours = 'EL'; } elseif (str_contains($dayStatus, 'SL')) { $displayHours = 'SL'; } elseif (str_contains($dayStatus, 'PL')) { $displayHours = 'PL'; } elseif (str_contains($dayStatus, 'MAT_L')) { $displayHours = 'MAT_L'; } elseif (str_contains($dayStatus, 'NH')) { $displayHours = 'NH'; } elseif ($dayStatus == '8') { $displayHours = '8'; } @endphp @endforeach @else @for ($day = 1; $day <= ($daysInMonth ?? 31); $day++) @endfor @endif @endforeach
Serial Number
(1)
Name of the Employee
(2)
Employee Identification No.
(3)
Time at which work commences
(4)
Rest Interval
(5)
Time at which work ends
(6)
Daily Hours of Work, including overtime (if any) Total Days Worked
({{ ($daysInMonth ?? 31) + 7 }})
Total Hours Worked
({{ ($daysInMonth ?? 31) + 8 }})
Number of days on Loss of Pay
({{ ($daysInMonth ?? 31) + 9 }})
Benefit availed for working on National Holiday
({{ ($daysInMonth ?? 31) + 10 }})
Benefit availed for working on Festival Holiday
({{ ($daysInMonth ?? 31) + 11 }})
Remarks
({{ ($daysInMonth ?? 31) + 12 }})
{{ $i }}
{{ $i + 1 }} {{ $r['name'] ?? '' }} {{ $r['emp_code'] ?? '' }} 9.00 30 5.30{{ $displayHours }}8{{ $r['days_worked'] ?? '31.00' }} {{ number_format(($r['days_worked'] ?? 31) * 8, 2) }} 0.00 1 - NIL-Avl No-FH
Place: {{ $report['place'] ?? '' }}
Date: {{ $report['date'] ?? '' }}
 
Signature of Employer/Manager
@if (isset($isPdfMode) && $isPdfMode) @endif