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