@include('includes.head')
| ID | Avatar | Name | Phone | Status | Registered On | Actions | |
|---|---|---|---|---|---|---|---|
| {{ $user->id }} |
@if($user->profile_pic_url)
{{ strtoupper(substr($user->first_name, 0, 1)) }}{{ strtoupper(substr($user->last_name, 0, 1)) }}
@endif
|
{{ $user->first_name }} {{ $user->last_name }} | {{ $user->email }} | {{ $user->phone_number }} | {{ $user->created_at->format('d M Y') }} | ||
| No users found. | |||||||