@extends('layouts.app') @section('content')

{{ $election->name }}

Estudiante: {{ $student->full_name }} · {{ $student->grade->name }}

🔒 Voto Secreto

@if($errors->has('general'))
{{ $errors->first('general') }}
@endif
@csrf

Personero

@foreach($personeros as $candidate) @endforeach
@error('personero_choice')
{{ $message }}
@enderror

Contralor

@foreach($contralores as $candidate) @endforeach
@error('contralor_choice')
{{ $message }}
@enderror
@csrf
@endsection