@extends('layouts.admin') @section('title', 'Academic Years') @section('page-title', 'Academic Years') @section('content')
Manage school sessions and select the active term.
Add Academic Year| Academic Year | Status | Created At | Actions |
|---|---|---|---|
| {{ $year->name }} | @if($year->is_active) Active Session @else Inactive @endif | {{ $year->created_at->format('d M Y') }} |
Edit
@if(!$year->is_active)
@endif
|
| No academic sessions added yet. | |||