@foreach($candidates as $candidates) @endforeach
Name Card Number Photo Url Votes Action
{{ $candidates->name }} {{ $candidates->card_number }} {{ $candidates->photo_url }} {{ $candidates->votes }} {!! Form::open(['route' => ['candidates.destroy', $candidates->id], 'method' => 'delete']) !!}
{!! Form::button('', ['type' => 'submit', 'class' => 'btn btn-danger btn-xs', 'onclick' => "return confirm('Are you sure?')"]) !!}
{!! Form::close() !!}