fixed mislabeling of name input

This commit is contained in:
nesges 2024-04-19 09:18:34 +02:00
parent 80ac66e0a6
commit 1b1cb18839

View File

@ -14,7 +14,7 @@
{!! csrf_field() !!}
<div class="form-group">
<label for="email">{{ trans('auth.name') }}</label>
<label for="name">{{ trans('auth.name') }}</label>
@include('form.text', ['name' => 'name'])
</div>