@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')) }}