| User | Contact | Role | Actions |
|---|---|---|---|
|
Joined {{ $user->created_at->format('d M Y') }}
|
{{ $user->email }}
{{ $user->phone ?? 'No phone' }}
|
{{ ucfirst($user->role) }} | |
| @if(request('search')) No users found matching "{{ request('search') }}" @else No users available. Create your first user. @endif | |||