{!! Form::label('id', 'Id:') !!}

{!! $type_voting->id !!}

{!! Form::label('name', 'Nome:') !!}

{!! $type_voting->name !!}

{!! Form::label('anonymous', 'AnĂ´nimo:') !!}

{!! $type_voting->anonymous !!}

{!! Form::label('active', 'Ativo:') !!}

{!! $type_voting->active !!}

{!! Form::label('created_at', 'Created At:') !!}

{!! $type_voting->created_at !!}

{!! Form::label('updated_at', 'Updated At:') !!}

{!! $type_voting->updated_at !!}