Revision Material List
Add Revision Material
@csrf
@if ($errors->has('type'))
{{ $errors->first('type') }}
@endif
@if ($errors->has('chapters'))
{{ $errors->first('chapters') }}
@endif