Edit LOA User: {{ $loaUser->fname }} {{ $loaUser->lname }}

View User Back to List

Edit LOA User Information

Address Information

Account Settings

Inactive users cannot log in or create new referrals.

Account Information

User ID
{{ $loaUser->id }}
Created
{{ $loaUser->created_at->format('M j, Y g:i A') }}
Last Login
{{ $loaUser->last_login_at ? $loaUser->last_login_at->format('M j, Y g:i A') : 'Never' }}
Email Verified
@if($loaUser->email_verified_at) ✓ Verified on {{ $loaUser->email_verified_at->format('M j, Y') }} @else ✗ Not verified @endif
Cancel Update LOA User

Danger Zone

Deactivate LOA User

Deactivating this LOA user will prevent them from logging in and creating new referrals. This action can be reversed by changing their status back to "Active".

@if($loaUser->status === 'active')
Deactivate User
@else

This user is already inactive.

@endif