fix: errors in views

This commit is contained in:
Andras Bacsai
2023-09-10 15:33:00 +02:00
parent 56981d134c
commit fda4ea8cca
9 changed files with 25 additions and 14 deletions

View File

@@ -28,7 +28,9 @@
@endif
@if ($errors->any())
<div class="text-xs text-center text-error">
<span>{{ __('auth.failed') }}</span>
@foreach ($errors->all() as $error)
<p>{{ $error }}</p>
@endforeach
</div>
@endif
@if (session('status'))