@extends('layout.sidebar') @section('content') @section('title','Manejo de archivos ocp') {{ Form::hidden('dates', action('OcpFileManageController@postDates', array()), array('id'=>'dates')) }} {{ Form::hidden('months', action('OcpFileManageController@postMonths', array()), array('id'=>'months')) }} {{ Form::hidden('ocpfile', action('OcpFileManageController@getOcpFile', array()), array('id'=>'ocpfile')) }} {{ Form::hidden('proccesFile', action('OcpFileManageController@postProccesFile', array()), array('id'=>'proccesFile')) }} {{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/ocp/index.js') }} @stop