User Type
Name
Status
@foreach($data as $item)
{{ $item->name}}
{{ getUserTypeStatus()[$item->status]['name'] ?? 'Unknown' }}
@endforeach