@extends('layout.sidebar') @section('content') {{ Form::hidden('sections', action('SectionController@getSectionsbyschoolyearoptions', array()), array('id'=>'sections')) }} {{ Form::hidden('courses', action('CourseController@getAllbysectionoptions', array()), array('id'=>'courses')) }} {{ Form::hidden('subjects', action('GradePeriodExamController@getSubjectscomplete', array()), array('id'=>'subjects')) }} {{ Form::hidden('periods', action('GradePeriodExamController@getPeriods', array()), array('id'=>'periods')) }} {{ Form::hidden('students', action('GradePeriodExamController@postStutentPeriodExam', array()), array('id'=>'students')) }} {{ Form::hidden('studentsCourse', action('StudentController@getStudentsByCourse', array()), array('id'=>'studentsCourse')) }} {{ Form::hidden('historyExam', action('GradePeriodExamController@postHistoyExam', array()), array('id'=>'historyExam')) }} {{ Form::hidden('sel_subject', $sel_subject, array('id'=>'sel-subject')) }} {{ Form::hidden('rootSaveAverage',$root, array('id'=>'rootSaveAverage')) }} {{ Form::hidden('currentSchoolYear',$currentScy->serial_scy, array('id'=>'currentSchoolYear')) }}

CALIFICAR EXÁMENES DE PERIODO POR CURSO

{{ Form::open() }}
{{ Form::label('','(*)CAMPOS OBLIGATORIOS') }}

ATRÁS

{{ Form::label('serial_scy','* 1. Año Lectivo:') }}
{{ Form::select('serial_scy', $schoolYears,$currentScy->serial_scy, array('class'=>'form-control', 'id'=>'serial_scy')) }}

{{ Form::label('serial_set','* 2. Sección:') }}
{{ Form::select('serial_set', array('' => 'Seleccione'), '', array('class'=>'form-control', 'id'=>'serial_set')) }}

{{ Form::label('serial_crs','* 3. Curso:') }}
{{ Form::select('serial_crs', array('' => 'Seleccione'), '', array('class'=>'form-control', 'id'=>'serial_crs')) }}

{{ Form::label('serial_std_filter','* 4. Estudiante:') }}
{{ Form::select('serial_std_filter', array('' => 'Seleccione'), '', array('class'=>'form-control', 'id'=>'serial_std_filter')) }}

{{ Form::label('id_subject','* 5. Materia:') }}
{{ Form::select('id_subject', array(''=>'Seleccione'), '', array('class'=>'form-control id_subject', 'id'=>'id_subject')) }}

{{ Form::label('serial_prd','* 6. Periodo:') }}
{{ Form::select('serial_prd', array(''=>'Seleccione'), '', array('class'=>'form-control', 'id'=>'serial_prd')) }}


{{ Form::close() }} {{ HTML::script('js/gradePeriodExam/index_complete.js') }} @stop()