@extends('layout.sidebar') @section('content')

Reportes

{{ HTML::script('js/gradeReport/indexAcademicGrades.js') }} {{ Form::hidden('sectios', action('GradeReportsController@getSections', array()), array('id'=>'sectios')) }} {{ Form::hidden('levels', action('GradeReportsController@getLevels', array()), array('id'=>'levels')) }} {{ Form::hidden('periods', action('GradeReportsController@getPeriods', array()), array('id'=>'periods')) }} {{ Form::hidden('subPeriods', action('GradeReportsController@getSubPeriods', array()), array('id'=>'subPeriods')) }} {{ Form::hidden('studentsByCourse', action('GradeReportsController@getStudentsByCourse', array()), array('id'=>'studentsByCourse')) }} {{ Form::hidden('postStudentAveragesByPeriod', action('AcademicGradesController@postStudentAveragesBySubPeriod', array()), array('id'=>'postStudentAveragesByPeriod')) }}
{{ Form::open(array('class'=>'form-signin')) }}
{{ Form::label('serial_scy','1. Año Lectivo:') }}
{{ Form::select('serial_scy',$schoolYears,$currentScy,array('class'=>'form-control')) }}

{{ Form::label('section','2. Sección:') }}
{{ Form::select('section',array('','--SELECCIONE--'),'',array('class'=>'form-control')) }}

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

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

{{ Form::label('sub_period','5. Parcial:') }}
{{ Form::select('sub_period',array('','--SELECCIONE--'), '',array('class'=>'form-control')) }}



{{Form::close()}} @stop()