Appraisal Form List

@php $i = 1; @endphp @foreach($model as $index => $m) @foreach($m->employee as $s) @endforeach @endforeach
SR. No Employee ID Employee Name Allocation Date Submission Date Form Link
{{$i++}}{{ $s->id }} {{$s->first_name}} {{$s->last_name}}{{ date('d-m-Y',strtotime($m->created_at)) }} {{ $m->submission_date == null ? '-' : date('d-m-y',strtotime($m->submission_date))}} @if($m->submission_date == null) @else

Form submitted

@endif
@if(session('done'))