@extends('layout.sidebar') @section('content') @section('title','Rubros por estudiante') {{ Form::hidden('months', action('InscriptionReportController@getInvoiceMonth', array()), array('id'=>'months')) }} {{ Form::hidden('sections', action('SectionController@getSectionsbyschoolyearoptionsall', array()), array('id'=>'sections')) }} {{ Form::hidden('levles', action('LevelController@getActiveLevels', array()), array('id'=>'levles')) }} {{ 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('studentspaid', action('InscriptionReportController@postStudentPaid', array()), array('id'=>'studentspaid')) }} {{ Form::open(array('url' => action('InscriptionReportController@postCompleteReport', array()), 'class' => 'form-signin', 'method' => 'POST','id'=>'data')) }}