@extends('layouts.admin') @section('title', setting('school_name', 'ShulePoint') . ' | Create Timetable for My Class') {{-- Block form: the inline @section($name, $value) form does not compile {{ }}, so the class name would be printed as literal echo() text. --}} @section('page-title') Create Timetable — {{ $class->name }} @endsection @section('content')
Each period needs: Subject, Teacher (optional), Day, Start/End Time, Period Number, Room (optional), Type.
Period numbers (1-12) determine display order within a day. Keep them sequential.
Lesson = regular class. Break = recess/lunch. Assembly = morning assembly. Activity = sports/clubs. Study = supervised study.
For best results, ensure subjects have assigned teachers. Use the AI assistant for a balanced weekly schedule.