@extends('layout.sidebar') @section('content') @section('title','Descuentos masivos') {{ Form::hidden('documents', action('PaymentController@getDocumentsBySchoolYear', array()), array('id'=>'documents')) }} {{ Form::hidden('discounts', action('DiscountController@getDiscountsByPaymentConceptSchoolYear', array()), array('id'=>'discounts')) }} {{ Form::hidden('saveDiscounts', action('DiscountController@postSaveDiscount', array()), array('id'=>'saveDiscounts')) }} {{ Form::hidden('monthsRoute', action('SchoolYearController@getInvoiceMonth', array()), array('id'=>'monthsRoute')) }} {{ Form::hidden('studentsRoute', action('DiscountController@postStudents', array()), array('id'=>'studentsRoute')) }} {{Form::token();}}