@extends('dashboard_connect.dash_master') @section('pagescontents')
{{ $keyfirst['dispsubtype'] }} @if($keyfirst['dispsectionid'] !== "NA") -{{ Str::upper(substr($keyfirst['dispsectionid'],0,4)) }} {{ Str::upper(substr($keyfirst['dispsectionid'],8,1)) }}- @endif {{ $keyfirst['disproomname'] }} [{{ $keyfirst['disppapertype'] }}]- @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 $selectfaculty = explode(", ", $allfacid); $getavailroomsupd = getavailablerooms($itemone['griddayid'], $itemtwo['gridslotid'], $sessionidext, $semesterext, $keyfirst['disproomid']); @endphp