@extends('layouts.admin') @section('title', 'Users') @section('content')
Manage all user accounts in the system
| User | Status | Created | Last Active | Actions |
|---|---|---|---|---|
|
{{ substr($user->name, 0, 1) }}
{{ $user->name }}
{{ $user->email }}
|
Active | {{ $user->created_at->format('M d, Y') }} | {{ $user->updated_at->diffForHumans() }} | |