@extends('layouts.main')
@section('content')
{{ $accounts->count()}} / @if ($space->max_accounts > 0){{ $space->max_accounts }} @else infinity@endifusers {{ __('Accounts') }}
@if ($space)
| {{ __('Contacts Lists') }} | Badges | @include('parts.column_sort', ['key' => 'updated_at', 'title' => __('Updated')])||
|---|---|---|---|
| {{ __('Empty') }} | |||
| {{ $account->identifier }} | @if ($account->contactsLists->isNotEmpty()) {{ $account->contactsLists->first()->title }} @if ($account->contactsLists->count() > 1) +{{ $account->contactsLists->count() - 1 }} @endif @endif | @if ($account->activated) check @endif @if ($account->superAdmin) Super Adm. @elseif ($account->admin) Adm. @endif @if ($account->blocked) prohibit @endif | {{ $account->updated_at }} |