@extends('layout.sidebar') @section('content') {{ Form::hidden('students', action('MigrationGradeAverageController@getStudents', array()), array('id'=>'students')) }} {{Form::token()}}

Migración de Promedios



{{ Form::label('serial_scy','Seleccione el año lectivo:') }}
{{ Form::select('serial_scy',$schoolYears,$currentScy,array('class'=>'form-control')) }}

{{ Form::label('serial_std','Estudiante:') }}
{{ Form::text('student_year_search', null, array('id'=>'student_year_search', 'class'=>'form-control','placeholder' => 'Busque por Nombre o Apellido')) }}




@if($success==200) @elseif($success=="error") @endif
{{ HTML::script('js/gradeMigration/index.js')}} @stop