@extends('layout.sidebar') @section('content') @section('title','Notas de crédito') {{ Form::hidden('months', action('SchoolYearController@getInvoiceMonth', array()), array('id'=>'months')) }} {{ Form::hidden('sections', action('SectionController@getSectionsbyschoolyearoptionsall', array()), array('id'=>'sections')) }} {{ Form::hidden('courses', action('LevelController@getActiveLevelsAddAll', array()), array('id'=>'courses')) }} {{ Form::hidden('students', action('CreditNoteController@getStudents', array()), array('id'=>'students')) }} {{ Form::hidden('save', action('CreditNoteController@postSave', array()), array('id'=>'save')) }} {{ Form::hidden('recocer', action('CreditNoteController@postReturn', array()), array('id'=>'recocer')) }} {{ Form::hidden('saverecover', action('CreditNoteController@postSaveRecover', array()), array('id'=>'saverecover')) }} {{ Form::hidden('receipt', action('CreditNoteController@postReceipt', array()), array('id'=>'receipt')) }} {{ Form::hidden('gettotal', action('CreditNoteController@postTotalPaid', array()), array('id'=>'gettotal')) }} {{ Form::hidden('payementDetail', action('CreditNoteController@postPaymentDetail', array()), array('id'=>'payementDetail')) }} {{ Form::open(array('url' => action('CreditNoteController@postReport'), 'class' => 'form-signin', 'method' => 'POST','id'=>'data')) }}