I think what you're looking for is this
Request::back()->withInput();
All your variables will be passed back to the form. If you're using Form::input()
they will be automatically populated.
Mei
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community