@include('global.header-links')
| Profile | Phone | Gender | Sigup with | Status | Role | View |
|---|---|---|---|---|---|---|
|
{{ucfirst($user->username)}}
{{$user->email}}
|
{{$user->profile->phone ?? 'Not Provided'}} | {{$user->profile->gender ?? 'Not Specified'}} | {{ isset($user->platform) ? ucfirst(preg_replace('/(?platform)) : 'Bloodlines App' }} | {{$user->status == 1 ? 'Active' : 'Deactive'}} | {{$user->roles[0]->name}} |