@extends('layout.sidebar') @section('content') @section('title','ANULAR RETIRO DE ESTUDIANTES') {{ Form::hidden('urlStudents', action('ReEntryStudentSchoolYearController@postStudents', array()), array('id'=>'urlStudents')) }} {{ Form::hidden('urlReentry', action('ReEntryStudentSchoolYearController@postSave', array()), array('id'=>'urlReentry')) }} {{ Form::hidden('urlModal', action('ReEntryStudentSchoolYearController@getInfoModal', array()), array('id'=>'urlModal')) }} {{ Form::hidden('urlMessage', action('ReEntryStudentSchoolYearController@postMessage', array()), array('id'=>'urlMessage')) }} {{Form::open(array('class' => 'form-signin','id'=>'data','url'=>"")) }}

{{"ANULAR RETIRO DE ESTUDIANTES"}}


{{ Form::label('serial_scy','Año Lectivo:') }}
{{ Form::select('serial_scy',$schoolYears,$currentYear,array('class'=>'form-control')) }}




{{Form::close()}}



{{ HTML::script('js/reEntryStudentSchoolYear/index.js') }} @stop()