@include('global.header-links')
|
|
User | Role | Last login | Phone Number | Joined Date | Status | Actions |
|---|---|---|---|---|---|---|---|
|
|
{{$user->user->name}}
{{$user->user->email}}
|
{{$user->user->roles[0]->name}} |
{{ $user->user->last_login ? Carbon\Carbon::parse($user->user->last_login)->diffForHumans() : 'Not logged-in yet' }}
|
{{$user->user->phone}} | {{date('F d, Y', strtotime($user->user->created_at))}} |
@if($user->user->otp_status == 1)
@if($user->user->status == 1)
Activate
@else
Inactive
@endif
@elseif($user->user->otp_status == 0)
OTP not verified
@endif
|
Actions |