{{ __('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->platform() : __('Unknown') }} - {{ $session->agent->browser() ? $session->agent->browser() : __('Unknown') }}
{{ $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') }}