@extends('layout.sidebar') @section('content') {{ Form::hidden('rtuSections', action('ApplicantInternalController@getSections', array()), array('id'=>'rtuSections')) }} {{ Form::hidden('rtuLevels', action('ApplicantInternalController@getLevels', array()), array('id'=>'rtuLevels')) }} {{ Form::hidden('rtuStudents', action('ApplicantInternalController@postStudents', array()), array('id'=>'rtuStudents')) }} {{ Form::hidden('rtuHasVisited', action('ApplicantInternalController@postHasVisitedSchool', array()), array('id'=>'rtuHasVisited')) }} {{ Form::hidden('rtuFlagOne', action('ApplicantInternalController@postFlagOne', array()), array('id'=>'rtuFlagOne')) }} {{ Form::hidden('rtuFlagTwo', action('ApplicantInternalController@postFlagTwo', array()), array('id'=>'rtuFlagTwo')) }} {{ Form::hidden('rtuFlagThree', action('ApplicantInternalController@postFlagThree', array()), array('id'=>'rtuFlagThree')) }} {{ Form::hidden('rtuInfo', action('ApplicantInternalController@getInfo', array()), array('id'=>'rtuInfo')) }} {{ Form::hidden('rtuForm', action('ApplicantInternalController@getForm', array()), array('id'=>'rtuForm')) }} {{ Form::hidden('rtuStatusApplicant', action('ApplicantInternalController@postStatusApplicant', array()), array('id'=>'rtuStatusApplicant')) }} {{ Form::hidden('rtuObservation', action('ApplicantInternalController@postObservation', array()), array('id'=>'rtuObservation')) }} {{ Form::open(array('url' => action('ApplicantInternalController@postExcelReport'), 'class' => 'form-signin', 'method' => 'POST','id'=>'dataIndex')) }}