@extends('layout.sidebar') @section('content') {{ Form::hidden('urlUserSearch', action('UserSubstitutionController@postUserSearch', array()), array('id'=>'urlUserSearch')) }} {{ Form::hidden('urlUserInfo', action('UserSubstitutionController@postLoadProfile', array()), array('id'=>'urlUserInfo')) }} {{ Form::hidden('students', action('TranscriptController@getStudents', array()), array('id'=>'students')) }} {{ Form::token()}}