@extends('dashboard_connect.dash_master') @section('pagescontents')
S. No. | Course Name | Paper Code | Paper Name | Paper Type | Faculty-Subject Mapping | Attendance Status | Assignment Status | Class Test Status | CA Status |
---|---|---|---|---|---|---|---|---|---|
{{ $intcount }} | {{ Str::upper($coursenmdisp) }} | {{ $itemone->papercode }} | {{ $itemone->papername }} | {{ $itemone->papertype }} |
@if(count($facultymaster)>0)
@php
$cntfirst = 1;
@endphp
@foreach($facultymaster as $keytwo => $itemtwo)
{{ $cntfirst }}. {{ Str::upper($itemtwo->full_name) }} @php $cntfirst++; @endphp @endforeach @else Not Done @endif |
@if(count($attendstatus)>0)
@php
$cnttwo = 1;
@endphp
@foreach($attendstatus as $keythree => $itemthree)
{{ $cnttwo }}. {{ Str::upper($itemthree->full_name) }} @php $cnttwo++; @endphp @endforeach @else Not Entered @endif |
@if(count($iaassgnstat)>0)
@php
$cntthr = 1;
@endphp
@foreach($iaassgnstat as $keyfour => $itemfour)
{{ $cntthr }}. {{ Str::upper($itemfour->full_name) }} @php $cntthr++; @endphp @endforeach @else Not Entered @endif |
@if(count($iaclsteststat)>0)
@php
$cntten = 1;
@endphp
@foreach($iaclsteststat as $keyten => $itemten)
{{ $cntten }}. {{ Str::upper($itemten->full_name) }} @php $cntten++; @endphp @endforeach @else Not Entered @endif |
@if(count($cassessstatus)>0)
@php
$cntfour = 1;
@endphp
@foreach($cassessstatus as $keyfive => $itemfive)
{{ $cntfour }}. {{ Str::upper($itemfive->full_name) }} @php $cntfour++; @endphp @endforeach @else Not Entered @endif |