@extends('layout.sidebar') @section('content') @section('title','Exportar pagados') {{ Form::hidden('months', action('ExportPaymentsController@getMonths', array()), array('id'=>'months')) }} {{ Form::hidden('sections', action('ExportPaymentsController@postSections', array()), array('id'=>'sections')) }} {{ Form::hidden('courses', action('ExportPaymentsController@postCourses', array()), array('id'=>'courses')) }} {{ Form::hidden('students', action('ExportPaymentsController@postStudentsProccess', array()), array('id'=>'students')) }} {{ Form::hidden('paymentConceptGroups', action('ExportPaymentsController@postPaymentConceptGroups', array()), array('id'=>'paymentConceptGroups')) }} {{ Form::hidden('paymentMethods', action('ExportPaymentsController@getPaymentMethods', array()), array('id'=>'paymentMethods')) }} {{ Form::hidden('saveRegisterSafi', action('ExportPaymentsController@postSaveRegisterSafi', array()), array('id'=>'saveRegisterSafi')) }} {{ Form::hidden('hdnStartDateYear','', array('id'=>'hdnStartDateYear')) }} {{ Form::hidden('hdnEndDateYear','', array('id'=>'hdnEndDateYear')) }} {{ Form::open(array('url' => action('ExportPaymentsController@postStudents'), 'class' => 'form-signin', 'method' => 'POST','id'=>'data')) }}

{{"Exportar pagados"}}


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

{{ Form::label('','* Mes de inico:',array('for'=>'txtStartDateDeb')) }}

{{ Form::label('','* Mes de fin:',array('for'=>'endDate')) }}

{{ Form::label('serial_pcg','* Tipo de rubro:') }}
{{ Form::select('serial_pcg', array('' => 'Seleccione'), '', array('class'=>'form-control', 'id'=>'serial_pcg')) }}

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

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

{{ Form::label('serial_pcg','* Forma de pago:') }}
{{ Form::select('serial_pym[]', array(), '', array('class'=>'form-control selectpicker','multiple', 'id'=>'serial_pym')) }}

{{ Form::label('','* 7. Fecha de pago:',array('for'=>'txtStartDate')) }}

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