old()
Retrieve old form input from the session.
old(string $field[, string $default = '' ]) : string
Parameters
- $field : string
-
The input field name.
- $default : string = ''
-
Default value if no old input exists.