@foreach ($data as $item) @endforeach
Documento Apellido y Nombre Razón Social Email Celular Socio Rol Voto Declaración Habilitado Asist. Conf. Distrito Observaciones
{{$item->documento}} {{$item->apellido}} {{$item->nombre}} {{$item->razonsocial}} {{$item->email}} {{$item->celular}} {{$item->socio}} {{ $item->Rol->nombre }} @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->distrito}} {{$item->obs}}
Total: {{ $data->count() }}