Feat: Расписание для студентов
✅ ScheduleController (index, calendar) ✅ Временная шкала событий ✅ Календарь (FullCalendar) ✅ Фильтры (сегодня/неделя/месяц) ✅ Статистика (курсы/тесты) ✅ Ссылка в сайдбаре Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
@@ -94,10 +94,15 @@
|
||||
</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link {{ Str::startsWith($currentRoute, 'admin.tests') ? 'active' : '' }}" href="{{ route('admin.courses.tests.index', \App\Models\Course::first()) }}">
|
||||
<a class="nav-link {{ Str::startsWith($currentRoute, 'admin.tests') ? 'active' : '' }}" href="{{ route('student.tests.index') }}">
|
||||
<i class="bi bi-file-earmark-text"></i> Тесты
|
||||
</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link {{ Str::startsWith($currentRoute, 'student.schedule') ? 'active' : '' }}" href="{{ route('student.schedule.index') }}">
|
||||
<i class="bi bi-calendar3"></i> Расписание
|
||||
</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="#">
|
||||
<i class="bi bi-graph-up"></i> Прогресс
|
||||
|
||||
Reference in New Issue
Block a user