@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)
    Warning: Undefined variable $keya in /home/paualqejwb/dailyhoroscope.org/resources/views/_particles/post/_entries/_quiz_answers.blade.php on line 5
  1. @if($entry->video!='3') {{ $answer->title }} @endif
    {!! $answer->title > "" ? $answer->title : '
    ' !!}
  2. @if(($keya%3)==0 and $entry->video=='1' or ($keya%2)==0 and $entry->video=='2' )
    @endif @endforeach