Skip to content

Commit

Permalink
fourth commit
Browse files Browse the repository at this point in the history
  • Loading branch information
AnkitRastogi238 committed Aug 8, 2021
1 parent 3f89c3e commit 9a3c95b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions resources/views/auth/login.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@
{{ session('success') }}
</div>
@endif
@if (session('message'))
<div class="bg-red-500 p-4 rounded-lg mb-6 text-white text-center">
{{ session('message') }}
</div>
@endif
<form action="{{ route('user.validate') }}" method="post">
@csrf

Expand Down

0 comments on commit 9a3c95b

Please sign in to comment.