@extends('layout.sidebar') @section('content') @section('title','Revisión de transferencias') {{ Form::hidden('transfers', action('CurrentPayementsController@getTransfers', array()), array('id'=>'transfers')) }} {{ Form::hidden('receiptTransfer', action('CurrentPayementsController@getDetail', array()), array('id'=>'receiptTransfer')) }} {{Form::token();}}

RUBROS

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