@extends('layout') @section('title') REGISTRO VOTOS @endsection @section('content')
materialize
@if (count($votacion))

Registro de Votación

EVENTO: {{ $eventoActual[0]->nombreEvento }}
VOTO: {{$tema->votacion}}
FECHA: {{ \Carbon\Carbon::parse($eventoActual[0]->fechaEvento)->format('d-m-Y') }}
@foreach ($votacion as $voto) @if ($voto->mensaje == 'SIN REGISTRO') @elseif($voto->mensaje == 'ABSTENCION') @elseif($voto->mensaje == 'CONTRA') @elseif($voto->mensaje == 'FAVOR') @endif @endforeach

{{ $voto->nombre }} {{ $voto->ap_pat }} {{ $voto->ap_mat }} / {{$voto->partido}}

file_upload file_download fast_forward fast_rewind

@endif @endsection @push('scripts') @endpush