@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')) }}

{{"QUITAR DESCUENTO DE PRONTO PAGO"}}

AÑO LECTIVO {{$schoolYear->name_scy}}


{{ Form::label('start_date_deb','* 1. Mes en el que se va a quitar el descuento:') }}
{{ Form::select('start_date_deb', array('' => '-Seleccione-'), '', array('class'=>'form-control', 'id'=>'start_date_deb')) }}

{{ Form::label('start_date_deb_check','* 1. Mes en el que se va a revisar el pago:') }}
{{ Form::select('start_date_deb_check', array('' => '-Seleccione-'), '', array('class'=>'form-control', 'id'=>'start_date_deb_check')) }}

{{ Form::label('','Fecha de pago:',array('for'=>'endDate')) }}


{{Form::close()}} {{ HTML::style('css/common/eyelash.css') }} {{ HTML::script('js/paymentstm/removediscountsoonpayment/index.js') }} @stop