@extends('layout.sidebar') @section('content') @section('title','REPORTE DE CALIFICACIONES ANTICIPADAS') {{ Form::token() }}

Reporte de Calificaciones Anticipadas


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