mirror of
https://gitlab.linphone.org/BC/public/flexisip-account-manager.git
synced 2026-01-17 18:08:06 +00:00
9 lines
No EOL
248 B
PHP
9 lines
No EOL
248 B
PHP
@if (isset($errors) && $errors->any())
|
|
<div class="alert alert-danger">
|
|
<ul class="mb-0 pl-2">
|
|
@foreach ($errors->all() as $error)
|
|
<li>{{ $error }}</li>
|
|
@endforeach
|
|
</ul>
|
|
</div>
|
|
@endif |