@extends('layouts.app') @section('title', 'Manajemen Tahun Ajaran') @section('content')
Kelola tahun ajaran dan status keaktifan
| No | Tahun Ajaran | Periode | Keterangan | Status | Aksi |
|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $year->name }} @if($year->is_active) Aktif @endif |
{{ $year->start_date->format('d M Y') }}
{{ $year->end_date->format('d M Y') }} |
{{ $year->description ?? '-' }} | @if($year->is_active) Aktif @else Nonaktif @endif | |
|
Belum ada tahun ajaran Tambah Tahun Ajaran |
|||||