Accounts all accounts
@include('cfp.components.error_alert')
| ID | Username | Role | Registration date | Last seen | Actions | |
|---|---|---|---|---|---|---|
| {{ $account->USN }} | {{ $account->USER_ID }} | {{ $account->E_MAIL ?? "..." }} | {!! Helper::web_getAuthorityLev($account->AUTHORITY_LEV, true) !!} | {{ Helper::date_stringFormat($account->REG_DATE, false) }} | {{ Helper::date_stringFormat($account->LAST_UPD_DATE, false) }} | |
| No accounts found, try again later. | ||||||
{{ $accounts->links() }}