@if(count($reports)>0) @php $count=$reports->firstItem();@endphp @foreach($reports as $report) @php $count++; @endphp @endforeach @else @endif
S.No Assessment Total Number of Students No. of students taken the examination No.of students uploaded documents No.of students not uploaded documents Absentees
{{$count}} {{$report->name}} {{$report->totPins}} {{$report->totUsedPins}} {{$report->totUploads}} {{($report->totUsedPins) - $report->totUploads}} {{$report->totAbsents}}
No Records Found


@lang('core.col_totalrecord'): {{$reports->total()}}
{!! $reports->appends(Request::except('page'))->links() !!}