| Name | Roles | Status | Registered | Actions | |
|---|---|---|---|---|---|
| {{ $user->name }} | {{ $user->email }} | {{ $user->roles->pluck('name')->join(', ') }} | @if($user->is_approved) Approved @else Pending @endif | {{ $user->created_at->format('M d, Y') }} | Edit @if($user->id !== auth()->id()) @endif |
| No users found. | |||||