@include('layouts.header')

Memo Warning for Active Employee

Location Back Details @if(count($mw) > 0) @foreach($mw as $sn=>$total) @endforeach @else

No Employee has memo and warnings

@endif
# Employee Code Employee Name Memo count Oral Warning Count written Warning Count
{{ $sn+1 }} {{ $total->EmployeeCode }} {{ $total->EmployeeName }} {{ $total->memo_count }} {{ $total->oral_warning_count }} {{ $total->written_warning_count }}
@include('layouts.footer')