{{ __('accounts.create') }}
@forelse ($users as $user) @php $isSelf = $user->getKey() === $currentId; @endphp
$isSelf, 'border-line bg-inset text-ink-3' => ! $isSelf, ])>

{{ $user->name }}

@if ($isSelf) {{ __('accounts.you') }} @endif @if ($user->hasTwoFactorEnabled()) {{ __('accounts.twofa_on') }} @else {{ __('accounts.twofa_off') }} @endif

{{ $user->email }}

@unless ($isSelf)
{{ __('accounts.logout') }} {{ __('accounts.remove') }}
@endunless
@empty

{{ __('accounts.none') }}

@endforelse