@extends('adminlte::page') @section('title', 'Tahun Ajaran') @section('content_header')

Master Tahun Ajaran

@stop @section('content')

Daftar Tahun Ajaran

@if(session('success')) @endif @if(session('error')) @endif @foreach($datas as $key => $data) @endforeach
No Tahun Ajaran Status Aksi
{{ $key + 1 }} {{ $data->tahun }} @if($data->is_active) Aktif @else Tidak Aktif @endif @if(!$data->is_active)
@csrf
@endif
@csrf @method('DELETE')
@stop @section('js') @stop