{{-- custom css --}}
{{ freshmanDeptDame() }}
Daily Class Implementation{{ $whole_date->user_date }} ({{ $whole_date->local_date }})
| Class Year | Number of Courses/Classes Scheduled | Number of Courses/Classes Conducted | Number of Courses/Classes Not Taought | Class Implementation out of 100% | Remark | ||
|---|---|---|---|---|---|---|---|
| Due to Absence of the Students | Due to Absence of the Teacher (s) | ||||||
| {{ $summary->class_year }} | {{ $summary->planned }} | {{ $summary->conducted }} | {{--{{ $summary['not_conducted']}} | --}}{{ $summary->due_to_std }} | {{ $summary->due_to_inst }} | {{ $summary->percentage }} | |
| Total | {{ $plnd }} | {{ $cond }} | {{ $dstd }} | {{ $dinst }} | {{ $percent }} | ||
List of Classes Not Conducted Due to the Absence of Students/Teacher(s)
| S/N | Department | Name of the Course | Class Year | Name of Instructor | Due to | Remark | |
|---|---|---|---|---|---|---|---|
| {{ $count }} | {{ $not->dept }} | {{ $not->course_name }} | {{ $not->class_year }} | {{ $not->instructor }} | @if ($not->due_to) @if ($not->due_to == 1)Due to Teacher | @elseDue to Student | @endif @endif{{ $not->remark }} |