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

Edit tahun

@csrf @method('PUT')
@error('tahun')

{{ $message }}

@enderror
Kembali
@endsection