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

ENVIO DE DOCUMENTOS

{{ Form::select('serial_scy',$schoolYears,$currentSchoolYear->serial_scy,array('id'=>'serial_scy','class'=>'form-control')) }}
{{Form::select('serial_set',array(''=>'-Seleccione-'),'',array('id'=>'serial_set','class'=>'form-control col-md-6', 'required'))}}
{{Form::select('serial_crs',array(''=>'-Seleccione-'),'',array('id'=>'serial_crs','class'=>'form-control col-md-6', 'required'))}}


{{Form::close()}} {{ HTML::style('css/common/eyelash.css') }} {{ HTML::script('js/sendDocuments/index.js') }} @stop