@extends('layouts.adminnav') @section('title', 'Admin Timetable Management') @section('content')
Automobile Engineering Academy Timetable Management
No classes scheduled for today.
@endforelseHow to Edit: Click on any timetable slot in the table below to edit or add subject details.
| Time | @foreach($days as $day){{ $day }} {{ strtolower($today) == strtolower($day) ? '(Today)' : '' }} | @endforeach|||||
|---|---|---|---|---|---|---|
| {{ $slot }} | @if($slot == '12:15 - 01:00')☕ Interval / Lunch Break | @else @foreach($days as $day) @php $item = $grid[$slot][$day] ?? null; @endphp@endforeach @endif | ||||