@extends('admin.layout.admin') @section('title', 'Tahun Ajaran') @section('styles') @endsection @section('metas') @endsection @section('scripts') @endsection @section('content')
Tahun Ajaran
@include('admin.layout.alert') @foreach($tahuns as $tahun) @endforeach
Tahun Ajaran Status
{{ $tahun->tahun }} @if($tahun->active) Aktif @else
@csrf
@endif
@endsection