{{-- Shared by the portal's Sessions component and the console's. Markup is not identity — the two components resolve their own, from their own guard. --}}

{{ __('sessions.title') }}

{{ __('sessions.subtitle') }}

@if ($sessions->count() > 1) {{-- Through a modal, never a native dialog (R23). The modal mutates nothing; it raises an event this component catches, so the permission check stays where it already was. --}} {{ __('sessions.end_others') }} @endif
@if ($sessions->isEmpty())

{{ __('sessions.empty') }}

@else @endif