@php($class= $entry->video == "1" ? 'thdefault' : ($entry->video == "2" ? 'thlarge' : 'thlist')) @php($answers= $post->entries()->where('type', 'answer')->where('source', $entry->id)->get())
    @foreach($answers as $keya => $answer) @php($keya=$keya+1)
  1. @if(!Auth::check() && get_buzzy_config('sitevoting')=="1") @else @if($answer->vote()->VoteOnPost()->first()) @else @if($entry->pollvotes()->currentUserHasVoteOnPost($entry->id)->get()->first()) @else @endif @endif @endif
    @if($entry->video!='3') {{ $answer->title }} @endif
    {!! $answer->title > "" ? $answer->title : '
    ' !!}
    @if($entry->pollvotes()->currentUserHasVoteOnPost($entry->id)->get()->first())
    {{ trans('updates.vote', ['count' => $answer->vote()->count()]) }} - {{$answer->vote()->count() ? intval(($answer->vote()->count() / $entry->pollvotes()->count()) * 100, 2) : 0 }} %
    @endif
  2. @if(($keya%3)==0 && $entry->video=='1' || ($keya%2)==0 && $entry->video=='2' )
    @endif @endforeach