@foreach ($data as $item) @endforeach
Documento Apellido y Nombre Socio Rol Voto Declaración Habilitado Distrito
{{$item->documento}} {{$item->apellido}} {{$item->nombre}} {{$item->socio}} @if($item->tipo_rol == 1) Delegado Titular @endif @if($item->tipo_rol == 2) Delegado Suplente @endif @if($item->tipo_rol == 3) Veedor @endif @if($item->tipo_rol == 4) Invitado @endif @if($item->tipo_rol == 5) Consejero @endif @if($item->tipo_rol == 6) Funcionario @endif @if($item->tipo_rol == 7) Sindicos @endif @if($item->tipo_rol == 8) Auditores @endif @if($item->tipo_rol == 9) Equipo RCT @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 {{$item->distrito}}
Total: {{ $data->count() }}