{{ $errors->first('realname') }}
enabled ?? true)) checked @endif @if(Auth::id() == $user->user_id) disabled @endif>
{{ $errors->first('email') }}
{{ $errors->first('descr') }}
@can('viewAny', Bouncer::role())
{{ $errors->first('roles') }}
@endcan
{{ $errors->first('dashboard') }}
@if($user->canSetPassword(auth()->user()))
@if(auth()->user()->cannot('admin') || auth()->user()->is($user)) @endif @foreach($errors->get('*password*') as $error) {{ implode(' ', $error) }} @endforeach
@endif @if(\LibreNMS\Authentication\LegacyAuth::get()->canUpdatePasswords())
can_modify_passwd)) checked @endif> {{ $errors->first('can_modify_passwd') }}
@endif
{{ $errors->first('timezone') }}