@extends('layout.sidebar') @section('content') {{ Form::hidden('dates', action('PostulantChargeController@postDates', array()), array('id'=>'dates')) }} {{ Form::hidden('rtuStudents', action('PostulantChargeController@postStudents', array()), array('id'=>'rtuStudents')) }} {{ Form::hidden('rtuInfo', action('PostulantAdminController@getInfo', array()), array('id'=>'rtuInfo')) }} {{ Form::hidden('rtuForm', action('PostulantChargeController@getForm', array()), array('id'=>'rtuForm')) }} {{ Form::hidden('receipt', action('PostulantChargeController@postReceipt', array()), array('id'=>'receipt')) }} {{ Form::hidden('paymenthmethoddata', action('PostulantChargeController@postMethodData', array()), array('id'=>'paymenthmethoddata')) }} {{ Form::open(array('url' => '', 'class' => 'form-signin', 'method' => 'POST','id'=>'dataIndex')) }}

COBRO MANUAL DE EXÁMENES DE UBICACIÓN


{{Form::select('serial_scy',$schoolYears,'',array('id'=>'serial_scy','class'=>'form-control col-md-6'))}}

{{ Form::close() }} {{ HTML::script('js/postulant/charge/index.js') }} @stop()