materialize

Iniciar registro de Votación

{!! Form::text('reg',isset($temaV) ? $temaV->votacion : null, ['class' => 'form-control', 'placeholder' => 'Ingrese tema de propuesta', 'id' => 'votacion', 'name' => 'votacion']) !!}
{!! Form::number('reg', null, ['class' => 'form-control text-uppercase', 'placeholder' => 'Ingrese tiempo en minutos', 'id' => 'tiempoVotacion', 'name' => 'tiempoVotacion']) !!}
{{ Form::button('Guardar', ['type' => 'submit', 'class' => 'btn btn-submit text-light', 'style' => 'background-color:rgb(150,0,72);']) }}