{{ HTML::style('css/payment/index.css') }} {{ Form::hidden('guardianInfoUrl', action('PaymentController@postGuardianInformation', array()), array('id'=>'guardianInfoUrl')) }} {{ Form::hidden('receiptInfoUrl', action('RemoveMandatoryPaymetsController@postRecipet', array()), array('id'=>'receiptInfoUrl')) }} {{ Form::hidden('paymentsModeUrl', action('PaymentModeController@getPymentsMode', array()), array('id'=>'paymentsModeUrl')) }} {{ Form::hidden('paymentsMethodUrl', action('PaymentMethodController@getPaymentMethod', array()), array('id'=>'paymentsMethodUrl')) }} {{ Form::hidden('searchFamilyUrl', action('RemoveMandatoryPaymetsController@postSearchStudents', array()), array('id'=>'searchFamilyUrl')) }} {{ Form::hidden('loadPaymentsAsign', action('RemoveMandatoryPaymetsController@postPaymentsForStudent', array()), array('id'=>'loadPaymentsAsign')) }} {{ Form::hidden('loadPaymentsRecover', action('RemoveMandatoryPaymetsController@postPaymentsRecover', array()), array('id'=>'loadPaymentsRecover')) }} {{ Form::hidden('loadPaymentsRecoverRevert', action('RemoveMandatoryPaymetsController@postRevertPaymentsRecover', array()), array('id'=>'loadPaymentsRecoverRevert')) }} {{ Form::hidden('discounts', action('RemoveMandatoryPaymetsController@postDiscounts', array()), array('id'=>'discounts')) }} {{ Form::hidden('ocps', action('RemoveMandatoryPaymetsController@postOcps', array()), array('id'=>'ocps')) }} {{ Form::hidden('savediscounts', action('RemoveMandatoryPaymetsController@postSaveDiscounts', array()), array('id'=>'savediscounts')) }} {{ Form::hidden('saveasignpayments', action('RemoveMandatoryPaymetsController@postAsignPaymentes', array()), array('id'=>'saveasignpayments')) }} {{ Form::hidden('checkinvoice', action('RemoveMandatoryPaymetsController@postCheckInvoices', array()), array('id'=>'checkinvoice')) }} {{ Form::hidden('copyasign', action('RemoveMandatoryPaymetsController@postCopy', array()), array('id'=>'copyasign')) }} {{ Form::hidden('saverevertrecoperpayment', action('RemoveMandatoryPaymetsController@postSaveRevertPayment', array()), array('id'=>'saverevertrecoperpayment')) }} {{ Form::hidden('paymentsmethod', action('RemoveMandatoryPaymetsController@postLoadPaymentMethods', array()), array('id'=>'paymentsmethod')) }} {{ Form::hidden('savecopyasign', action('RemoveMandatoryPaymetsController@postSaveCopy', array()), array('id'=>'savecopyasign')) }} {{ Form::hidden('saveocpasing', action('RemoveMandatoryPaymetsController@postSaveStudentOcpMonth', array()), array('id'=>'saveocpasing')) }} {{ Form::hidden('serial_scy', $school_year->serial_scy, array('id'=>'serial_scy')) }} {{ Form::hidden('hdnStartDateYear',$school_year->invoice_start_date_scy , array('id'=>'hdnStartDateYear')) }} {{ Form::hidden('hdnEndDateYear',$school_year->end_date_scy, array('id'=>'hdnEndDateYear')) }} {{ Form::hidden('hdnSerialFml',null , array('id'=>'hdnSerialFml')) }} {{ Form::hidden('showButtonCoPy','NO' , array('id'=>'showButtonCoPy')) }} {{ Form::hidden('studentDettailHtml', action('PaymentManageController@postPaymentStudentDetail', array()), array('id'=>'studentDettailHtml')) }} {{ Form::hidden('studentDettailExcel', action('PaymentManageController@getPaymentStudentDetailExcel', array()), array('id'=>'studentDettailExcel')) }} {{ Form::token() }}
{{ Form::label('searchFamily', 'Estudiante:', array('class' => 'col-md-5')) }}
{{ Form::text('searchFamily', '', array('class' => 'form-control', 'placeholder' => 'Buscar estudiante', 'autocomplete' => 'off', 'id' => 'searchFamily')) }}
{{ Form::hidden('hdnSerialFml',null , array('id'=>'hdnSerialFml')) }}
{{ Form::label('','Fecha de Inicio:',array('for'=>'txtStartDate')) }}
status_scy=='ACTIVE,CURRENT') @if(date('Y-m') < $school_year->invoice_start_date_scy_txt) value="{{$school_year->invoice_start_date_scy_txt}}" @else value="{{date('Y-m')}}" @endif @else value="{{$school_year->invoice_start_date_scy_txt}}" @endif>
{{ Form::label('','Fecha de fin:',array('for'=>'endDate')) }}
status_scy=='ACTIVE,CURRENT') @if(date('Y-m')<$school_year->invoice_start_date_scy_txt) value="{{$school_year->invoice_start_date_scy_txt}}" @else value="{{date('Y-m')}}" @endif @else value="{{$school_year->invoice_start_date_scy_txt}}" @endif>


{{ HTML::script('js/paymentstm/removemandatorypayement/loads/dates.js') }} {{ HTML::style('css/common/eyelash.css') }}