@extends('layouts.app') @section('title', 'Academic Sessions') @section('breadcrumb', 'Academic › Sessions & Terms') @section('content')
{{ $school->name }} — Create academic years and their terms
Create your first academic session (e.g. 2024/2025) then add 3 terms within it. This unlocks student enrollment, grade entry and report cards.
| Term | Dates | Status | Results | Actions |
|---|---|---|---|---|
| {{ $term->name }} | {{ $term->start_date->format('M d') }} — {{ $term->end_date->format('M d, Y') }} | @if($term->is_current) Current Term @else Inactive @endif | @if($term->results_published) Published @else Not Published @endif |