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