I'm trying to return with old input but it's empty.
This is my code.
return view('reports.employees.index', compact('employee', 'zones', 'barChart'))->withInput(Input::all());
<input type="text" class="form-control" name="start" placeholder="Tarih" value=""/>
via Murat Kaya