mirror of
https://github.com/10h30/Test-Laravel-Validation.git
synced 2026-07-11 19:05:53 +09:00
Task 5 - old values staying in the form
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<form method="POST" action="{{ route('teams.store') }}">
|
||||
@csrf
|
||||
Name:
|
||||
<br />
|
||||
{{-- TASK: change this field so it would contain old value after validation error --}}
|
||||
<input type="text" name="name" />
|
||||
<br /><br />
|
||||
<button type="submit">Save</button>
|
||||
</form>
|
||||
Reference in New Issue
Block a user