TOTAL STUDENTS OPTED {{ getpapername($subjectid) }}:
{{ $optsubcount }} STUDENTS
@if($getsecbatchid != '[]')
@foreach($getsecbatchdt as $keybat => $itembat)
@php
$facultynm = getstudata($itembat->saveby, "NAME");
@endphp
Section/Group:
{{ $itembat->stusection }}
Students:
{{ $itembat->count }}
Created By:
{{ $facultynm }}
@if(Auth::user()->id == $itembat->saveby)
@endif
@endforeach
@else
NOTE:
NO SECTIONS/GROUPS CREATED FOR {{ getpapername($subjectid) }}!
@endif