@include('global.header-links')
@include('partials.sidebar')
@include('partials.header')

Registered Users

@foreach ($users as $user) @endforeach
Profile Phone Gender Sigup with Status Role View
{{$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}}
@include('partials.footer')
@include('global.footer-links')