@extends('layout') @section('title') Sesiones @endsection @section('content')

Sesión {{$sesion->created_at}}

@if(count($votaciones)) @foreach($votaciones as $votacion) @endforeach @else @endif
Registro Detalles Acciones
Asistencia: {{$sesion->nombreEvento}} Inicio: {{$asistencia[0]->tiempoVotacionInicio}}
Fin: {{$asistencia[0]->tiempoVotacion}}
local_printshop vertical_align_bottom edit spellcheck import_export
Votación: {{$votacion->votacion}} Registro: {{$votacion->created_at}} local_printshop vertical_align_bottom edit edit delete_forever spellcheck
No hay votaciones registradas

@endsection @section('vendor-script') @endsection @push('scripts')