diff --git a/resources/views/admin/accounts/index.blade.php b/resources/views/admin/accounts/index.blade.php index 3a5f895eb..71361ada9 100644 --- a/resources/views/admin/accounts/index.blade.php +++ b/resources/views/admin/accounts/index.blade.php @@ -14,8 +14,7 @@
Username | -Account Created | Account Updated | ||
---|---|---|---|---|
@if($user->username !== null){{ $user->username }}@else[unregistered subuser]@endif @if($user->root_admin === 1)Administrator@endif | -{{ $user->email }} |
+ {{ $user->email }} @if($user->root_admin === 1)Administrator@endif |
{{ $user->created_at }} | {{ $user->updated_at }} |