{{ __('Manage and log out your active sessions on other browsers and devices.') }}
| User Agent | IP Address | Last Active | @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 {{ $session->last_active }} @endif |