mirror of
https://gitlab.linphone.org/BC/public/flexisip-account-manager.git
synced 2026-04-17 19:58:27 +00:00
7 lines
180 B
PHP
7 lines
180 B
PHP
@if (isset($errors) && $errors->isNotEmpty())
|
|
<ul class="errors">
|
|
@foreach($errors->all() as $error)
|
|
<li>{{ $error }}</li>
|
|
@endforeach
|
|
</ul>
|
|
@endif
|