@if (isset($isPdfMode) && $isPdfMode)
| 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'] ?? '' }} |