{{ "If necessary, you may log out of all of your other browser sessions across all of your devices. Some of your recent sessions are listed below; however, this list may not be exhaustive. If you feel your account has been compromised, you should also update your password." }}
@if (count($data) > 0)
@foreach ($data as $session)
@if ($session->device["desktop"]) @else @endif
{{ $session->device["platform"] ? $session->device["platform"] : __("Unknown") }} - {{ $session->device["browser"] ? $session->device["browser"] : __("Unknown") }}
{{ $session->ip_address }}, @if ($session->is_current_device) {{ __("This device") }} @else {{ __("Last active") }} {{ $session->last_active }} @endif
@endforeach
@endif