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