@extends('layouts.app', ['title' => 'Year']) @section('title','Edit Year') @section('content')
@csrf @method('PUT')
{{ $errors->first('name') }}
Cancel
@endsection