Appraisal Form List

{{csrf_field()}}
@php $i = 1; @endphp @foreach($model as $index => $m) @foreach($m->employee as $s) @endforeach @php $date = date('d-m-Y',strtotime($m->created_at)); @endphp @endforeach
SR. No Employee Id Employee Name Date Average Percentage Action
{{$i++}}{{$s->id}} {{$s->first_name}} {{$s->last_name}}{{$date}} {{isset($score[$m->emp_id]) ? $score[$m->emp_id] : 0}} %
@if(session('done'))