@extends('layouts.app') @section('content')
@include('layouts.left-menu')

Academic Settings

@include('session-messages')
@if ($latest_school_session_id == $current_school_session_id)
Create Session

Create one Session per academic year. Last created session will be considered as the latest academic session.

@csrf
@endif
Browse by Session

Only use this when you want to browse data from previous Sessions.

@csrf

Select "Session" to browse by:

@if ($latest_school_session_id == $current_school_session_id)
Create Semester for Current Session
@csrf

Semester name

Attendance Type

Do not change the type in the middle of a Semester.

@csrf
attendance_type == 'section')?'checked="checked"':null}} value="section">
attendance_type == 'course')?'checked="checked"':null}} value="course">
Create Class
@csrf
Create Section
@csrf

Assign section to class:

Create Course
@csrf

Course Type:

Assign to semester:

Assign to class:

Assign Teacher
@csrf

Select Teacher:

Assign to semester:

Assign to class:

Assign to section:

Assign to course:

Allow Final Marks Submission
@csrf

Usually teachers are allowed to submit final marks just before the end of a "Semester".

Disallow at the start of a "Semester".

marks_submission_status == 'on')?'checked="checked"':null}}>
@endif
@include('layouts.footer')
@endsection