@foreach($voters as $voters) @endforeach
Name Dni Sit Code Group Plant Hasvoted Action
{{ $voters->name }} {{ $voters->dni }} {{ $voters->sit }} {{ $voters->code }} {{ $voters->group }} {{ $voters->plant }} {{ $voters->hasVoted }} {!! Form::open(['route' => ['voters.destroy', $voters->id], 'method' => 'delete']) !!}
{!! Form::button('', ['type' => 'submit', 'class' => 'btn btn-danger btn-xs', 'onclick' => "return confirm('Are you sure?')"]) !!}
{!! Form::close() !!}