Sunday, March 12, 2017

Laravel return with old input

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

Advertisement