@extends('admin.dashboard') @section('user-content')
Manage all users, including organizations, individuals, donors, and admins.
| User | Account Type | Created At | Status | Actions |
|---|---|---|---|---|
|
{{ $user->name }}
{{ $user->email }}
|
{{ ucfirst($user->account_type) }} | {{ $user->created_at->format('M d, Y') }} | Active |
Edit
@if($user->id !== auth()->id())
@endif
|
| No users found. | ||||