{{ Form::hidden('save-grades', action('GradePeriodExamController@postSavegrades', array()), array('id'=>'save-grades')) }} {{ Form::hidden('pai', action('GradeCriteriaController@getPaievaluationYear', array()), array('id'=>'pai')) }}
{{ Form::label('','CALIFICACIONES') }}
{{ Form::open(array('url' => '', 'class' => 'form-create', 'method' => 'POST', 'id' => 'saveGradesForm')) }}
@if($pai || $project=='YES') @elseif($comment) @endif @foreach($students as $student) @if($pai || $project=='YES') @elseif($comment) @else @endif @endforeach
NOMBRE CURSO PAI COMENTARIOS
{{$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}}
PAI
{{ Form::textarea('comment[]',$student->observations , array('class' => 'form-control', 'size' => '2x2', 'id' => 'comment_' . $student->serial_std)) }}

{{ Form::close() }} {{ HTML::style('css/gradePeriodExam/studentsGradeExam.css') }} {{ HTML::script('js/gradePeriodExam/studentsGradeExamYear.js') }}