Votação de projetos
{!! Form::token() !!}
Sessão
Projeto de Lei
Tipo de votação
{!! Form::select('type_voting_id', $type_voting, null, ['id' => 'type_voting_id', 'class' => 'form-control']) !!}
Votação do documento
{!! Form::token() !!}
Sessão
Documento
Autor
Tipo de votação
{!! Form::select('type_voting_id', $type_voting, null, ['id' => 'type_voting_id', 'class' => 'form-control']) !!}
@if ($last_voting != null)
Votação da ata
{!! Form::token() !!}
Sessão
ATA
Tipo de votação
{!! Form::select('type_voting_id', $type_voting, null, ['id' => 'type_voting_id', 'class' => 'form-control']) !!}
@endif
Votar parecer
{!! Form::token() !!}
Sessão
Parecer
Tipo de votação
{!! Form::select('type_voting_id', $type_voting, null, ['id' => 'type_voting_id', 'class' => 'form-control']) !!}