{{__('Browser sessions')}}

{{__('Manage and logout your active sessions on other browsers and devices.')}}

{{__("If necessary, you may logout 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($sessions) > 0)
    @foreach ($sessions as $session)
  • @if( $session->agent['is_desktop'] ) @else @endif {{ $session->agent['platform']}} - {{ $session->agent['browser'] }} {{ $session->ip_address }}
  • @endforeach
@endif