- Email (LDAP)
- {{ $user['email'] !== '—' ? $user['email'] : '—' }}
- Other Email
- {{ $user['other_email'] !== '' ? $user['other_email'] : '—' }}
- Phone
- {{ $user['phone'] !== '' ? $user['phone'] : '—' }}
- Status
-
{{ $user['enabled'] ? 'Enabled' : 'Disabled' }}
- Last Logon
- {{ $user['last_logon'] ?? '—' }}
@endif
@if (count($user['groups']) > 0)