@extends('layouts.dashboard') @section('title', 'Academic Years') @section('page-content')
Manage academic years
| Name | Start Date | End Date | Semesters | Status | Actions |
|---|---|---|---|---|---|
| {{ $year->name }} | {{ $year->start_date->format('Y-m-d') }} | {{ $year->end_date->format('Y-m-d') }} | {{ $year->semesters_count }} | @if($year->is_current) Current @else Inactive @endif | View Edit |
| No academic years found | |||||