{{-- custom css --}}


HARAMAYA UNIVERSITY
Academic Assessment and Quality Assurance Directorate
Monthly Class Implementation
{{ Carbon\Carbon::parse($month_year)->format('F Y') }}

@php $count = 1; @endphp @foreach ($summary as $col => $summ) @php $ncc = $summ['conducted']; $ncs = $summ['planned']; @endphp @php $count++; @endphp @endforeach
Date Class Year Planned Schedule Coducted Schedule Not Conducted Schedule CIR
{{ $count }}. {{ $col }} {{ $ncs }} {{ $ncc }} {{ $summ['not_conducted'] }} @php if ($ncs != 0){ $cir = round(($ncc/$ncs) * 100, 1); }else{ $cir = 0; } @endphp {{ $cir }}%