@extends("estudiante.estudiante") @section("contenido")

RRESULTADO DE ELECCIONES ESTUDIANTE

@foreach($candidatos as $candidato) @php $usuario = App\User::where("id",$candidato['user_id'])->first(); @endphp @endforeach
Candidato Votos
{{$usuario['name'] . " " . $usuario["primerApellido"] . " " . $usuario["segundoApellido"]}} {{$candidato['votos']}}
@endsection