@extends('dashboard_connect.dash_master') @section('pagescontents')
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['dispsubtype'] }} @if($keyfirst['dispsectionid'] !== "NA") [{{ Str::upper(substr($keyfirst['dispsectionid'],8,1)) }}] @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 @php $myfacnm = ""; $editallfaculty = geteditallfaculty($keyfirst['dispttid'], $keyfirst['disdepaid'], $sessionidext, $semesterext, $keyfirst['dispsectionid']); if(!empty($editallfaculty)){ foreach($editallfaculty as $facnewnm){ if($myfacnm == ""){ $myfacnm = $facnewnm->facultyid; }else{ $myfacnm = $myfacnm . ', ' . $facnewnm->facultyid; } } $selectfaculty = explode(", ", $myfacnm); }else{ $selectfaculty = ""; } @endphp [{{ $keyfirst['disppapertype'] }}] {{ $keyfirst['disproomname'] }} @endforeach |
@endforeach
---|
Papers | {{ Str::upper($checkall) }} | |||||||
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 |