@if (count($student) > 0 && $urlReport != "") {{ Form::hidden('linkSubperiodReport', action($urlReport, array()), array('id'=>'linkSubperiodReport')) }}
@if($showSubperiod && $subperiodsReports)
QUIMESTRE
PARCIAL
GENERAR
{{ Form::open(array('url' => action( $urlReport , array()), 'method' => 'POST','class'=>'form-signin','id'=>'subperiod-report-std')) }} {{ Form::hidden('serial-std-report-std-sbp',$student->serial_std, array('id'=>'serial-std-report-std-sbp')) }} {{ Form::hidden('std-name-report-std-sbp',$student->last_name_std." ".$student->first_name_std, array('id'=>'std-name-report-std-sbp')) }} {{ Form::hidden('serial-scy-report-std-sbp',$schoolYear->serial_scy, array('id'=>'serial-scy-report-std-sbp')) }} {{ Form::hidden('serial-set-report-std-sbp',$student->serial_set, array('id'=>'serial-set-report-std-sbp')) }} {{ Form::hidden('serial-crs-report-std-sbp',$student->serial_crs, array('id'=>'serial-crs-report-std-sbp')) }} {{ Form::hidden('status-sty-report-std-sbp',$student->status_sty, array('id'=>'status-sty-report-std-sbp')) }} {{ Form::hidden('code-std-report-std-sbp',$student->code_std, array('id'=>'code-std-report-std-sbp')) }}
@if(count($student->periods)>0) {{ Form::select('serial-prd-std-sbp',$student->periods, '',array('class'=>'form-control periodsStudent','id'=>'serial-prd-std-sbp')) }} @else {{ Form::select('serial-prd-std-sbp',array(''=>'-Sin periodos-'), '',array('class'=>'form-control periodsStudent','id'=>'serial-prd-std-sbp')) }} @endif
@if(count($student->subperiods)>0) {{ Form::select('serial-sbp-std-sbp', array('' => 'Seleccione'), '', array('class'=>'form-control', 'id'=>'serial-sbp-std-sbp')) }} @else {{ Form::select('serial-sbp-std-sbp',array(''=>'-SIN PARCIALES-'), '',array('class'=>'form-control','id'=>'serial-sbp-std-sbp')) }} @endif
{{Form::close()}}


@endif
@else @if($urlReport!="") @else @endif @endif {{ HTML::script('js/gradeReport/reportByStudent/reportBySubperiodByStudent.js') }}