init
This commit is contained in:
12
resources/views/common/errors.blade.php
Normal file
12
resources/views/common/errors.blade.php
Normal file
@@ -0,0 +1,12 @@
|
||||
@if (count($errors) > 0)
|
||||
<!-- Form Error List -->
|
||||
<div class="alert alert-danger">
|
||||
<strong>Error!</strong>
|
||||
<br><br>
|
||||
<ul>
|
||||
@foreach ($errors->all() as $error)
|
||||
<li>{{ $error }}</li>
|
||||
@endforeach
|
||||
</ul>
|
||||
</div>
|
||||
@endif
|
||||
Reference in New Issue
Block a user