{{-- Shared by the portal's Sessions component and the console's. Markup is not identity — the two components resolve their own, from their own guard. --}}
{{ __('sessions.subtitle') }}
{{ __('sessions.empty') }}
@else{{ $session->device }} @if ($session->is_current) {{ __('sessions.this_device') }} @endif
{{ $session->ip_address ?? '—' }} @if ($session->last_seen_at) · {{ __('sessions.last_seen', ['when' => $session->last_seen_at->diffForHumans()]) }} @endif