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