{{ __('update_profile.Browser Sessions') }} {{ __('update_profile.Manage and log out') }}
{{ __('update_profile.you may log out of all') }}
@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
{{ __('update_profile.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') }}