Skip to content

Commit c8c2279

Browse files
authored
Update README.md
1 parent 24dd3f6 commit c8c2279

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@ To show them to your users, add this to your `login.blade.php`:
5858
{{ session('confirmation') }}
5959
</div>
6060
@endif
61+
@if ($errors->has('confirmation') > 0 )
62+
<div class="alert alert-danger" role="alert">
63+
{{ $errors->first('confirmation') }}
64+
</div>
65+
@endif
6166
```
6267

6368
### Customization

0 commit comments

Comments
 (0)