@extends('layouts.app') @section('title', 'Edit Class Year') @section('content')
Update Class Year
@csrf @method('PUT')
{{ $errors->first('class_type_id') }}
{{ $errors->first('status') }}
{{ $errors->first('name') }}
{{ $errors->first('name_bn') }}
@endsection