@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')) }}