I'm not sure what you're Facade is supposed to do exactly but if it's only the recovery of the old input I think the easier way would be this:
<input type="text" name="field1" value="{{ Input::old('field1') }}" />
If you pass the Input to the redirect (or use FormValidation) you can use the Input Facade to get the input that the user previously entered.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community