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

people Accounts

publish Import Accounts @if(config('app.intercom_features')) category Types @endif add_circle New Account
@csrf
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->email) Email @endif @if ($account->activated) Act. @endif @if ($account->admin) Adm. @endif @if ($account->sha256Password) SHA256 @endif {{ $account->updated_at }}
{{ $accounts->links('pagination::bootstrap-4') }} @endsection