@if(!empty($contests)) @foreach($contests as $contest)
@if($contest->cover)
@endif

{{$contest->name}}

{{$contest->reward}}

@if(($contest->enddate)>$today) @if($contest->startdate<=$today) Submit Your Photos @else

CONTEST WILL START ::

@endif @else

COUNTDOWN ::

@if($contest->show_result==2) VIEW SEMI FINAL RESULT @elseif($contest->show_result==1) @if($contest->votedate<$today) VIEW RESULT @else RESULT COMING SOON! @endif @else RESULT COMING SOON! @endif @endif @if($contest->votedate>$today && $contest->startdate<=$today) View Gallery @endif

@endforeach @endif
@if(!Auth::check()) {!! Theme::section('home.ask-login') !!} @endif