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

people Account

add_circle Create
@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->updated_at}}
{{ $accounts->links('pagination::bootstrap-4') }} @endsection