@if ($productModel->premios()->where('descricao', '!=', '')->where('ganhador', '!=', '')->count() == 0)

Aguardando Sorteio!

@else

Rifa Finalizada!

@endif @if (env('APP_URL') == 'agencyrauen.com')

Aguardando sorteio pela loteria federal

@endif @if ($productModel->premios()->where('descricao', '!=', '')->where('ganhador', '!=', '')->count() > 0)

🎉 Ganhadores

@foreach ($productModel->premios()->where('descricao', '!=', '') as $premio)
@endforeach @endif