@extends('dashboard_connect.dash_master') @section('pagescontents') @if(Session::has('wrong'))


@endif @if(Session::has('status'))


@endif @if($strstatus == "errorall")


@endif @if($strstatus == "successall")


@endif

Time Table - Department Semester-wise

@csrf
Please select session.
Please select semester name.
Please select semester name.
Please select section/group.
@if(!empty($sessionidext) && !empty($semesterext) && !empty($depaidext) && !empty($stusection))

TIME TABLE - {{ Str::upper(getdepaname($depaidext)) }} - {{ getsession($sessionidext) }} - {{ Str::upper($semesterext) }} @if($stusection !== "NA") - {{ Str::upper($stusection) }} @endif

@foreach($slotsdata as $keyslot => $itemslot) @endforeach @php $intcount = 1; $dispfacname = ""; $allfacid = ""; @endphp @foreach($restData as $keyone => $itemone) @foreach($itemone['secYear'] as $keytwo => $itemtwo) @endforeach @php $intcount++; @endphp @endforeach
PERIOD
TIME
{{ $itemslot->slotperiod }}
{{ $itemslot->slotname }}
{{ Str::upper($itemone['griddayname']) }} @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
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
@endif @endsection