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

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

Register of Deductions
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. Category of Employee Description of Work Male Female Salary Remuneration DA HRA Other Allowance Cash value of Concessional supply of essential commodities
{{ $loop->iteration }} {{ $r['category_name'] ?? 'Staff' }} {{ $r['description_of_work'] ?? 'Staff' }} {{ $r['male_count'] ?? '4' }} {{ $r['female_count'] ?? '0' }} {{ $r['total_salary'] ?? ' 13790.00' }} {{ $r['remuneration'] ?? '22983.00' }} {{ $r['total_da'] ?? '0.00' }} {{ $r['total_hra'] ?? '6895.00' }} {{ $r['total_oa'] ?? '2298.00' }} {{ $r['total_cash_concessional'] ?? '' }}
@if (isset($isPdfMode) && $isPdfMode) @endif