{{-- resources/views/reports/forms/form2WKReturns.blade.php --}} @if (isset($isPdfMode) && $isPdfMode)
|
Name of the establishment and postal address {{ $report['establishment_name'] ?? '' }} {{ $report['address'] ?? '' }} |
Name and residential address of the employer including the Managing Agent / Managing
Director {{ $report['employer_name'] ?? '' }} {{ $report['employer_address'] ?? '' }} |
| Sl.No. | Name and Address of the employee kept under suspension | Monthly emoluments (wages) paid to the employee | Department in which the employee was working last and his designation | Nature of offence committed and date of offence | Date of suspension | Date of Commencement of enquiry | Date of completion of enquiry | Date of revocation of suspension | Rate at which subsistence allowance was last paid and period for which calculation made | Amount of subsistence allowance paid and the date of payment | Date of issue of final order regarding the charges against employee | Whether the employee has been convicted or awarded any punishment | Remarks |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $r['employee_name'] ?? 'NIL' }} | {{ $r['wages'] ?? 'NIL' }} | {{ $r['department'] ?? 'NIL' }} | {{ $r['offence'] ?? 'NIL' }} | {{ $r['date_suspension'] ?? 'NIL' }} | {{ $r['date_commence_enquiry'] ?? 'NIL' }} | {{ $r['date_completion_enquiry'] ?? 'NIL' }} | {{ $r['date_revocation'] ?? 'NIL' }} | {{ $r['subsistence_rate'] ?? 'NIL' }} | {{ $r['subsistence_amount'] ?? 'NIL' }} | {{ $r['date_final_order'] ?? 'NIL' }} | {{ $r['punishment'] ?? 'NIL' }} | {{ $r['remarks'] ?? 'NIL' }} |