{{-- custom css --}}
@if (!($forwarded)) @if ((!$directorForwarded)) Edit @endif Forward @endif @if ($directorForwarded) View Final Report @endif
HARAMAYA UNIVERSITY
{{ Str::upper(colName(cId())) }}
Daily Class Implementation

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

@php $plnd = $cond = $dstd = $dinst = $percent = 0; @endphp @foreach ($summary as $summary) @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->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) @php $count++; @endphp @endforeach
S/N Department Name of the Course Class Year Name of Instructor Remark
{{ $count }} {{ $not->dept }} {{ $not->course_name }} {{ $not->class_year }} {{ $not->instructor }} {{ $not->remark }}