@php $count = 0 @endphp
@foreach ($lotteries as $lottery)
@php if ($lottery->lotteryRound->count() === 0) continue; $count++; @endphp
lotteryRound->count())
open-time="{{ $lottery->lotteryRound->first()['open'] }}"
close-time="{{ $lottery->lotteryRound->first()['close'] }}"
round-id="{{ $lottery->lotteryRound->first()['id'] }}"
@endif
>
@endforeach
@if (!$count)
ไม่มีหวยที่เปิดรับแทงในขณะนี้
@endif