@extends('layouts.app') @section('title', 'Tambah tahun') @section('content')

Tambah tahun

@csrf
@error('tahun')

{{ $message }}

@enderror
Kembali
@endsection