@if(Auth::user()->rol != 2)
@endif
@if(Auth::user()->rol != 2)
@endif
| Documento |
Apellido |
Nombre |
Socio |
Rol |
Votacion |
Declaracion |
Habilitado |
Asist. Conf. |
Email |
Bloqueo |
VER |
@foreach ($validaciones as $item)
| {{$item->documento}} |
{{$item->apellido}} |
{{$item->nombre}} |
{{$item->socio}} |
@if($item->Rol) {{ $item->Rol->nombre }} @endif
|
@if($item->votacion == 0) Sin Voto @else {{$item->Voto->nombre}} @endif |
@if($item->declaracion != "") Declaracion Subida @else Sin declaracion @endif |
@if($item->asistencia == 0) NO @endif
@if($item->asistencia == 1) SI @endif
|
@if($item->aconfirmada == 0) NO @endif
@if($item->aconfirmada == 1) SI @endif
|
{{ $item->email }}
|
@if($item->intentos > 3) Bloqueado @endif |
|
@endforeach
| Documento |
Apellido |
Nombre |
Socio |
Rol |
Votacion |
Declaracion |
Habilitado |
Asist. Conf. |
Bloqueo |
VER |