@extends('layout.sidebar')
@section('content')
@section('title','Comentarios por Materia')
{{ Form::hidden('students', action('ReportCommentSubjectController@getLoadStudents', array()), array('id'=>'students')) }}
{{ Form::hidden('periods', action('ReportCommentSubjectController@getLoadPeriodStudent', array()), array('id'=>'periods')) }}
{{ Form::hidden('subperiods', action('ReportCommentSubjectController@getLoadSubPeriodStudent', array()), array('id'=>'subperiods')) }}
{{ Form::open(array('class' => 'form-signin','id'=>'data')) }}
{{"Reporte Por Parcial"}}
{{ Form::label('serial_scy','* 1. Año Lectivo:') }}
{{ Form::select('serial_scy',$schoolYears,$currentYear,array('class'=>'form-control')) }}
{{ Form::label('serial_std','* 2. Estudiantes:') }}
{{ Form::select('serial_std', array('' => '-Seleccione-'), "", array('class'=>'form-control', 'id'=>'serial_std')) }}
{{ Form::label('serial_prd','* 5. Periodo:') }}
{{ Form::select('serial_prd', array('' => '-Seleccione-'), "", array('class'=>'form-control', 'id'=>'serial_prd')) }}
{{ Form::label('serial_sbp','* 6. Parcial:') }}
{{ Form::select('serial_sbp',array('' => '-Seleccione-'), "", array('class'=>'form-control', 'id'=>'serial_sbp')) }}
{{Form::close()}}
{{ HTML::script('js/subperiodReportGuardian/subperiodReportGuardian.js') }}
@stop()