{{$poll->question}}

@foreach($options as $key => $o) @php if($poll->total_votes && $o['votes']): $percent = $o['votes']/$poll->total_votes; $rating = $percent * 100; else: $rating = 0; endif; @endphp @endforeach
@if($ispollSubmit)

{{General::compactPriceFromat($poll->total_votes)}} Votes

@endif