@extends('layouts.admin') @section('title') Account List @endsection @section('content')
| 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->created_at }} | {{ $user->updated_at }} |