@extends('layout.sidebar') @section('content') @section('title','Reporte de pagos') {{ Form::hidden('dates', action('ReportPaymentsController@postDates', array()), array('id'=>'dates')) }} {{ Form::hidden('students', action('ReportPaymentsController@postStudents', array()), array('id'=>'students')) }} {{ Form::open(array('url' => action('ReportPaymentsController@postReport'), 'class' => 'form-signin', 'method' => 'POST','id'=>'data')) }}

REPORTE DE PAGOS

{{ Form::label('serial_scy',Global_Functions::changeTitles('Año Lectivo').':', array('class' => 'col-md-6 control-label')) }}
{{ Form::select('serial_scy',$schoolYears,$currentScy,array('class'=>'form-control')) }}
{{Form::close()}} {{ HTML::script('js/paymentstm/report/payments/index.js') }} @stop