@if(!empty($contests))
@foreach($contests as $contest)
{{--check if contest finished--}}
@if(($contest->enddate)<= strtotime(date('Y-m-d')) && ($contest->votedate)<= strtotime(date('Y-m-d')))
@if($contest->show_result==0)
@if($contest->cover)
@endif
PENDING RESULT: {{$contest->name}}
COMING SOON...
@endif
@endif
@endforeach
@if($flag==1)
NO PENDING CONTEST RESULTS FOUND
@endif
@endif