{!! Form::open(array(\'route\' => \'posts.store\', \'data-parsley-validate\' => \'\')) !!} {{ Form::label(\'title\', \'Title:\') }} {{ Form::text(\'title\'
Use ->withInput() to go back with data
->withInput()
return redirect()->back()->withInput()->withErrors('Add atleast one image in the post.');
Check in docs : Old inputs in https://laravel.com/docs/master/requests
Old inputs