@extends('layout.sidebar') @section('content') @section('title','Deudas de años anteriores') {{ 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('DebtsPreviousYearsController@getStudents', array()), array('id'=>'students')) }} {{ Form::hidden('save', action('DebtsPreviousYearsController@postSave', array()), array('id'=>'save')) }} {{ Form::hidden('recocer', action('DebtsPreviousYearsController@postRecover', array()), array('id'=>'recocer')) }} {{ Form::hidden('methoddata', action('DebtsPreviousYearsController@postMethodData', array()), array('id'=>'methoddata')) }} {{ Form::hidden('saverecover', action('DebtsPreviousYearsController@postSaveRecover', array()), array('id'=>'saverecover')) }} {{ Form::hidden('receipt', action('DebtsPreviousYearsController@postReceipt', array()), array('id'=>'receipt')) }} {{ Form::hidden('gettotal', action('DebtsPreviousYearsController@postTotalPaid', array()), array('id'=>'gettotal')) }} {{ Form::hidden('payementDetail', action('DebtsPreviousYearsController@postPaymentDetail', array()), array('id'=>'payementDetail')) }} {{ Form::open(array('url' => action('CarnetController@postPrintCarnets'), 'class' => 'form-signin', 'method' => 'POST','id'=>'data')) }}

{{"DEUDAS DE AÑOS ANTERIORES"}}


{{ Form::label('serial_scy','* 1. Año Lectivo:') }}
{{ Form::select('serial_scy',$schoolYears,$currentSchoolYear->serial_scy,array('class'=>'form-control')) }}

{{ Form::label('serial_set','* 2. Sección:') }}
{{ Form::select('serial_set', array('' => '-Seleccione-'), '', array('class'=>'form-control', 'id'=>'serial_set')) }}

{{ Form::label('serial_crs','* 3. Nivel:') }}
{{ Form::select('serial_crs', array('' => 'Seleccione'), '', array('class'=>'form-control', 'id'=>'serial_crs')) }}


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