<?php $__env->startSection('content'); ?> <?php $__env->startSection('title','Manejo de archivos ocp'); ?> <?php echo Form::hidden('dates', action('OcpFileManageController@postDates', array()), array('id'=>'dates')); ?> <?php echo Form::hidden('months', action('OcpFileManageController@postMonths', array()), array('id'=>'months')); ?> <?php echo Form::hidden('ocpfile', action('OcpFileManageController@getOcpFile', array()), array('id'=>'ocpfile')); ?> <?php echo Form::hidden('proccesFile', action('OcpFileManageController@postProccesFile', array()), array('id'=>'proccesFile')); ?> <?php echo Form::token();; ?> <div class="text-center"><h3>RUBROS</h3></div> <div class="form-horizoantal"> <div class="row"> <div class="col-md-5"> <div class="form-group"> <?php echo Form::label('serial_scy','Año Lectivo:', array('class' => 'col-md-5')); ?> <div class=" input-group col-md-7"> <?php echo Form::select('serial_scy',$schoolYears,$currentScy,array('class'=>'form-control')); ?> <div class="input-group-addon"> <span class="fa fa-align-left" id="selectScyIndex" for="serial_scy" style="cursor:pointer "></span> </div> </div> </div> </div> </div> <div id="dvDatesIndex"></div> </div> <?php echo HTML::script('js/paymentstm/ocp/index.js'); ?> <?php $__env->stopSection(); ?> <?php echo $__env->make('layout.sidebar', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>