initial commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
@if ($errors->any())
|
||||
<div class="alert alert-danger">
|
||||
<p>Notice</p>
|
||||
<ul>
|
||||
@foreach ($errors->all() as $error)
|
||||
<li>{{ $error }}</li>
|
||||
@endforeach
|
||||
</ul>
|
||||
</div>
|
||||
@endif
|
||||
Reference in New Issue
Block a user