@csrf @method('PUT')
@if ($errors->has('class_name')) {{ $errors->first('class_name') }} @endif
@if ($errors->has('class_code')) {{ $errors->first('class_code') }} @endif
@if ($errors->has('sections')) {{ $errors->first('sections') }} @endif
@if ($errors->has('priority')) {{ $errors->first('priority') }} @endif