@extends('layout.sidebar') @section('content') {{ Form::hidden('students', action('UploadFilesController@postLoadStudents', array()), array('id'=>'students')) }} {{ Form::hidden('urlMessages', action('UploadFilesController@postLoadMessages', array()), array('id'=>'urlMessages')) }} {{ Form::hidden('urlInfoChild', action('UploadFilesController@postLoadInfoChild', array()), array('id'=>'urlInfoChild')) }} {{ Form::hidden('serial_scy',$schoolYears->serial_scy, array('id'=>'serial_scy')) }} {{ Form::open(array('url' =>action('UploadFilesController@postSaveDocuments'), 'method' => 'POST', 'id' => 'update','files'=>true,'enctype'=>'multipart/form-data')) }} {{Form::token()}}

{{"Documentos de MatrĂ­cula"}}


Proceso de MatrĂ­cula {{ $schoolYears->name_scy }}





{{Form::close()}} @if($wizardOrigin=='YES') {{ Form::hidden('serial_rpw_prev',$serial_rpw_prev,array('id' => 'serial_rpw_prev','class' => 'student_select')) }} {{ Form::hidden('serial_rpw_next',$serial_rpw_next,array('id' => 'serial_rpw_next','class' => 'student_select')) }}

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