@extends('layouts.dashboard') @section('title', 'Results — ' . $election->title) @section('content')
| # | Candidate | Votes | Percentage | Status |
|---|---|---|---|---|
| {{ $i + 1 }} | @if($i === 0 && $position->votes_count > 0) @endif {{ $candidate->name }} | {{ $candidate->votes_count }} |
|
@if($i === 0 && $position->votes_count > 0) WINNER @else — @endif |