@extends('layout.sidebar') @section('content') @section('title','Manejo de rubros') {{ Form::hidden('dates', action('RemoveMandatoryPaymetsController@postDates', array()), array('id'=>'dates')) }} {{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/removemandatorypayement/index.js') }} @stop