{{-- custom css --}}
{{-- forwarded --}} @if (!($forwarded)) Forward @endif
HARAMAYA UNIVERSITY
{{ strtoupper(colName(cId())) }}

{{ freshmanDeptDame() }}

Daily Class Implementation

{{ $whole_date->user_date }} ({{ $whole_date->local_date }})

@php $plnd = $cond = $dstd = $dinst = 0; $percent = 0; @endphp @foreach ($summary as $summary) @if (!isNotFreshman()) {{-- is freshman coordinator--}} {{-- and if social, he/she supposed to view only social --}} @if (isNatural()) @if (Str::contains($summary->class_year, 'Social')) @continue @endif @else @if (Str::contains($summary->class_year, 'Natural')) @continue @endif @endif @endif {{-- --}} @php $plnd += $summary->planned; $cond += $summary->conducted; $dstd += $summary->due_to_std; $dinst += $summary->due_to_inst; $percent = round(($cond/$plnd) * 100, 1); @endphp @endforeach {{-- --}}
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)

@php $count = 1; @endphp @foreach ($unconducted as $not) @if (!isNotFreshman()) @if (freshmanDeptDame() != $not->dept) @continue @endif @endif @if ($not->due_to) @if ($not->due_to == 1) @else @endif @endif @php $count++; @endphp @endforeach
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 }}Due to TeacherDue to Student{{ $not->remark }}