@extends('layout.sidebar') @section('content') @section('title','Quitar descuento de pronto pago') {{ Form::hidden('sections', action('SectionController@getSectionsbyschoolyearoptionsall', array()), array('id'=>'sections')) }} {{ Form::hidden('courses', action('CourseController@getAllbysectionoptionsall', array()), array('id'=>'courses')) }} {{ Form::hidden('students', action('RemoveDiscountSoonPaymentController@getStudents', array()), array('id'=>'students')) }} {{ Form::hidden('save', action('RemoveDiscountSoonPaymentController@postSave', array()), array('id'=>'save')) }} {{ Form::hidden('months', action('ReportPaymentConceptsController@getInvoiceMonth', array()), array('id'=>'months')) }} {{ Form::open(array('url' => action('RemoveDiscountSoonPaymentController@postSave'), 'class' => 'form-signin', 'method' => 'POST','id'=>'data')) }}