| User | Role | Status | Created | Actions | |
|---|---|---|---|---|---|
|
{{ $user->full_name }}
@if($user->id === auth()->id())
(You)
@endif
|
{{ $user->email }}
|
@if($user->role === 'admin') Admin @else Manager @endif | @if($user->status === 'active') Active @else Inactive @endif | {{ $user->created_at->format('M d, Y') }} |