Perfomance Review Form List

@php $i = 0; @endphp @foreach($model as $m) @foreach($m->employee as $s) @php $i++; @endphp @php $date = date('d-m-Y',strtotime($m->created_at)); @endphp @if($m->status == '0') @else @endif @endforeach @endforeach
Sr No Employee Id Employee Name Allocation Date Form Link
{{$i}} {{$s->id}} {{$s->first_name}}{{$date}}Click Here Form Submitted