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

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

(Prescribed under rule 77(4) and rule 103)
MUSTER ROLL AND REGISTER OF COMPENSATORY HOLIDAYS
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) @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{{ $dayStatus }}8{{ $r['total_present'] ?? '' }} {{ number_format(($r['total_present'] ?? 31) * 8, 2) }} {{ $r['total_leave'] ?? '' }} 1 - NIL-Avl No-FH
Place: {{ $report['place'] ?? '' }}
Date: {{ $report['date'] ?? '' }}
 
Signature of Employer/Manager
@if (isset($isPdfMode) && $isPdfMode) @endif