{{ Form::hidden('getscheduleinformation', action('ScheduleInscriptionController@getScheduleInscriptionInfo', array()), array('id'=>'getscheduleinformation')) }} {{ Form::open(array('url' => '', 'class' => 'form-signin', 'method' => 'POST','id'=>'frmPostulationFormQuestionAnswer')) }} {{ Form::hidden('serial_scy',$schoolYear->serial_scy, array('id'=>'serial_scy')) }}
@foreach($scheduleInscriptions as $scheduleInscription) @endforeach
{{$schoolYear->name_scy}}
HORARIO ESTADO
{{$scheduleInscription->name_scn}} {{$status_scn[$scheduleInscription->status_scn]}}
{{Form::close()}} {{ HTML::script('js/registrationProcessWizardUser/schoolYear/schedule/index.js') }} {{ HTML::style('css/common/feature-table.css') }}