← Back to User

Mobile Device — {{ $user->name }}

@if(session('success'))
{{ session('success') }}
@endif
@if($binding)

Active Device Binding

Bound
Device Name
{{ $binding->device_name ?? 'Unknown' }}
Platform
{{ $binding->platform ?? 'Unknown' }}
OS Version
{{ $binding->os_version ?? '—' }}
App Version
{{ $binding->app_version ?? '—' }}
IP Address
{{ $binding->ip_address ?? '—' }}
Bound At
{{ $binding->bound_at?->format('d M Y, h:i A') }}
Last Seen
{{ $binding->last_seen_at?->diffForHumans() ?? '—' }}
@csrf

This immediately logs out the current device and revokes all mobile tokens.

@else

No Active Mobile Device

This user has not logged in via the mobile app yet.

@endif