@extends('layout.sidebar') @section('content') {{ Form::hidden('subjects', action('GradePeriodExamController@getSubjects', 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('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')) }} {{ Form::hidden('project',$project, array('id'=>'project')) }} {{ Form::open(array('class'=>'form-signin','id'=>'gradeReport_subperiod')) }}

CALIFICAR EXÁMENES DE PERIODO POR CURSO

{{ 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')) }}

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

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


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