Some checks failed
Build & Push Monica Image to Gitea Registry / build-and-push (push) Failing after 9s
11 lines
230 B
PHP
11 lines
230 B
PHP
@if (isset($errors))
|
|
@if (count($errors) > 0)
|
|
<div class="alert alert-danger">
|
|
<ul>
|
|
@foreach ($errors->all() as $error)
|
|
<li>{{ $error }}</li>
|
|
@endforeach
|
|
</ul>
|
|
</div>
|
|
@endif
|
|
@endif |