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