@extends('layout.sidebar') @section('content') @section('title','inscripciones') {{ Form::hidden('hdnSaveOptionalPayments', action('WizardController@postSaveTravelSection', array()), array('id'=>'hdnSaveOptionalPayments')) }} {{ Form::hidden('hdnQuestionPrepaid', action('WizardController@getPrepaidQuestion', array()), array('id'=>'hdnQuestionPrepaid')) }} {{ Form::hidden('hdnPraprovedStudents', action('WizardController@postStudensPreaproved', array()), array('id'=>'hdnPraprovedStudents')) }} {{ Form::hidden('hdnSaveQuestionPepaid', action('WizardController@postStudensPrepaid', array()), array('id'=>'hdnSaveQuestionPepaid')) }} {{ Form::hidden('hdnLdOptionalPayments', action('WizardController@postTravelSection', array()), array('id'=>'hdnLdOptionalPayments')) }} {{ Form::hidden('hdnTravelRoute', action('TravelWizardController@getIndex', array()), array('id'=>'hdnTravelRoute')) }} {{ Form::hidden('hdnLoadInsurance', action('WizardController@postStudensInsurance', array()), array('id'=>'hdnLoadInsurance')) }} {{ Form::hidden('hdnSaveContract', action('WizardController@postSaveServicesContract', array()), array('id'=>'hdnSaveContract')) }}
{{ Form::hidden('serial_scy', $schoolYear->serial_scy, array('id'=>'serial_scy')) }} {{ Form::hidden('studentsInPrepaid', $schoolYear->serial_scy, array('id'=>'studentsInPrepaid')) }} {{ Form::hidden('studentsInPreaproved', $schoolYear->serial_scy, array('id'=>'studentsInPreaproved')) }} {{ Form::hidden('haveStudents', $haveStudents , array('id'=>'haveStudents')) }} {{Form::close()}}
{{ HTML::script('js/wizard/index.js') }} @stop