@extends('layouts.admin') @section('content')
Manage user accounts and roles
| User | Role | Status | Joined | Actions |
|---|---|---|---|---|
|
{{ strtoupper(substr($user->name, 0, 1)) }}
{{ $user->name }}
{{ $user->email }}
|
|
Active | {{ $user->created_at->format('M j, Y') }} | |
No users found@if($filterType === 'unassigned') No unassigned users found. @else Get started by creating a new user. @endif |
||||