@extends('layouts.main') @section('content')

users {{ __('Users') }}

@if ($space)

{{ $accounts->count()}} / @if ($space->max_accounts > 0){{ $space->max_accounts }} @else infinity@endif

@endif upload-simple {{ __('Import') }} @if (space()?->intercom_features) shapes {{ __('Types') }} @endif isFull())disabled @endif href="{{ route('admin.account.create') }}"> user-plus {{ __('New user') }}
@csrf
@include('admin.account.parts.forms.select_domain')
{{ __('Reset') }}
@include('parts.column_sort', ['key' => 'username', 'title' => __('Identifier')]) @include('parts.column_sort', ['key' => 'updated_at', 'title' => __('Updated')]) @if ($accounts->isEmpty()) @endif @foreach ($accounts as $account) @endforeach
{{ __('Empty') }}
{{ $account->identifier }} @include('admin.account.parts.badges', ['account' => $account]) {{ $account->updated_at }}
{{ $accounts->links('pagination::bootstrap-4') }} @endsection