{{ __('Lista Registro') }}

@push('styles') @endpush
@foreach( $data as $item) @endforeach
NOME ELEITOR OU CANDIDATO REPRESENTATIVIDADE CPF TELEFONE
{{Str::upper($item->name)}} {{Str::upper($item->tipo)}} {{Str::upper($item->modalidade)}} {{Str::upper($item->cpf)}} {{Str::upper($item->telefone)}} Ver Arquivos
@section('scripts') @stop