Последняя версия с сервера прошлого разработчика
This commit is contained in:
9
nova/resources/views/auth/partials/errors.blade.php
Executable file
9
nova/resources/views/auth/partials/errors.blade.php
Executable file
@@ -0,0 +1,9 @@
|
||||
@if ($errors->any())
|
||||
<p class="text-center font-semibold text-danger my-3">
|
||||
@if ($errors->has('email'))
|
||||
{{ $errors->first('email') }}
|
||||
@else
|
||||
{{ $errors->first('password') }}
|
||||
@endif
|
||||
</p>
|
||||
@endif
|
||||
Reference in New Issue
Block a user