Updated error alert component
This commit is contained in:
parent
d4052259cd
commit
6b4f4e8437
|
@ -1,9 +1,5 @@
|
|||
@if ($errors->any())
|
||||
<div class="alert alert-danger">
|
||||
<ul>
|
||||
@foreach ($errors->all() as $error)
|
||||
<li>{{ $error }}</li>
|
||||
@endforeach
|
||||
</ul>
|
||||
</div>
|
||||
@if ($message = Session::get('error'))
|
||||
<div class="alert alert-danger" role="alert">
|
||||
<p class="my-1">{{ $message }}</p>
|
||||
</div>
|
||||
@endif
|
||||
|
|
Loading…
Reference in New Issue
Block a user