17 lines
190 B
PHP
Executable File
17 lines
190 B
PHP
Executable File
|
|
|
|
@if($errors->any())
|
|
|
|
<ul class="alert alert-danger">
|
|
|
|
@foreach($errors->all() as $error)
|
|
|
|
<li style="margin-left:5px;">{{ $error }}</li>
|
|
|
|
@endforeach
|
|
|
|
</ul>
|
|
|
|
@endif
|
|
|