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

{{ $title }}

@foreach ($teachingDiaries as $index => $tds) @endforeach
# Name Of Lecturer Topics Name Teaching Date Period Action

{{ $index + 1 }}

{{ $tds->staff->firstname }}

{{ $tds->topicsname }}

{{ $tds->teaching_date }}

{{ $tds->period->cms_period_name }}

@endsection