{{ __('Cadastro de Notas') }}

@csrf
@if($errors->has('nota1'))
{{ $errors->first('nota1') }}
@endif
@if($errors->has('nota2'))
{{ $errors->first('nota2') }}
@endif
@if($errors->has('notafinal'))
{{ $errors->first('notafinal') }}
@endif