@extends('dashboard_connect.dash_master') @section('pagescontents')
Papers | {{ Str::upper($checkall) }} |
Faculty | @php $selectfaculty = getteachdisplay($allfacid); if(!empty($selectfaculty)){ $totfaccount = count($selectfaculty); }else{ $totfaccount = 0; } $cntcount = 1; @endphp @if($totfaccount>0) @foreach($selectfaculty 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 |