Appraisal Form List

@php $i = 1; @endphp @foreach($model as $index => $m) @foreach($m->allocation as $s) @endforeach @php $date = date('d-m-Y',strtotime($m->created_at)); @endphp @endforeach
SR. No Allocation ID Allocation Name Date Status Form Link Action
{{$i++}}{{ $s->id }} {{$s->first_name}} {{$s->last_name}}{{$date}} @if($m->status == '0') Still in Progress @elseif($m->status == '1') Sent To EC @elseif($m->status == '2') Fill By employee @else Completed @endif
@if($m->status == '3' || $m->status == '2') @endif
@if(session('done'))