@extends('layouts.app-sidebar') @section('content')
Manage registered users and their data
{{ $user->name }}
{{ $user->email }}
No users found
| User | Channels | Bot Access | Joined | Actions | |
|---|---|---|---|---|---|
|
@if($user->avatar)
{{ strtoupper(substr($user->name, 0, 1)) }}
@endif
{{ $user->name }} @if($user->isAdmin()) Admin @endif |
{{ $user->email }} |
{{ $user->tenants_count }} channel{{ $user->tenants_count !== 1 ? 's' : '' }} | @if(!$user->isAdmin()) @else Always On @endif |
{{ $user->created_at->format('M d, Y') }} |
@if(!$user->isAdmin())
@else
Protected
@endif
|
|
No users found |
|||||