@extends('layouts.app') @section('title', 'Tahun Ajaran') @section('content')
Kelola tahun ajaran, promosi siswa, dan data historis.
| Nama | Status | Data | Aksi |
|---|---|---|---|
|
{{ $ay->name }}
{{ \Carbon\Carbon::parse($ay->start_date)->format('d M Y') }} — {{ \Carbon\Carbon::parse($ay->end_date)->format('d M Y') }}
|
@if ($ay->is_active) Aktif @else Nonaktif @endif | {{ $ay->grades_count }} nilai |
@if (!$ay->is_active)
@endif
|
| Belum ada tahun ajaran. | |||