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

{{ $voters->name }}

{!! Form::label('dni', 'Dni:') !!}

{{ $voters->dni }}

{!! Form::label('sit', 'Sit:') !!}

{{ $voters->sit }}

{!! Form::label('code', 'Code:') !!}

{{ $voters->code }}

{!! Form::label('group', 'Group:') !!}

{{ $voters->group }}

{!! Form::label('plant', 'Plant:') !!}

{{ $voters->plant }}

{!! Form::label('hasVoted', 'Hasvoted:') !!}

{{ $voters->hasVoted }}

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

{{ $voters->created_at }}

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

{{ $voters->updated_at }}