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

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

(Prescribed under rules 87, 89)
REGISTER OF LEAVE WITH WAGES
(Part-I)
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
Serial Number Name of the worker Token / Badge Number Earned Leave Medical Leave Other Leave Maternity Benefits Gratuity Benefits Remarks
Leave earned during the month Leave availed during the month Leave earned during the month Leave availed during the month Leave earned during the month Leave availed during the month Leave earned during the month Leave availed during the month Leave earned during the month Leave availed during the month
Days Wages Days Wages Days Wages Days Wages Days Wages Days Wages Days Wages Days Wages Days Wages Days Wages
{{ $i + 1 }} {{ $r['name'] ?? '' }} {{ $r['emp_code'] ?? '' }} {{ $r['total_el'] ?? '0.00' }} {{ number_format((($r['total_el'] ?? 0) * ($r['basic'] ?? 0)) / 30, 2) }} {{ $r['total_el'] ?? '0.00' }} {{ number_format((($r['total_el'] ?? 0) * ($r['basic'] ?? 0)) / 30, 2) }} {{ $r['total_sl'] ?? '0.00' }} {{ number_format((($r['total_sl'] ?? 0) * ($r['basic'] ?? 0)) / 30, 2) }} {{ $r['total_sl'] ?? '0.00' }} {{ number_format((($r['total_sl'] ?? 0) * ($r['basic'] ?? 0)) / 30, 2) }} 0.00 0.00 0.00 0.00 ~NA~ ~NA~ ~NA~ ~NA~ Yes 0.00 - - -
Place: {{ $report['place'] ?? '' }}
Date: {{ $report['date'] ?? '' }}
 
Signature of Employer/Manager
@if (isset($isPdfMode) && $isPdfMode) @endif