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