@if($chkweight == "Yes") @endif @php $intcount = 1; $grheldtot = 0; $grattdtot = 0; $grperctot = 0; @endphp @foreach($restData as $keyone => $itemone) @php $cntcount = 1; @endphp @php $grheldtot = $itemone['grlectheld']; $grattdtot = $itemone['grlectattd']; if($grheldtot>0 && $grattdtot>0){ $grperctot = Round(($grattdtot / $grheldtot) * 100,2); }else{ $grperctot = 0; } @endphp @if($grperctot >= $percfrom && $grperctot <= $percto) @foreach($itemone['finYear'] as $keyone) @php $cntcount++; @endphp @endforeach @php $intcount++; @endphp @endif @endforeach
KIRORI MAL COLLEGE (UNIVERSITY OF DELHI)
 
Attendance Master Report :: {{ $coursenamedisp }} :: {{ $attdtype }} :: {{ $sessionname }}
(Attendance Weightage Applied)
 
S. No. College Roll No. Student's Name Contact Details Lecture Delivered Lecture Attended (%)
{{ $intcount }} {{ $itemone['stucollrollno'] }} {{ $itemone['stufullname'] }} {{ $itemone['stuemail'] }}
{{ $itemone['stumobile'] }}
 
{{ $intcount }}.{{ $cntcount }} {{ $keyone['stupapercd'] }} - {{ $keyone['stupapernm'] }} [{{ $keyone['stupapertp'] }}] {{ Round($keyone['stuheld'],2) }} {{ Round($keyone['stuattd'],2) }} {{ Round($keyone['stuperc'],2) }}
TOTAL IN ALL SUBJECTS {{ Round($grheldtot,2) }} {{ Round($grattdtot,2) }} {{ $grperctot }}