@foreach ($usuarios as $usuario)
@if($usuario->employeeGroups() != '')
{{ucfirst(strtolower($usuario->nome))}}
{{--
{{$usuario->employee_group_order ?? 'Undefined'}}° at Group Order
--}}
{{$usuario->userOccupations->description ?? 'Undefined'}}
@endif
@endforeach