YouTube Icon

Code Playground.

How to display form input box old value in Laravel

CFG

How to display form input box old value in Laravel

Information will be presented in a text field that would be editable in this way. I believe you'd like to update multiple single-form documents. In that case, after seeing old data in your database, check the form and the incorrect one.

Code

<input type="text" name="title" value="{{ old('title') }}" >




CFG