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

RUBROS

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