@extends('layouts.app') @section('content')
Home - Candidate Vote Results
@foreach ($candidates as $index => $candidate) @endforeach
SL Candidate Photo Candidate Name Candidate Sign Total Vote Action
{{ $index + 1 }} {{ $candidate->name }}

{{ $candidate->name }}

Vote Sign

{{ $candidate->candidateVotes->count() }}

Details
@endsection