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

users Accounts

@if ($space)

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

@endif download-simple Import Accounts @if(config('app.intercom_features')) shapes Types @endif plus New Account
@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
Contact lists Badges
No Accounts
{{ $account->identifier }} @if ($account->contactsLists->isNotEmpty()) {{ $account->contactsLists->first()->title }} @if ($account->contactsLists->count() > 1) +{{ $account->contactsLists->count() - 1 }} @endif @endif @if ($account->activated) Act. @endif @if ($account->superAdmin) Super Adm. @elseif ($account->admin) Adm. @endif @if ($account->sha256Password) SHA256 @endif @if ($account->blocked) Blocked @endif {{ $account->updated_at }}
{{ $accounts->links('pagination::bootstrap-4') }} @endsection