{{ $errors->first('realname') }}
{{ $errors->first('email') }}
{{ $errors->first('descr') }}
@can('admin')
{{ $errors->first('level') }}
@endcan
{{ $errors->first('dashboard') }}
@if($user->canSetPassword(auth()->user()))
@cannot('admin') @endcannot @foreach($errors->get('*password*') as $error) {{ implode(' ', $error) }} @endforeach
@endif @if(\LibreNMS\Authentication\LegacyAuth::get()->canUpdatePasswords())
{{ $errors->first('can_modify_passwd') }}
@endif