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

people Account

@csrf
Reset

@foreach ($accounts as $account) @endforeach
Identifier (email) Updated @if ($updated_at_order == 'desc') expand_more @else expand_less @endif
{{ $account->identifier }} @if ($account->externalAccount) EA @endif @if ($account->email) Email @endif @if ($account->activated) Act. @endif @if ($account->admin) Adm. @endif @if ($account->sha256Password) SHA256 @endif {{ $account->created_at}}
{{ $accounts->links('pagination::bootstrap-4') }} @endsection