Sorteio: {{ $rifa->name }}
@csrf
@foreach ($rifa->premios()->where('descricao', '!=', '') as $premio)
{{ $premio->ordem }} ยบ
@endforeach