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

Tambah Tahun Ajaran

@stop @section('content')
@csrf
@error('tahun') {{ $message }} @enderror
Batal
@stop