{{ Form::hidden('save-grades', action('GradePeriodExamController@postSavegrades', array()), array('id'=>'save-grades')) }}
{{ Form::hidden('pai', action('GradeCriteriaController@getPaievaluationYear', array()), array('id'=>'pai')) }}
NOMBRE | CURSO | @if($pai || $project=='YES')PAI | @elseif($comment)COMENTARIOS | @endif|
---|---|---|---|---|
{{$cout .'.-'}} | {{ Form::hidden('std[]', $student->serial_std, array('class' => 'std_id','serial_spt'=>$student->serial_spt,'serial_lvl'=>$student->serial_lvl,'serial_scy'=>$student->serial_scy,'serial_set'=>$student->serial_set )) }} {{$student->last_name_std}} {{$student->first_name_std}} | {{$student->course}} | @if($pai || $project=='YES')@elseif($comment) | {{ Form::textarea('comment[]',$student->observations , array('class' => 'form-control', 'size' => '2x2', 'id' => 'comment_' . $student->serial_std)) }} | @else @endif