@extends('layouts.main') @section('breadcrumb')
| Contact lists | Badges | @include('parts.column_sort', ['key' => 'updated_at', 'title' => 'Updated'])||
|---|---|---|---|
| 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 }} |