{{ setting('general.app_name') ?? 'Logo' }}
{{ $lotto->name }} pools
Setiap Hari
LIVE DRAW {{ $lotto->name }} {{ setting('general.app_name') ?? '' }}
{{ format()->fullDate($lotto->lastResult()->date) }}
PRIZE #1
{{ format()->result($lotto->lastResult()) }}
@if (theme()->hasRank($lotto->lastResult())) @foreach (theme()->getRank($lotto->lastResult())['rank'] as $i => $r)
PRIZE #{{ $i + 2 }}
{{ $r['value'] }}
@endforeach @endif
@if (theme()->hasSpecialPrize($lotto->lastResult()))
SPECIAL PRIZE

@foreach (theme()->getSpecialPrize($lotto->lastResult())['special_prize'] as $r)
{{ $r['value'] }}
@endforeach
@endif @if (theme()->hasConsolationPrize($lotto->lastResult()))
CONSOLATION PRIZE
@foreach (theme()->getConsolationPrize($lotto->lastResult())['consolation_prize'] as $r)
{{ $r['value'] }}
@endforeach
@endif