You're not using the Laravel Form helpers, if you want it to automatically populate the fields, then you need to use that. http://laravel.com/docs/4.2/html
Alternatively you can just do
<input type="text" name="some_input" value="{{ Input::get('some_input') }}">
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community