@extends('layout.sidebar') @section('content') @section('title','CALIFICACIONES ANTICIPADAS') {{ Form::open(array('url' => 'simulatedGradesReport/information-simulated-grades-by-entry', 'class' => 'form-signin', 'method' => 'POST','id'=>'data')) }} {{ Form::token() }}

Reporte de Calificaciones Anticipadas


{{ Form::label('serial_scy','1. Año Lectivo:',array('class'=>'col-md-4 control-label')) }}
{{ Form::select('schoolYear',$schoolYearList,$currentSchoolYear->serial_scy,array('class'=>'form-control','id'=>'schoolYear','type'=>'')) }}
{{ Form::label('levels','2. Nivel:',array('class'=>'col-md-4 control-label')) }}
{{ Form::label('entries','Ingreso:',array('class'=>'col-md-4 control-label')) }}
{{Form::close()}} {{ HTML::script('js/simulatedGradesReport/index.js')}} @stop