Как Ларавел возвращает старое значение
return redirect('form')->withInput();
Mohamad
return redirect('form')->withInput();
<input type="text" name="name" value="{{ old('name') }}"/>