@extends('dashboard.app') @section('page_title', 'Admin Users') @section('page_subtitle', 'Manage accounts, roles, and access tiers.') @section('dashboard_content') @if (session('status'))
| User | Role | Tier | Status | Joined | Actions |
|---|---|---|---|---|---|
|
{{ $user->name ?? '—' }}
{{ $user->email }}
|
{{ $user->role ?? 'user' }} | Active | {{ $user->created_at?->toDateString() }} | ||
| No users found. | |||||