@extends('layout.sidebar') @section('content') @section('title','Documentos') {{ Form::hidden('sections', action('SectionController@getSectionsbyschoolyearoptionsall', array()), array('id'=>'sections')) }} {{ Form::hidden('courses', action('CourseController@getAllbysectionoptionsall', array()), array('id'=>'courses')) }} {{ Form::hidden('students', action('SendDocumentsController@getStudents', array()), array('id'=>'students')) }} {{ Form::open(array('url' => action('CarnetController@postPrintCarnets'), 'class' => 'form-signin', 'method' => 'POST','id'=>'data')) }} {{ Form::token() }}