@extends('layouts.admin') @section('content')

{{ !empty($year->id) ? 'Add Year' : 'Edit Year' }}

@csrf
Back
@endsection @section('script') @endsection