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

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

{{ $used }} / {{ $limit }}

{{ __('users.seats_used') }}

{{ __('users.seats_note') }}

{{-- Invite --}}
@error('inviteEmail')

{{ $message }}

@enderror
{{ __('users.invite') }}
{{-- Seats --}}
@if ($hasActions) @endif @foreach ($seats as $seat) @if ($hasActions) @endif @endforeach
{{ __('users.col_person') }} {{ __('users.role') }} {{ __('users.col_status') }}{{ __('users.col_actions') }}

{{ $seat->name ?: $seat->email }}

@if ($seat->name)

{{ $seat->email }}

@endif
@if ($seat->role === 'owner') {{ __('users.role_owner') }} @else @endif @php $sb = ['active' => 'active', 'invited' => 'provisioning', 'revoked' => 'suspended'][$seat->status] ?? 'info'; @endphp {{ __('users.status_'.$seat->status) }}
@if ($seat->role === 'owner') @endif @if ($seat->status === 'invited') @endif @if ($seat->role !== 'owner') {{-- Pause first, remove second. Somebody leaving needs their access stopped today; deleting the seat also throws away who held it, which is the half an audit asks about. --}} @endif