👤 Personal Information
Employee ID:
{{ $user->id ?? 'N/A' }}
Email:
{{ $user->email }}
Phone:
{{ $userPhones->isNotEmpty() ? $userPhones->first()->phone_number : 'N/A' }}
Group:
{{ $userGroup }}
Tier:
{{ $userTier }}
Location:
{{ $user->location ?? 'N/A' }}
🎯 Practice Areas & Specializations
🔐 Security Settings
Two-Factor Authentication:
{{ $user->is_2fa_enabled ? 'Enabled' : 'Disabled' }}
SMS Verification:
{{ $user->uses_sms ? 'Enabled' : 'Disabled' }}
🔑 Change Password
💬 Chat Passcode
Set a 6-digit passcode to access the team chat room.