| Nombre | Cuenta | Perfil | Sucursal | Zona | ||
|---|---|---|---|---|---|---|
| {{ $users->user_name}} | {{ $users->user_email}} | @if($users->user_current_team_id==1) Admin @endif @if($users->user_current_team_id==2) Dirección Comercial @endif @if($users->user_current_team_id==3) Asociado @endif @if($users->user_current_team_id==4) Asesor @endif @if($users->user_current_team_id==5) Coordinador de operaciones @endif @if($users->user_current_team_id==6) Coordinador de Finanzas @endif @if($users->user_current_team_id==7) Atención a Asociados @endif @if($users->user_current_team_id==8) Control de Riesgos @endif | {{ $users->nombre_sucursal}} | {{ $users->zona}} |