@extends('layouts.app') @section('title', "Results for '" . $poll->question . "'") @section('content') @if ($voted)
Your vote has been recorded!
@endif @if($poll->results_visible)
TODO: Put results here.
TODO: Put a pie chart here.
@else
Results for this poll are hidden until the poll is closed.
@endif @endsection