@if(count($classes) > 0)
@else
| # | @lang('Class') | @lang('Section') | @if(isset($_GET['att']) && $_GET['att'] == 1)@lang('View Today\'s Attendance') | @lang('View Each Student\'s Attendance') | @lang('Give Attendance') | @endif @if(isset($_GET['course']) && $_GET['course'] == 1)@lang('View Courses') | @lang('View Students') | @lang('View Routines') | @lang('View Syllabus') | @endif
|---|---|---|---|---|---|---|---|---|---|
| {{ $key + 1 }} | {{$class->name}} @if($class->group)({{$class->group}})@endif | {{$section->section_number}} | @if(isset($_GET['att']) && $_GET['att'] == 1) @foreach ($exams as $ex) @if ($ex->class_id == $class->id)@lang('View Today\'s Attendance') | @endif @endforeach@lang('View Each Student\'s Attendance') | @foreach ($exams as $ex) @if ($ex->class_id == $class->id) @lang('Take Attendance') @endif @endforeach @if($ce == 0) @lang('Assign Class Under Exam') @endif | @endif @if(isset($_GET['course']) && $_GET['course'] == 1)@lang('View Courses') | @lang('View Students') | @lang('View Routines') | @lang('View Syllabus') | @endif
@lang('No Related Data Found.')
@endif