@include('layouts.header')

{{$thisMonth}}

@php $i=1;@endphp @foreach($results as $res) @endforeach
SI No Employee Name Reporting Dept Name Action
{{$i++}} {{$res->ename}} ({{$res->ecode}}) {{$res->reporting}} {{$res->dept_name}} Alert: {{ $res->ename }} has an upcoming appraisal in {{ $thisMonth }}
@include('layouts.footer')