mirror of
https://gitlab.linphone.org/BC/public/flexisip-account-manager.git
synced 2026-01-17 01:58:07 +00:00
8 lines
212 B
PHP
8 lines
212 B
PHP
|
|
@if (isset($errors) && isset($name) && count($errors->get($name)) > 0)
|
|
@foreach ($errors->get($name) as $error)
|
|
<small class="error">
|
|
{{ $error }}
|
|
</small>
|
|
@endforeach
|
|
@endif
|