KIRORI MAL COLLEGE (UNIVERSITY OF DELHI) | ||||||||
SESSION: {{ getsession($sessionidext) }} | SEMESTER: @if($semesterext == "ODD") I/III/V/VII @elseif($semesterext == "EVEN") II/IV/VI/VIII @endif | |||||||
ROOM NUMBER: {{ getroomname($roomname) }} | @if($stusection == "NA") @else SECTION: {{ Str::upper($stusection) }} @endif | |||||||
PERIOD TIME |
@foreach($slotsdata as $keyslot => $itemslot)
{{ $itemslot->slotperiod }} {{ $itemslot->slotname }} |
@endforeach
{{ Str::upper($itemone['griddayname']) }} | @foreach($itemone['secYear'] as $keytwo => $itemtwo)
@foreach($itemtwo['ctypearr'] as $keyfirst)
{{ $keyfirst['strdepadisp'] }} - {{ $keyfirst['dispsemnm'] }}@if($keyfirst['dispsectionid'] !== "NA")[{{ Str::upper(substr($keyfirst['dispsectionid'],8,1)) }}] :@else :@endif @php $totcount = count($keyfirst['facultyarr']); $faccount = 1; @endphp @foreach($keyfirst['facultyarr'] as $keysecond) {{ Str::upper($keysecond['dispfacname']) }}@if($faccount < $totcount)/@endif @php if($allfacid == ""){ $allfacid = $keysecond['dispfacid']; }else{ $allfacid = $allfacid . ', ' . $keysecond['dispfacid']; } $faccount++; @endphp @endforeach [{{ $keyfirst['disppapertype'] }}] @endforeach |
@endforeach
---|
Faculty | @php $selectnew = getteachdisplay($allfacid); if(!empty($selectnew)){ $totfaccount = count($selectnew); }else{ $totfaccount = 0; } $cntcount = 1; @endphp @if($totfaccount>0) @foreach($selectnew as $teacher) {{ Str::upper($teacher->full_name) }}@if($cntcount < $totfaccount)/@endif @php $cntcount++; @endphp @endforeach @else ---- @endif | |||||||
Type | L - LECTURE / T - TUTORIAL / P - PRACTICAL / PC - PRACTICE |
Teacher-in-charge | Faculty |