@extends('layouts.app', ['class' => 'g-sidenav-show bg-gray-100']) @section('content') @include('layouts.navbars.auth.topnav', ['title' => 'Teaching Diary'])

Teaching Diary

Cancel
@csrf

We will display teaching diary data from only the last three days for modifications, and additionally, you can input new teaching diary entries.

@if($noData)

No records found for the given date. Please try again.

@endif
@csrf @for ($i = 0; $i < 10; $i++) @endfor
Date Day Class Period/Time Theory/Practical Topics Covered Methodology Adopted No. of Students Attended Teaching Aids Used Student Activity Conducted
@endsection @push('scripts') @endpush