@foreach ($lotto as $l)
{{ $l->name }}
@if ($l->lastResult()) {{ format()->result($l->lastResult()) }} @else @for ($i = 0; $i < $l->digit; $i++) X @endfor @endif
@if ($l->lastResult()) Result: {{ \Carbon\Carbon::parse($l->lastResult()->date)->translatedFormat('l, d-m-Y') }} @else Result: Belum ada @endif

INFO {{ strtoupper($l->name) }}

Tutup Pasaran: {{ format()->time($l->close_time, true) }}
Result Pasaran : {{ format()->time($l->open_time, true) }}
Link Resmi
KLIK DISINI
@endforeach