Answer the question
In order to leave comments, you need to log in
How to display validation errors in view?
<form action="/settings/store" method="POST">
{{ csrf_field() }}
<input type="text" name="age" placeholder="Укажите возраст" value="{{ old('age') }}" id="age">
<input type="text" name="fio" placeholder="Укажите ФИО">
<input type="textarea" name="about" placeholder="описание">
<input type="submit" value="Отправить">
</form>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question