@extends('layout.sidebar') @section('content') @section('title','Sincronización de datos') {{ Form::hidden('months', action('SchoolYearController@getInvoiceMonth', array()), array('id'=>'months')) }} {{ Form::hidden('sections', action('SectionController@getSectionsbyschoolyearoptionsall', array()), array('id'=>'sections')) }} {{ Form::hidden('courses', action('CourseController@getAllbysectionoptionsall', array()), array('id'=>'courses')) }} {{ Form::hidden('students', action('SafiController@getStudents', array()), array('id'=>'students')) }} {{ Form::hidden('paymentConceptGroups', action('SafiController@getPaymentConceptGroups', array()), array('id'=>'paymentConceptGroups')) }} {{ Form::hidden('employees', action('TravelFormatController@getEmployees', array()), array('id'=>'employees')) }} {{ Form::hidden('savestudent', action('SafiController@postSaveStudent', array()), array('id'=>'savestudent')) }} {{ Form::hidden('formatstudents', action('TravelFormatController@getFormatStudens', array()), array('id'=>'formatstudents')) }} {{ Form::open(array('url' => action('CarnetController@postPrintCarnets'), 'class' => 'form-signin', 'method' => 'POST','id'=>'data')) }}