@extends('layouts.app') @section('content') @push('meta') @endpush

Daily Class Monitoring Format

{{ Carbon\Carbon::parse($dates)->format('l, F j, Y') }}

{{ freshmanDeptDame() }}


@php $count = 1; @endphp @foreach ($daily_summary as $daily) @if ($daily->status) @else @endif @php $count++; @endphp @endforeach
S/N Class Year Time Room Course Instructor Status
{{ $count }} {{ $daily->class_year }} {{ $daily->time }} {{ $daily->room }} {{ $daily->course_name }} {{ $daily->instructor }}ConductedNot Conducted

@if ($count > 1) {{-- there is uncheck class --}} @if ($count < $no_of_schedule)

{{ $no_of_schedule - $count }} Classe(s) was/were left unchecked.

{{-- number of expert --}} @if ($experts > 1)

This number shall be reported to AAQAD, in case the other expert failed to check or jumped the schedule.

{{ __('Forwarding Page') }} @endif @else {{ __('Forwarding Page') }} @endif @else

No Schedule Checked

@endif
@endsection