{{ __('Grades') }}*
@if ($errors->has('grades')) {{ $errors->first('grades') }} @else
{{ __('The grades field is required.') }}
@endif