@extends('layouts.app') @section('content')
{{ simpleDate() }}
{{ colName(cId()) }}
{{ freshmanDeptDame() }}
Daily Class Implementation Data
Selected Date is {{ $selectedDate }} ({{ Carbon\Carbon::parse($selectedDate)->format('l') }})
| S/N | Department | Class Year | Course | Time | Instructor | Class Status | Remark | |||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $counter }} | {{ $daily->name }} | {{ $daily->class_year }} | {{ $daily->course_name }} | {{ $daily->time }} | {{ $daily->instructor }} | @if ($daily->status)Conducted | @elseNot Conducted | @endif @if ($daily->remark == 'Conducted')Conducted | @else @if ($daily->remark == 'Unverified') | Unverified | Verify | @php $allVerified = false; @endphp @else{{ $daily->remark }} | @if ($sent)@else | Update | @endif @php $allVerified = true; @endphp @endif @endif