@extends('layouts.app') @section('title', 'Расписание') {{-- Ports app/Views/schedule/index.php (legacy) — see the Phase 45 plan. Legacy renders this page with just header.php (no sidebar); this port uses the standard shared layout like every other migrated page instead (a deliberate, low-stakes cosmetic simplification, not a preserved-bug situation — see the plan for why). getAllWithDetails() has no date-range or is_active filtering at all — stale/expired schedule slots and inactive groups can still appear in this grid, preserved verbatim. --}} @push('styles') @endpush @section('content')
| Время | @foreach ($classrooms as $c){{ $c['name'] }} | @endforeach
|---|