/** * Get a value from the session's old input. * * @param string $name * @return mixed * @static */ public static function old($name) { return \Collective\Html\FormBuilder::old($name); }