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

FORM-U.

EMPLOYEE REGISTER
[See sub-rule (1) of rule 16(1)]
Name and Address of the Establishment: {{ $report['establishment_name'] ?? 'BILIGHT SOLUTIONS LLP' }}
{{ $report['address'] ?? 'No.403, REAL ENCLAVE,43,Inner Street, Nungambakkam,Chennai-600034' }}
Registration Certificate No: {{ $report['registration_no'] ?? 'TN/AH-21/CHE/NF/SI/68-23-00626' }}
@if (empty($rows)) @else @foreach ($rows ?? [] as $i => $r) @endforeach @endif
Serial Number
(1)
Name of the Employee
(2)
Employee Identification Number
(3)
Gender
(4)
Father / Spouse Name
(5)
Date of Birth
(6)
Date of entry into service
(7)
Designation
(8)
Present Address
(9)
Permanent Address
(10)
Employee's Provident Fund Number
(11)
Employee's State Insurance Corporation No.
(12)
Aadhar No.
(13)
Date on which completion of 480 days of service
(14)
Date on which made permanent
(15)
Period of Suspension if any
(16)
Bank A/c Number, Name of Bank, Branch (IFSC Code)
(17)
Photo
(18)
Mobile Number
(19)
Email ID
(20)
Specimen Signature / Thumb Impression
(21)
Date of Exit
(22)
Reason for Exit
(23)
Remarks
(24)
No records found
{{ $i + 1 }} {{ $r['name'] ?? '' }} {{ $r['emp_code'] ?? '' }} {{ $r['sex'] ?? '' }} {{ $r['father_husband_name'] ?? '' }} {{ $r['date_of_birth'] ?? '' }} {{ $r['date_of_joining'] ?? '' }} {{ $r['designation'] ?? '' }} {{ $r['present_address'] ?? '' }} {{ $r['permanent_address'] ?? '' }} {{ $r['epf_no'] ?? '' }} {{ $r['esi_no'] ?? '' }} {{ $r['aadhar_no'] ?? '' }} {{ $r['doj_480'] ?? '' }} {{ $r['date_made_permanent'] ?? '' }} {{ $r['suspension_period'] ?? '' }} {{ $r['bank_account'] ?? '' }} {{ $r['photo'] ?? '' }} {{ $r['emp_phone'] ?? '' }} {{ $r['emp_email'] ?? '' }} {{ $r['signature'] ?? '' }} {{ $r['exit_date'] ?? '' }} {{ $r['exit_reason'] ?? '' }} {{ $r['remarks'] ?? '' }}
Place: {{ $report['place'] ?? '' }}
Date: {{ $report['date'] ?? '' }}
 
Signature of Employer/Manager
@if (isset($isPdfMode) && $isPdfMode) @endif