|
|
@@ -40,7 +40,7 @@
|
|
|
<form action="{{ route('user.store') }}" method="post">
|
|
|
@csrf
|
|
|
|
|
|
- @include('partials.input', ['name' => 'Логин/email', 'type' => 'text', 'title' => 'Email', 'required' => true])
|
|
|
+ @include('partials.input', ['name' => 'email', 'type' => 'text', 'title' => 'Логин/email', 'required' => true])
|
|
|
@include('partials.input', ['name' => 'name', 'title' => 'Имя', 'required' => true])
|
|
|
@include('partials.input', ['name' => 'phone', 'title' => 'Телефон'])
|
|
|
@include('partials.input', ['name' => 'password', 'type' => 'password', 'title' => 'Пароль', 'required' => true])
|