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