@extends('layout.sidebar') @section('content') @section('title','Reportes Pagos en línea') {{ Form::hidden('urldate', action('PaymentButtonController@getPaymentButtonDays', array()), array('id'=>'urldate')) }} {{ Form::hidden('urlPaymentButtonReport', action('PaymentButtonController@postLoadPaymentButtonReport', array()), array('id'=>'urlPaymentButtonReport')) }} {{ Form::open(array('class' => 'form-signin', 'method' => 'POST','id'=>'data')) }}

Reportes de pagos en línea



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

{{Form::close()}} {{ HTML::style('css/paymentButton/reports.css') }} {{ HTML::script('js/paymentButton/reports.js') }} {{ HTML::style('css/common/eyelash.css') }} @stop()