@include('layouts.header')
| SI No | Employee Code | Employee Name | Memo count | Oral Warning Count | written Warning Count |
|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $employee->EmployeeCode }} | {{ $employee->EmployeeName }} | {{ $employee->memo_count }} | {{ $employee->oral_warning_count }} | {{ $employee->written_warning_count }} |