@extends('layouts.app') @section('title','Add New Year') @section('content')
@csrf
{{ $errors->first('name') }}
Cancel
@endsection