{{ __('Browser Sessions') }} {{ __('Manage and log out your active sessions on other browsers and devices.') }}
{{ __('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($this->sessions) > 0)
@foreach ($this->sessions as $session)
@if ($session->agent->isDesktop()) @else @endif
{{ $session->agent->platform() }} - {{ $session->agent->browser() }}
{{ $session->ip_address }}, @if ($session->is_current_device) {{ __('This device') }} @else {{ __('Last active') }} {{ $session->last_active }} @endif
@endforeach
@endif
{{ __('Log Out Other Browser Sessions') }} {{ __('Done.') }}
{{ __('Log Out Other Browser Sessions') }} {{ __('Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.') }}
{{ __('Cancel') }} {{ __('Log Out Other Browser Sessions') }}