<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>ASIA LOTTERY</title>
<link rel="icon" href="https://asia-lottery.com/storage/01K404VNCWK5V8KTC9BSD8X69N.png" />
<!-- Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://asia-lottery.com/fonts/inter/inter.css" />
<!-- Styles / Scripts -->
<link rel="preload" as="style" href="https://asia-lottery.com/build/assets/app-BDCFumVQ.css" /><link rel="preload" as="style" href="https://asia-lottery.com/build/assets/app-DhXX6TRb.css" /><link rel="modulepreload" href="https://asia-lottery.com/build/assets/app-DXQSR-ne.js" /><link rel="stylesheet" href="https://asia-lottery.com/build/assets/app-BDCFumVQ.css" data-navigate-track="reload" /><link rel="stylesheet" href="https://asia-lottery.com/build/assets/app-DhXX6TRb.css" data-navigate-track="reload" /><script type="module" src="https://asia-lottery.com/build/assets/app-DXQSR-ne.js" data-navigate-track="reload"></script>
<!-- Livewire Styles --><style >[wire\:loading][wire\:loading], [wire\:loading\.delay][wire\:loading\.delay], [wire\:loading\.inline-block][wire\:loading\.inline-block], [wire\:loading\.inline][wire\:loading\.inline], [wire\:loading\.block][wire\:loading\.block], [wire\:loading\.flex][wire\:loading\.flex], [wire\:loading\.table][wire\:loading\.table], [wire\:loading\.grid][wire\:loading\.grid], [wire\:loading\.inline-flex][wire\:loading\.inline-flex] {display: none;}[wire\:loading\.delay\.none][wire\:loading\.delay\.none], [wire\:loading\.delay\.shortest][wire\:loading\.delay\.shortest], [wire\:loading\.delay\.shorter][wire\:loading\.delay\.shorter], [wire\:loading\.delay\.short][wire\:loading\.delay\.short], [wire\:loading\.delay\.default][wire\:loading\.delay\.default], [wire\:loading\.delay\.long][wire\:loading\.delay\.long], [wire\:loading\.delay\.longer][wire\:loading\.delay\.longer], [wire\:loading\.delay\.longest][wire\:loading\.delay\.longest] {display: none;}[wire\:offline][wire\:offline] {display: none;}[wire\:dirty]:not(textarea):not(input):not(select) {display: none;}:root {--livewire-progress-bar-color: #2299dd;}[x-cloak] {display: none !important;}[wire\:cloak] {display: none !important;}</style>
</head>
<body class="font-sans antialiased bg-[#9c024a]">
<div role="status" id="toaster" x-data="toasterHub([], JSON.parse('{\u0022alignment\u0022:\u0022top\u0022,\u0022duration\u0022:3000,\u0022replace\u0022:false,\u0022suppress\u0022:false}'))" class="fixed z-50 p-4 w-full flex flex-col pointer-events-none sm:p-6 top-0 items-center">
<template x-for="toast in toasts" :key="toast.id">
<div x-show="toast.isVisible"
x-init="$nextTick(() => toast.show($el))"
x-transition:enter-start="-translate-y-12 opacity-0"
x-transition:enter-end="translate-y-0 opacity-100"
x-transition:leave-end="opacity-0 scale-90"
class="relative duration-300 transform transition ease-in-out max-w-xs w-full pointer-events-auto text-center"
:class="toast.select({ error: 'text-white', info: 'text-black', success: 'text-white', warning: 'text-white' })"
>
<i x-text="toast.message"
class="inline-block select-none not-italic px-6 py-3 rounded shadow-lg text-sm w-full mb-3"
:class="toast.select({ error: 'bg-red-500', info: 'bg-gray-200', success: 'bg-green-600', warning: 'bg-orange-500' })"
></i>
<button @click="toast.dispose()" aria-label="close" class="absolute right-0 p-2 focus:outline-none rtl:right-auto rtl:left-0 top-0">
<svg class="h-4 w-4" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
<path fill-rule="evenodd" d="M4.293 4.293a1 1 0 011.414 0L10 8.586l4.293-4.293a1 1 0 111.414 1.414L11.414 10l4.293 4.293a1 1 0 01-1.414 1.414L10 11.414l-4.293 4.293a1 1 0 01-1.414-1.414L8.586 10 4.293 5.707a1 1 0 010-1.414z" clip-rule="evenodd"></path>
</svg>
</button>
</div>
</template>
</div>
<div class="bg-[#ff889b] flex items-center justify-between md:justify-center p-5">
<img src="https://asia-lottery.com/storage/01K401FS1E967JATZXDGVXVE4V.webp" class="h-12 md:h-24" />
<div wire:snapshot="{"data":[],"memo":{"id":"xmHveD8otnxCz8n7UZzq","name":"mobile-navigation","path":"\/","method":"GET","children":{"lw-1725707500-0":["div","8G8LEMGgwJwX7QvLCPX9"]},"scripts":[],"assets":[],"errors":[],"locale":"en"},"checksum":"c7aa223ae24f57f1146f693d99addc512b48f3154d41b4218ddd54e13b4c50cf"}" wire:effects="[]" wire:id="xmHveD8otnxCz8n7UZzq" x-cloak x-data="{ show: false }" class="flex items-center md:hidden">
<div x-transition:enter="transition-all ease-out duration-300" x-transition:enter-start="-translate-x-[100%]"
x-transition:enter-end="translate-x-0" x-transition:leave="transition-all ease-in duration-300"
x-transition:leave-start="translate-x-0" x-transition:leave-end="-translate-x-[100%]" x-show="show"
class="fixed top-0 left-0 w-full h-full bg-[#b60055] z-[999] overflow-y-auto">
<div class="flex justify-end px-8 py-8">
<button @click.prevent="show = false">
<svg class="h-8 text-white" fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc. --><path d="M342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3 297.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256 342.6 150.6z"/></svg> </button>
</div>
<div class="px-8">
<div class="flex flex-col divide-y divide-[#b60055]">
<div class="flex flex-col items-start justify-center gap-2 py-4 font-bold text-white">
<a href="https://asia-lottery.com">
Home
</a>
<div wire:snapshot="{"data":[],"memo":{"id":"8G8LEMGgwJwX7QvLCPX9","name":"livedraw","path":"\/","method":"GET","children":[],"scripts":[],"assets":[],"errors":[],"locale":"en"},"checksum":"390199e682fc2f810bd6c32aba2c3dbe9b954183a2251c6eb2a02afe4a4013fc"}" wire:effects="[]" wire:id="8G8LEMGgwJwX7QvLCPX9" class="p-4">
<div class="mb-6 text-white">Home » POSTING LOTTERY ASIA » Live Draw</div>
<div class="w-full overflow-y-auto bg-white divide-y rounded-lg md:w-auto">
<div class="flex flex-col items-center grid-cols-3 gap-6 p-8 text-black lg:flex-row lg:grid">
<div>
<!--[if BLOCK]><![endif]--> <img src="https://asia-lottery.com/storage/01K401FS1E967JATZXDGVXVE4V.webp" class="h-12" />
<!--[if ENDBLOCK]><![endif]-->
<div class="font-bold text-center uppercase">
Thursday, 23 October 2025
</div>
<div class="text-3xl font-bold text-center uppercase">KAZAKHSTAN</div>
<div class="flex flex-col items-center gap-2 mt-2">
<div class="font-semibold">Today's Jackpot</div>
<div class="font-bold">$27200.00</div>
</div>
</div>
<div class="flex flex-col gap-4">
<div class="flex flex-col items-center gap-2 text-black">
<div class="text-2xl font-bold">
Special Prize
</div>
<div class="px-4">
<div style="display:flex; gap:6px; align-items:center;"><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">7</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">1</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">0</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background: linear-gradient(0deg, #b60055 0%, #e4006a 100%); color: white; border-color: #e4006a;">3</div></div>
</div>
</div>
<div class="flex flex-col items-center gap-2 text-black">
<div class="text-2xl font-bold">
Grand Prize
</div>
<div class="px-4">
<div style="display:flex; gap:6px; align-items:center;"><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">3</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">2</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">6</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background: linear-gradient(0deg, #b60055 0%, #e4006a 100%); color: white; border-color: #e4006a;">7</div></div>
</div>
</div>
<div class="flex flex-col items-center gap-2 text-black">
<div class="text-2xl font-bold">
Regular Prize
</div>
<div class="px-4">
<div style="display:flex; gap:6px; align-items:center;"><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">3</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">7</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">7</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background: linear-gradient(0deg, #b60055 0%, #e4006a 100%); color: white; border-color: #e4006a;">0</div></div>
</div>
</div>
</div>
<div class="flex flex-col gap-4">
<div class="flex flex-col items-center gap-2 text-black">
<div class="text-2xl font-bold">
Starter Prize
</div>
<div class="px-4">
<div style="display:flex; gap:6px; align-items:center;"><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">4</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">1</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">6</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background: linear-gradient(0deg, #b60055 0%, #e4006a 100%); color: white; border-color: #e4006a;">1</div></div>
</div>
</div>
<div class="flex flex-col items-center gap-2 text-black">
<div class="text-2xl font-bold">
Consolation Prize
</div>
<div class="px-4">
<div style="display:flex; gap:6px; align-items:center;"><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">3</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">9</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">4</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background: linear-gradient(0deg, #b60055 0%, #e4006a 100%); color: white; border-color: #e4006a;">5</div></div>
</div>
</div>
</div>
</div>
</div>
<div class="flex justify-center w-full pt-4 mt-4 border-t border-white/25">
<a href="https://asia-lottery.com/result" class="flex items-center gap-1 bg-[#ffc107] py-1.5 px-3 rounded-md shadow-lg">
<svg class="text-black size-4" data-slot="icon" fill="none" stroke-width="1.5" stroke="currentColor"
viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
<path stroke-linecap="round" stroke-linejoin="round"
d="M2.036 12.322a1.012 1.012 0 0 1 0-.639C3.423 7.51 7.36 4.5 12 4.5c4.638 0 8.573 3.007 9.963 7.178.07.207.07.431 0 .639C20.577 16.49 16.64 19.5 12 19.5c-4.638 0-8.573-3.007-9.963-7.178Z">
</path>
<path stroke-linecap="round" stroke-linejoin="round" d="M15 12a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z"></path>
</svg>
<div class="">Check Results</div>
</a>
</div>
</div>
<a href="https://asia-lottery.com/result">Results</a>
<a href="https://asia-lottery.com/information">Information</a>
<a href="https://asia-lottery.com/contact">Contact Us</a>
</div>
<div class="flex flex-col items-start justify-center gap-2 py-4 font-bold text-white">
<!--[if BLOCK]><![endif]--> <a href="https://asia-lottery.com/result/BANGLADESH">
BANGLADESH
</a>
<a href="https://asia-lottery.com/result/INDIA">
INDIA
</a>
<a href="https://asia-lottery.com/result/KAZAKHSTAN">
KAZAKHSTAN
</a>
<a href="https://asia-lottery.com/result/TIMORLESTE">
TIMORLESTE
</a>
<a href="https://asia-lottery.com/result/BAHRAIN">
BAHRAIN
</a>
<a href="https://asia-lottery.com/result/CAMBODIA">
CAMBODIA
</a>
<a href="https://asia-lottery.com/result/PHILIPPINES">
PHILIPPINES
</a>
<a href="https://asia-lottery.com/result/MALAYSIA">
MALAYSIA
</a>
<a href="https://asia-lottery.com/result/THAILAND">
THAILAND
</a>
<a href="https://asia-lottery.com/result/VIETNAM">
VIETNAM
</a>
<a href="https://asia-lottery.com/result/LAOS">
LAOS
</a>
<a href="https://asia-lottery.com/result/BHUTAN">
BHUTAN
</a>
<a href="https://asia-lottery.com/result/MYANMAR">
MYANMAR
</a>
<a href="https://asia-lottery.com/result/TAIWAN">
TAIWAN
</a>
<a href="https://asia-lottery.com/result/MONGOLIA">
MONGOLIA
</a>
<a href="https://asia-lottery.com/result/MALDIVES">
MALDIVES
</a>
<a href="https://asia-lottery.com/result/HONGKONG">
HONGKONG
</a>
<a href="https://asia-lottery.com/result/KYRGYZSTAN">
KYRGYZSTAN
</a>
<!--[if ENDBLOCK]><![endif]-->
</div>
</div>
</div>
</div>
<button @click.prevent="show = true">
<svg class="h-6 text-white" fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc. --><path d="M0 96C0 78.3 14.3 64 32 64l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 128C14.3 128 0 113.7 0 96zM0 256c0-17.7 14.3-32 32-32l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 288c-17.7 0-32-14.3-32-32zM448 416c0 17.7-14.3 32-32 32L32 448c-17.7 0-32-14.3-32-32s14.3-32 32-32l384 0c17.7 0 32 14.3 32 32z"/></svg> </button>
</div>
</div>
<div class="md:bg-[#9c024a]">
<div class="hidden gap-6 py-4 mx-auto text-lg uppercase font-bold text-white md:flex md:justify-center max-w-7xl">
<!-- I begin to speak only when I am certain what I will say is not better left unsaid. - Cato the Younger -->
<a href="https://asia-lottery.com" class="hover:text-violet-300">
Home
</a>
<a href="https://asia-lottery.com/livedraw" class="hover:text-violet-300">Livedraw</a>
<a href="https://asia-lottery.com/result" class="hover:text-violet-300">Results</a>
<a href="https://asia-lottery.com/policy" class="hover:text-violet-300">Policy</a>
<a href="https://asia-lottery.com/contact" class="hover:text-violet-300">Contact Us</a>
</div>
</div>
<div class="bg-gray-100 text-violet-900">
<div class="flex items-center py-2 mx-auto max-w-7xl">
<svg class="h-4 px-2" fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc. --><path d="M480 32c0-12.9-7.8-24.6-19.8-29.6s-25.7-2.2-34.9 6.9L381.7 53c-48 48-113.1 75-181 75l-8.7 0-32 0-96 0c-35.3 0-64 28.7-64 64l0 96c0 35.3 28.7 64 64 64l0 128c0 17.7 14.3 32 32 32l64 0c17.7 0 32-14.3 32-32l0-128 8.7 0c67.9 0 133 27 181 75l43.6 43.6c9.2 9.2 22.9 11.9 34.9 6.9s19.8-16.6 19.8-29.6l0-147.6c18.6-8.8 32-32.5 32-60.4s-13.4-51.6-32-60.4L480 32zm-64 76.7L416 240l0 131.3C357.2 317.8 280.5 288 200.7 288l-8.7 0 0-96 8.7 0c79.8 0 156.5-29.8 215.3-83.3z"/></svg> <marquee class="text-xs">
LOTTERY RESULT FROM ACROSS ASIA COUNTRIES
</marquee>
</div>
</div>
<div
class="shadow-lg py-4 bg-[#b60055] border-b-[3px] border-[#e4006a] text-xl uppercase text-white text-center font-semibold">
POSTING LOTTERY ASIA Results & Winning Numbers
</div>
<main class="mx-auto max-w-7xl bg-[#9c024a]">
<div wire:snapshot="{"data":[],"memo":{"id":"eFG5MZVr353RadPsh0zB","name":"live-stream","path":"\/","method":"GET","children":[],"scripts":[],"assets":[],"errors":[],"locale":"en"},"checksum":"dc91f7c392cd00128f5ecf1b272ec2f8571174fbf07255241602f6beda2caa6b"}" wire:effects="[]" wire:id="eFG5MZVr353RadPsh0zB">
<!--[if BLOCK]><![endif]--><!--[if ENDBLOCK]><![endif]-->
</div>
<div wire:snapshot="{"data":{"search":false,"result":null,"lot":null,"date":null,"lotto_id":13},"memo":{"id":"oKso0mhSjecqMcukPYT8","name":"home-result","path":"\/","method":"GET","children":{"lw-2341080341-0":["div","tqqjnBFXPDFcBagDpFlt"]},"scripts":[],"assets":[],"errors":[],"locale":"en"},"checksum":"62cecd5fa550f0da701680d9680854dbd6ccefe0164a0a504f28a8d3748e6923"}" wire:effects="[]" wire:id="oKso0mhSjecqMcukPYT8" x-data="{ search: window.Livewire.find('oKso0mhSjecqMcukPYT8').entangle('search') }" class="mb-4">
<div x-cloak x-show="!search">
<div class="px-4 mt-4">
<div class="mb-6 text-white">Home » POSTING LOTTERY ASIA » Super Lotto</div>
<div class="w-full overflow-y-auto bg-white divide-y rounded-lg md:w-auto">
<div class="flex flex-col items-center grid-cols-3 gap-6 p-8 text-black lg:flex-row lg:grid">
<div>
<!--[if BLOCK]><![endif]--> <div class="flex justify-center w-full">
<img src="https://asia-lottery.com/storage/01K401FS1E967JATZXDGVXVE4V.webp" class="h-12" />
</div>
<!--[if ENDBLOCK]><![endif]-->
<div class="font-bold text-center uppercase">
Thursday, 23 October 2025
</div>
<div class="text-3xl font-bold text-center uppercase">KAZAKHSTAN</div>
<div class="flex flex-col items-center gap-2 mt-2">
<div class="font-semibold">Today's Jackpot</div>
<div class="font-bold">$27200.00</div>
</div>
</div>
<div class="flex flex-col gap-4">
<div class="flex flex-col items-center gap-2 text-black">
<div class="text-2xl font-bold">
Special Prize
</div>
<div class="px-4">
<div style="display:flex; gap:6px; align-items:center;"><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">7</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">1</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">0</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background: linear-gradient(0deg, #b60055 0%, #e4006a 100%); color: white; border-color: #e4006a;">3</div></div>
</div>
</div>
<div class="flex flex-col items-center gap-2 text-black">
<div class="text-2xl font-bold">
Grand Prize
</div>
<div class="px-4">
<div style="display:flex; gap:6px; align-items:center;"><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">3</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">2</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">6</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background: linear-gradient(0deg, #b60055 0%, #e4006a 100%); color: white; border-color: #e4006a;">7</div></div>
</div>
</div>
<div class="flex flex-col items-center gap-2 text-black">
<div class="text-2xl font-bold">
Regular Prize
</div>
<div class="px-4">
<div style="display:flex; gap:6px; align-items:center;"><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">3</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">7</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">7</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background: linear-gradient(0deg, #b60055 0%, #e4006a 100%); color: white; border-color: #e4006a;">0</div></div>
</div>
</div>
</div>
<div class="flex flex-col gap-4">
<div class="flex flex-col items-center gap-2 text-black">
<div class="text-2xl font-bold">
Starter Prize
</div>
<div class="px-4">
<div style="display:flex; gap:6px; align-items:center;"><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">4</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">1</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">6</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background: linear-gradient(0deg, #b60055 0%, #e4006a 100%); color: white; border-color: #e4006a;">1</div></div>
</div>
</div>
<div class="flex flex-col items-center gap-2 text-black">
<div class="text-2xl font-bold">
Consolation Prize
</div>
<div class="px-4">
<div style="display:flex; gap:6px; align-items:center;"><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">3</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">9</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">4</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background: linear-gradient(0deg, #b60055 0%, #e4006a 100%); color: white; border-color: #e4006a;">5</div></div>
</div>
</div>
</div>
</div>
</div>
<div wire:snapshot="{"data":{"nextDraw":"2025-10-23 04:10:00","nextLotto":"TIMORLESTE"},"memo":{"id":"tqqjnBFXPDFcBagDpFlt","name":"home.next-draw","path":"\/","method":"GET","children":[],"scripts":[],"assets":[],"errors":[],"locale":"en"},"checksum":"604bf629eab782149a025c87a5c87ff40b80b21f622b9795b15b148697633139"}" wire:effects="[]" wire:id="tqqjnBFXPDFcBagDpFlt" x-data="{
nextDraw: window.Livewire.find('tqqjnBFXPDFcBagDpFlt').entangle('nextDraw').live,
nextLotto: window.Livewire.find('tqqjnBFXPDFcBagDpFlt').entangle('nextLotto').live,
countdown: 0,
hours: 0,
minutes: 0,
seconds: 0,
startCountdown() {
this.countdown = Math.floor((new Date(this.nextDraw) - new Date()) / 1000);
setInterval(() => this.updateCountdown(), 1000);
},
updateCountdown() {
if (this.countdown !== 0) {
this.hours = String(Math.floor(this.countdown / 3600)).padStart(2, '0');
this.minutes = String(Math.floor((this.countdown % 3600) / 60)).padStart(2, '0');
this.seconds = String(this.countdown % 60).padStart(2, '0');
this.countdown--;
} else {
window.Livewire.find('tqqjnBFXPDFcBagDpFlt').call('calculateNextDraw');
}
}
}" x-init="startCountdown()"
class="my-4 px-6 py-10 bg-[#b60055] rounded-md shadow-lg flex flex-col lg:flex-row items-center lg:justify-between gap-6">
<div class="text-2xl text-center text-white lg:text-left">
<div class="font-bold">Next Draw</div>
<div class="text-[#ffc107] font-bold">[TIMORLESTE]</div>
<div class="text-base font-semibold">Win and Get Your Daily Jackpot<br>Refer Your Friends Get 20% off
</div>
</div>
<div class="grid grid-cols-3 gap-4 tracking-wider">
<div class="flex flex-col items-center gap-1 px-10 py-2 font-bold text-black bg-white rounded-lg">
<div class="text-base">HOURS</div>
<div class="text-[#b60055] text-xl" x-text="hours">23</div>
</div>
<div class="flex flex-col items-center gap-1 px-10 py-2 font-bold text-black bg-white rounded-lg">
<div class="text-base">MINS</div>
<div class="text-[#b60055] text-xl" x-text="minutes">59</div>
</div>
<div class="flex flex-col items-center gap-1 px-10 py-2 font-bold text-black bg-white rounded-lg">
<div class="text-base">SEC</div>
<div class="text-[#b60055] text-xl" x-text="seconds">46</div>
</div>
</div>
<button class="bg-[#fc9b0b] text-black shadow-lg py-3 px-6 flex items-center gap-1 text-sm font-semibold">
<svg class="size-3" data-slot="icon" fill="none" stroke-width="1.5" stroke="currentColor" viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
<path stroke-linecap="round" stroke-linejoin="round"
d="M16.5 6v.75m0 3v.75m0 3v.75m0 3V18m-9-5.25h5.25M7.5 15h3M3.375 5.25c-.621 0-1.125.504-1.125 1.125v3.026a2.999 2.999 0 0 1 0 5.198v3.026c0 .621.504 1.125 1.125 1.125h17.25c.621 0 1.125-.504 1.125-1.125v-3.026a2.999 2.999 0 0 1 0-5.198V6.375c0-.621-.504-1.125-1.125-1.125H3.375Z">
</path>
</svg>
<div>TICKETS</div>
</button>
</div>
<div class="mt-2 border-t border-[#ff1683] pt-2">
<div class="italic font-semibold text-center text-white">
Advertisement
</div>
<div class="flex flex-col col-span-3 gap-4 mt-2">
<div class="w-full overflow-hidden rounded-lg swiper slider">
<div class="swiper-wrapper">
<!--[if BLOCK]><![endif]--> <!--[if BLOCK]><![endif]--> <div class="swiper-slide">
<a href="#">
<img class="w-full" src="https://asia-lottery.com/storage/01K404V5J3R43BJEPHBW2P192H.gif" />
</a>
</div>
<!--[if ENDBLOCK]><![endif]-->
<!--[if ENDBLOCK]><![endif]-->
</div>
</div>
</div>
</div>
<div class="grid grid-cols-1 gap-4 pb-2 mt-4 sm:grid-cols-2 lg:grid-cols-3">
<!--[if BLOCK]><![endif]--> <div
class="bg-white rounded-lg shadow-lg hover:bg-gray-200 border-b-[6px] border-[#fc9b0b] px-6 py-10">
<div class="flex flex-col items-center justify-center">
<div class="mb-2 text-black">
--- No. 1 ---
</div>
<div class="mb-2 text-[#dc3545] font-semibold">Result Has Been Drawed!!</div>
<!--[if BLOCK]><![endif]--> <img src="https://asia-lottery.com/storage/01K401FS1E967JATZXDGVXVE4V.webp" class="h-12" />
<!--[if ENDBLOCK]><![endif]-->
</div>
<!--[if BLOCK]><![endif]--> <div
x-data="{ showAll: false }"
class="mt-2 overflow-hidden text-black">
<div class="px-4 text-sm font-bold text-center">
<div class="uppercase">Thursday, 23 October 2025</div>
<div class="text-black uppercase text-lg font-bold">BANGLADESH</div>
</div>
<div class="px-4">
<div>
<div class="py-2">
<div class="text-2xl font-bold text-center">Special Prize</div>
<div class="flex justify-center mt-2">
<div style="display:flex; gap:6px; align-items:center;"><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">9</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">1</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">3</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background: linear-gradient(0deg, #b60055 0%, #e4006a 100%); color: white; border-color: #e4006a;">9</div></div>
</div>
</div>
<div x-show="showAll" x-cloak>
<div class="py-2">
<div class="text-2xl font-bold text-center">Grand Prize
</div>
<div class="flex justify-center mt-2">
<div style="display:flex; gap:6px; align-items:center;"><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">9</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">9</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">7</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background: linear-gradient(0deg, #b60055 0%, #e4006a 100%); color: white; border-color: #e4006a;">8</div></div>
</div>
</div>
<div class="py-2">
<div class="text-2xl font-bold text-center">Regular Prize
</div>
<div class="flex justify-center mt-2">
<div style="display:flex; gap:6px; align-items:center;"><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">7</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">6</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">6</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background: linear-gradient(0deg, #b60055 0%, #e4006a 100%); color: white; border-color: #e4006a;">6</div></div>
</div>
</div>
<div class="py-2">
<div class="text-2xl font-bold text-center">Starter Prize</div>
<div class="flex justify-center mt-2">
<div style="display:flex; gap:6px; align-items:center;"><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">8</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">0</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">6</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background: linear-gradient(0deg, #b60055 0%, #e4006a 100%); color: white; border-color: #e4006a;">7</div></div>
</div>
</div>
<div class="py-2">
<div class="text-2xl font-bold text-center">Consolation Prize
</div>
<div class="flex justify-center mt-2">
<div style="display:flex; gap:6px; align-items:center;"><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">9</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">5</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">7</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background: linear-gradient(0deg, #b60055 0%, #e4006a 100%); color: white; border-color: #e4006a;">0</div></div>
</div>
</div>
</div>
<div class="py-2 text-center">
<button @click="showAll = !showAll" type="button" class="text-[#dc3545] border border-[#dc3545] font-bold py-1 px-2 w-full text-center rounded-md hover:bg-[#dc3545] hover:text-white transition-colors text-sm">
<span x-show="!showAll">Show All</span>
<span x-show="showAll">Hide</span>
</button>
</div>
</div>
</div>
</div>
<!--[if ENDBLOCK]><![endif]-->
<div class="flex flex-col items-center gap-2 mt-2">
<div>Today's Jackpot</div>
<div class="font-bold">$33400.00</div>
</div>
</div>
<div
class="bg-white rounded-lg shadow-lg hover:bg-gray-200 border-b-[6px] border-[#fc9b0b] px-6 py-10">
<div class="flex flex-col items-center justify-center">
<div class="mb-2 text-black">
--- No. 2 ---
</div>
<div class="mb-2 text-[#dc3545] font-semibold">Result Has Been Drawed!!</div>
<!--[if BLOCK]><![endif]--> <img src="https://asia-lottery.com/storage/01K401FS1E967JATZXDGVXVE4V.webp" class="h-12" />
<!--[if ENDBLOCK]><![endif]-->
</div>
<!--[if BLOCK]><![endif]--> <div
x-data="{ showAll: false }"
class="mt-2 overflow-hidden text-black">
<div class="px-4 text-sm font-bold text-center">
<div class="uppercase">Thursday, 23 October 2025</div>
<div class="text-black uppercase text-lg font-bold">INDIA</div>
</div>
<div class="px-4">
<div>
<div class="py-2">
<div class="text-2xl font-bold text-center">Special Prize</div>
<div class="flex justify-center mt-2">
<div style="display:flex; gap:6px; align-items:center;"><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">8</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">2</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">5</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background: linear-gradient(0deg, #b60055 0%, #e4006a 100%); color: white; border-color: #e4006a;">2</div></div>
</div>
</div>
<div x-show="showAll" x-cloak>
<div class="py-2">
<div class="text-2xl font-bold text-center">Grand Prize
</div>
<div class="flex justify-center mt-2">
<div style="display:flex; gap:6px; align-items:center;"><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">3</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">0</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">4</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background: linear-gradient(0deg, #b60055 0%, #e4006a 100%); color: white; border-color: #e4006a;">0</div></div>
</div>
</div>
<div class="py-2">
<div class="text-2xl font-bold text-center">Regular Prize
</div>
<div class="flex justify-center mt-2">
<div style="display:flex; gap:6px; align-items:center;"><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">1</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">3</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">3</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background: linear-gradient(0deg, #b60055 0%, #e4006a 100%); color: white; border-color: #e4006a;">5</div></div>
</div>
</div>
<div class="py-2">
<div class="text-2xl font-bold text-center">Starter Prize</div>
<div class="flex justify-center mt-2">
<div style="display:flex; gap:6px; align-items:center;"><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">0</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">0</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">7</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background: linear-gradient(0deg, #b60055 0%, #e4006a 100%); color: white; border-color: #e4006a;">9</div></div>
</div>
</div>
<div class="py-2">
<div class="text-2xl font-bold text-center">Consolation Prize
</div>
<div class="flex justify-center mt-2">
<div style="display:flex; gap:6px; align-items:center;"><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">4</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">3</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">4</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background: linear-gradient(0deg, #b60055 0%, #e4006a 100%); color: white; border-color: #e4006a;">8</div></div>
</div>
</div>
</div>
<div class="py-2 text-center">
<button @click="showAll = !showAll" type="button" class="text-[#dc3545] border border-[#dc3545] font-bold py-1 px-2 w-full text-center rounded-md hover:bg-[#dc3545] hover:text-white transition-colors text-sm">
<span x-show="!showAll">Show All</span>
<span x-show="showAll">Hide</span>
</button>
</div>
</div>
</div>
</div>
<!--[if ENDBLOCK]><![endif]-->
<div class="flex flex-col items-center gap-2 mt-2">
<div>Today's Jackpot</div>
<div class="font-bold">$34900.00</div>
</div>
</div>
<div
class="bg-white rounded-lg shadow-lg hover:bg-gray-200 border-b-[6px] border-[#fc9b0b] px-6 py-10">
<div class="flex flex-col items-center justify-center">
<div class="mb-2 text-black">
--- No. 3 ---
</div>
<div class="mb-2 text-[#dc3545] font-semibold">Result Has Been Drawed!!</div>
<!--[if BLOCK]><![endif]--> <img src="https://asia-lottery.com/storage/01K401FS1E967JATZXDGVXVE4V.webp" class="h-12" />
<!--[if ENDBLOCK]><![endif]-->
</div>
<!--[if BLOCK]><![endif]--> <div
x-data="{ showAll: false }"
class="mt-2 overflow-hidden text-black">
<div class="px-4 text-sm font-bold text-center">
<div class="uppercase">Thursday, 23 October 2025</div>
<div class="text-black uppercase text-lg font-bold">KAZAKHSTAN</div>
</div>
<div class="px-4">
<div>
<div class="py-2">
<div class="text-2xl font-bold text-center">Special Prize</div>
<div class="flex justify-center mt-2">
<div style="display:flex; gap:6px; align-items:center;"><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">7</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">1</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">0</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background: linear-gradient(0deg, #b60055 0%, #e4006a 100%); color: white; border-color: #e4006a;">3</div></div>
</div>
</div>
<div x-show="showAll" x-cloak>
<div class="py-2">
<div class="text-2xl font-bold text-center">Grand Prize
</div>
<div class="flex justify-center mt-2">
<div style="display:flex; gap:6px; align-items:center;"><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">3</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">2</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">6</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background: linear-gradient(0deg, #b60055 0%, #e4006a 100%); color: white; border-color: #e4006a;">7</div></div>
</div>
</div>
<div class="py-2">
<div class="text-2xl font-bold text-center">Regular Prize
</div>
<div class="flex justify-center mt-2">
<div style="display:flex; gap:6px; align-items:center;"><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">3</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">7</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">7</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background: linear-gradient(0deg, #b60055 0%, #e4006a 100%); color: white; border-color: #e4006a;">0</div></div>
</div>
</div>
<div class="py-2">
<div class="text-2xl font-bold text-center">Starter Prize</div>
<div class="flex justify-center mt-2">
<div style="display:flex; gap:6px; align-items:center;"><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">4</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">1</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">6</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background: linear-gradient(0deg, #b60055 0%, #e4006a 100%); color: white; border-color: #e4006a;">1</div></div>
</div>
</div>
<div class="py-2">
<div class="text-2xl font-bold text-center">Consolation Prize
</div>
<div class="flex justify-center mt-2">
<div style="display:flex; gap:6px; align-items:center;"><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">3</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">9</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">4</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background: linear-gradient(0deg, #b60055 0%, #e4006a 100%); color: white; border-color: #e4006a;">5</div></div>
</div>
</div>
</div>
<div class="py-2 text-center">
<button @click="showAll = !showAll" type="button" class="text-[#dc3545] border border-[#dc3545] font-bold py-1 px-2 w-full text-center rounded-md hover:bg-[#dc3545] hover:text-white transition-colors text-sm">
<span x-show="!showAll">Show All</span>
<span x-show="showAll">Hide</span>
</button>
</div>
</div>
</div>
</div>
<!--[if ENDBLOCK]><![endif]-->
<div class="flex flex-col items-center gap-2 mt-2">
<div>Today's Jackpot</div>
<div class="font-bold">$27200.00</div>
</div>
</div>
<div
class="bg-white rounded-lg shadow-lg hover:bg-gray-200 border-b-[6px] border-[#fc9b0b] px-6 py-10">
<div class="flex flex-col items-center justify-center">
<div class="mb-2 text-black">
--- No. 4 ---
</div>
<div class="mb-2 text-[#dc3545] font-semibold">Result Has Been Drawed!!</div>
<!--[if BLOCK]><![endif]--> <img src="https://asia-lottery.com/storage/01K401FS1E967JATZXDGVXVE4V.webp" class="h-12" />
<!--[if ENDBLOCK]><![endif]-->
</div>
<!--[if BLOCK]><![endif]--> <div
x-data="{ showAll: false }"
class="mt-2 overflow-hidden text-black">
<div class="px-4 text-sm font-bold text-center">
<div class="uppercase">Wednesday, 22 October 2025</div>
<div class="text-black uppercase text-lg font-bold">TIMORLESTE</div>
</div>
<div class="px-4">
<div>
<div class="py-2">
<div class="text-2xl font-bold text-center">Special Prize</div>
<div class="flex justify-center mt-2">
<div style="display:flex; gap:6px; align-items:center;"><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">6</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">7</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">5</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background: linear-gradient(0deg, #b60055 0%, #e4006a 100%); color: white; border-color: #e4006a;">4</div></div>
</div>
</div>
<div x-show="showAll" x-cloak>
<div class="py-2">
<div class="text-2xl font-bold text-center">Grand Prize
</div>
<div class="flex justify-center mt-2">
<div style="display:flex; gap:6px; align-items:center;"><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">4</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">6</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">9</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background: linear-gradient(0deg, #b60055 0%, #e4006a 100%); color: white; border-color: #e4006a;">9</div></div>
</div>
</div>
<div class="py-2">
<div class="text-2xl font-bold text-center">Regular Prize
</div>
<div class="flex justify-center mt-2">
<div style="display:flex; gap:6px; align-items:center;"><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">7</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">1</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">8</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background: linear-gradient(0deg, #b60055 0%, #e4006a 100%); color: white; border-color: #e4006a;">6</div></div>
</div>
</div>
<div class="py-2">
<div class="text-2xl font-bold text-center">Starter Prize</div>
<div class="flex justify-center mt-2">
<div style="display:flex; gap:6px; align-items:center;"><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">8</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">3</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">8</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background: linear-gradient(0deg, #b60055 0%, #e4006a 100%); color: white; border-color: #e4006a;">4</div></div>
</div>
</div>
<div class="py-2">
<div class="text-2xl font-bold text-center">Consolation Prize
</div>
<div class="flex justify-center mt-2">
<div style="display:flex; gap:6px; align-items:center;"><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">4</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">9</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">1</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background: linear-gradient(0deg, #b60055 0%, #e4006a 100%); color: white; border-color: #e4006a;">5</div></div>
</div>
</div>
</div>
<div class="py-2 text-center">
<button @click="showAll = !showAll" type="button" class="text-[#dc3545] border border-[#dc3545] font-bold py-1 px-2 w-full text-center rounded-md hover:bg-[#dc3545] hover:text-white transition-colors text-sm">
<span x-show="!showAll">Show All</span>
<span x-show="showAll">Hide</span>
</button>
</div>
</div>
</div>
</div>
<!--[if ENDBLOCK]><![endif]-->
<div class="flex flex-col items-center gap-2 mt-2">
<div>Today's Jackpot</div>
<div class="font-bold">$37300.00</div>
</div>
</div>
<div
class="bg-white rounded-lg shadow-lg hover:bg-gray-200 border-b-[6px] border-[#fc9b0b] px-6 py-10">
<div class="flex flex-col items-center justify-center">
<div class="mb-2 text-black">
--- No. 5 ---
</div>
<div class="mb-2 text-[#dc3545] font-semibold">Result Has Been Drawed!!</div>
<!--[if BLOCK]><![endif]--> <img src="https://asia-lottery.com/storage/01K401FS1E967JATZXDGVXVE4V.webp" class="h-12" />
<!--[if ENDBLOCK]><![endif]-->
</div>
<!--[if BLOCK]><![endif]--> <div
x-data="{ showAll: false }"
class="mt-2 overflow-hidden text-black">
<div class="px-4 text-sm font-bold text-center">
<div class="uppercase">Wednesday, 22 October 2025</div>
<div class="text-black uppercase text-lg font-bold">BAHRAIN</div>
</div>
<div class="px-4">
<div>
<div class="py-2">
<div class="text-2xl font-bold text-center">Special Prize</div>
<div class="flex justify-center mt-2">
<div style="display:flex; gap:6px; align-items:center;"><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">6</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">7</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">1</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background: linear-gradient(0deg, #b60055 0%, #e4006a 100%); color: white; border-color: #e4006a;">4</div></div>
</div>
</div>
<div x-show="showAll" x-cloak>
<div class="py-2">
<div class="text-2xl font-bold text-center">Grand Prize
</div>
<div class="flex justify-center mt-2">
<div style="display:flex; gap:6px; align-items:center;"><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">3</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">2</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">0</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background: linear-gradient(0deg, #b60055 0%, #e4006a 100%); color: white; border-color: #e4006a;">7</div></div>
</div>
</div>
<div class="py-2">
<div class="text-2xl font-bold text-center">Regular Prize
</div>
<div class="flex justify-center mt-2">
<div style="display:flex; gap:6px; align-items:center;"><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">3</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">3</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">8</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background: linear-gradient(0deg, #b60055 0%, #e4006a 100%); color: white; border-color: #e4006a;">7</div></div>
</div>
</div>
<div class="py-2">
<div class="text-2xl font-bold text-center">Starter Prize</div>
<div class="flex justify-center mt-2">
<div style="display:flex; gap:6px; align-items:center;"><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">1</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">7</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">1</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background: linear-gradient(0deg, #b60055 0%, #e4006a 100%); color: white; border-color: #e4006a;">8</div></div>
</div>
</div>
<div class="py-2">
<div class="text-2xl font-bold text-center">Consolation Prize
</div>
<div class="flex justify-center mt-2">
<div style="display:flex; gap:6px; align-items:center;"><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">1</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">9</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">1</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background: linear-gradient(0deg, #b60055 0%, #e4006a 100%); color: white; border-color: #e4006a;">1</div></div>
</div>
</div>
</div>
<div class="py-2 text-center">
<button @click="showAll = !showAll" type="button" class="text-[#dc3545] border border-[#dc3545] font-bold py-1 px-2 w-full text-center rounded-md hover:bg-[#dc3545] hover:text-white transition-colors text-sm">
<span x-show="!showAll">Show All</span>
<span x-show="showAll">Hide</span>
</button>
</div>
</div>
</div>
</div>
<!--[if ENDBLOCK]><![endif]-->
<div class="flex flex-col items-center gap-2 mt-2">
<div>Today's Jackpot</div>
<div class="font-bold">$49200.00</div>
</div>
</div>
<div
class="bg-white rounded-lg shadow-lg hover:bg-gray-200 border-b-[6px] border-[#fc9b0b] px-6 py-10">
<div class="flex flex-col items-center justify-center">
<div class="mb-2 text-black">
--- No. 6 ---
</div>
<div class="mb-2 text-[#dc3545] font-semibold">Result Has Been Drawed!!</div>
<!--[if BLOCK]><![endif]--> <img src="https://asia-lottery.com/storage/01K401FS1E967JATZXDGVXVE4V.webp" class="h-12" />
<!--[if ENDBLOCK]><![endif]-->
</div>
<!--[if BLOCK]><![endif]--> <div
x-data="{ showAll: false }"
class="mt-2 overflow-hidden text-black">
<div class="px-4 text-sm font-bold text-center">
<div class="uppercase">Wednesday, 22 October 2025</div>
<div class="text-black uppercase text-lg font-bold">CAMBODIA</div>
</div>
<div class="px-4">
<div>
<div class="py-2">
<div class="text-2xl font-bold text-center">Special Prize</div>
<div class="flex justify-center mt-2">
<div style="display:flex; gap:6px; align-items:center;"><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">9</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">1</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">4</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background: linear-gradient(0deg, #b60055 0%, #e4006a 100%); color: white; border-color: #e4006a;">3</div></div>
</div>
</div>
<div x-show="showAll" x-cloak>
<div class="py-2">
<div class="text-2xl font-bold text-center">Grand Prize
</div>
<div class="flex justify-center mt-2">
<div style="display:flex; gap:6px; align-items:center;"><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">6</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">4</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">7</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background: linear-gradient(0deg, #b60055 0%, #e4006a 100%); color: white; border-color: #e4006a;">3</div></div>
</div>
</div>
<div class="py-2">
<div class="text-2xl font-bold text-center">Regular Prize
</div>
<div class="flex justify-center mt-2">
<div style="display:flex; gap:6px; align-items:center;"><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">0</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">2</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">7</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background: linear-gradient(0deg, #b60055 0%, #e4006a 100%); color: white; border-color: #e4006a;">6</div></div>
</div>
</div>
<div class="py-2">
<div class="text-2xl font-bold text-center">Starter Prize</div>
<div class="flex justify-center mt-2">
<div style="display:flex; gap:6px; align-items:center;"><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">7</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">4</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">2</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background: linear-gradient(0deg, #b60055 0%, #e4006a 100%); color: white; border-color: #e4006a;">5</div></div>
</div>
</div>
<div class="py-2">
<div class="text-2xl font-bold text-center">Consolation Prize
</div>
<div class="flex justify-center mt-2">
<div style="display:flex; gap:6px; align-items:center;"><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">0</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">1</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">1</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background: linear-gradient(0deg, #b60055 0%, #e4006a 100%); color: white; border-color: #e4006a;">0</div></div>
</div>
</div>
</div>
<div class="py-2 text-center">
<button @click="showAll = !showAll" type="button" class="text-[#dc3545] border border-[#dc3545] font-bold py-1 px-2 w-full text-center rounded-md hover:bg-[#dc3545] hover:text-white transition-colors text-sm">
<span x-show="!showAll">Show All</span>
<span x-show="showAll">Hide</span>
</button>
</div>
</div>
</div>
</div>
<!--[if ENDBLOCK]><![endif]-->
<div class="flex flex-col items-center gap-2 mt-2">
<div>Today's Jackpot</div>
<div class="font-bold">$34100.00</div>
</div>
</div>
<div
class="bg-white rounded-lg shadow-lg hover:bg-gray-200 border-b-[6px] border-[#fc9b0b] px-6 py-10">
<div class="flex flex-col items-center justify-center">
<div class="mb-2 text-black">
--- No. 7 ---
</div>
<div class="mb-2 text-[#dc3545] font-semibold">Result Has Been Drawed!!</div>
<!--[if BLOCK]><![endif]--> <img src="https://asia-lottery.com/storage/01K401FS1E967JATZXDGVXVE4V.webp" class="h-12" />
<!--[if ENDBLOCK]><![endif]-->
</div>
<!--[if BLOCK]><![endif]--> <div
x-data="{ showAll: false }"
class="mt-2 overflow-hidden text-black">
<div class="px-4 text-sm font-bold text-center">
<div class="uppercase">Wednesday, 22 October 2025</div>
<div class="text-black uppercase text-lg font-bold">PHILIPPINES</div>
</div>
<div class="px-4">
<div>
<div class="py-2">
<div class="text-2xl font-bold text-center">Special Prize</div>
<div class="flex justify-center mt-2">
<div style="display:flex; gap:6px; align-items:center;"><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">2</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">3</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">9</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background: linear-gradient(0deg, #b60055 0%, #e4006a 100%); color: white; border-color: #e4006a;">2</div></div>
</div>
</div>
<div x-show="showAll" x-cloak>
<div class="py-2">
<div class="text-2xl font-bold text-center">Grand Prize
</div>
<div class="flex justify-center mt-2">
<div style="display:flex; gap:6px; align-items:center;"><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">6</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">1</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">3</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background: linear-gradient(0deg, #b60055 0%, #e4006a 100%); color: white; border-color: #e4006a;">9</div></div>
</div>
</div>
<div class="py-2">
<div class="text-2xl font-bold text-center">Regular Prize
</div>
<div class="flex justify-center mt-2">
<div style="display:flex; gap:6px; align-items:center;"><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">9</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">8</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">6</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background: linear-gradient(0deg, #b60055 0%, #e4006a 100%); color: white; border-color: #e4006a;">2</div></div>
</div>
</div>
<div class="py-2">
<div class="text-2xl font-bold text-center">Starter Prize</div>
<div class="flex justify-center mt-2">
<div style="display:flex; gap:6px; align-items:center;"><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">0</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">7</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">2</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background: linear-gradient(0deg, #b60055 0%, #e4006a 100%); color: white; border-color: #e4006a;">6</div></div>
</div>
</div>
<div class="py-2">
<div class="text-2xl font-bold text-center">Consolation Prize
</div>
<div class="flex justify-center mt-2">
<div style="display:flex; gap:6px; align-items:center;"><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">9</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">5</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">0</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background: linear-gradient(0deg, #b60055 0%, #e4006a 100%); color: white; border-color: #e4006a;">7</div></div>
</div>
</div>
</div>
<div class="py-2 text-center">
<button @click="showAll = !showAll" type="button" class="text-[#dc3545] border border-[#dc3545] font-bold py-1 px-2 w-full text-center rounded-md hover:bg-[#dc3545] hover:text-white transition-colors text-sm">
<span x-show="!showAll">Show All</span>
<span x-show="showAll">Hide</span>
</button>
</div>
</div>
</div>
</div>
<!--[if ENDBLOCK]><![endif]-->
<div class="flex flex-col items-center gap-2 mt-2">
<div>Today's Jackpot</div>
<div class="font-bold">$69800.00</div>
</div>
</div>
<div
class="bg-white rounded-lg shadow-lg hover:bg-gray-200 border-b-[6px] border-[#fc9b0b] px-6 py-10">
<div class="flex flex-col items-center justify-center">
<div class="mb-2 text-black">
--- No. 8 ---
</div>
<div class="mb-2 text-[#dc3545] font-semibold">Result Has Been Drawed!!</div>
<!--[if BLOCK]><![endif]--> <img src="https://asia-lottery.com/storage/01K401FS1E967JATZXDGVXVE4V.webp" class="h-12" />
<!--[if ENDBLOCK]><![endif]-->
</div>
<!--[if BLOCK]><![endif]--> <div
x-data="{ showAll: false }"
class="mt-2 overflow-hidden text-black">
<div class="px-4 text-sm font-bold text-center">
<div class="uppercase">Wednesday, 22 October 2025</div>
<div class="text-black uppercase text-lg font-bold">MALAYSIA</div>
</div>
<div class="px-4">
<div>
<div class="py-2">
<div class="text-2xl font-bold text-center">Special Prize</div>
<div class="flex justify-center mt-2">
<div style="display:flex; gap:6px; align-items:center;"><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">3</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">8</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">2</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background: linear-gradient(0deg, #b60055 0%, #e4006a 100%); color: white; border-color: #e4006a;">4</div></div>
</div>
</div>
<div x-show="showAll" x-cloak>
<div class="py-2">
<div class="text-2xl font-bold text-center">Grand Prize
</div>
<div class="flex justify-center mt-2">
<div style="display:flex; gap:6px; align-items:center;"><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">5</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">0</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">8</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background: linear-gradient(0deg, #b60055 0%, #e4006a 100%); color: white; border-color: #e4006a;">7</div></div>
</div>
</div>
<div class="py-2">
<div class="text-2xl font-bold text-center">Regular Prize
</div>
<div class="flex justify-center mt-2">
<div style="display:flex; gap:6px; align-items:center;"><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">2</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">3</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">4</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background: linear-gradient(0deg, #b60055 0%, #e4006a 100%); color: white; border-color: #e4006a;">5</div></div>
</div>
</div>
<div class="py-2">
<div class="text-2xl font-bold text-center">Starter Prize</div>
<div class="flex justify-center mt-2">
<div style="display:flex; gap:6px; align-items:center;"><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">0</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">9</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">1</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background: linear-gradient(0deg, #b60055 0%, #e4006a 100%); color: white; border-color: #e4006a;">8</div></div>
</div>
</div>
<div class="py-2">
<div class="text-2xl font-bold text-center">Consolation Prize
</div>
<div class="flex justify-center mt-2">
<div style="display:flex; gap:6px; align-items:center;"><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">6</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">1</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">8</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background: linear-gradient(0deg, #b60055 0%, #e4006a 100%); color: white; border-color: #e4006a;">4</div></div>
</div>
</div>
</div>
<div class="py-2 text-center">
<button @click="showAll = !showAll" type="button" class="text-[#dc3545] border border-[#dc3545] font-bold py-1 px-2 w-full text-center rounded-md hover:bg-[#dc3545] hover:text-white transition-colors text-sm">
<span x-show="!showAll">Show All</span>
<span x-show="showAll">Hide</span>
</button>
</div>
</div>
</div>
</div>
<!--[if ENDBLOCK]><![endif]-->
<div class="flex flex-col items-center gap-2 mt-2">
<div>Today's Jackpot</div>
<div class="font-bold">$36400.00</div>
</div>
</div>
<div
class="bg-white rounded-lg shadow-lg hover:bg-gray-200 border-b-[6px] border-[#fc9b0b] px-6 py-10">
<div class="flex flex-col items-center justify-center">
<div class="mb-2 text-black">
--- No. 9 ---
</div>
<div class="mb-2 text-[#dc3545] font-semibold">Result Has Been Drawed!!</div>
<!--[if BLOCK]><![endif]--> <img src="https://asia-lottery.com/storage/01K401FS1E967JATZXDGVXVE4V.webp" class="h-12" />
<!--[if ENDBLOCK]><![endif]-->
</div>
<!--[if BLOCK]><![endif]--> <div
x-data="{ showAll: false }"
class="mt-2 overflow-hidden text-black">
<div class="px-4 text-sm font-bold text-center">
<div class="uppercase">Wednesday, 22 October 2025</div>
<div class="text-black uppercase text-lg font-bold">THAILAND</div>
</div>
<div class="px-4">
<div>
<div class="py-2">
<div class="text-2xl font-bold text-center">Special Prize</div>
<div class="flex justify-center mt-2">
<div style="display:flex; gap:6px; align-items:center;"><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">1</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">0</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">4</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background: linear-gradient(0deg, #b60055 0%, #e4006a 100%); color: white; border-color: #e4006a;">5</div></div>
</div>
</div>
<div x-show="showAll" x-cloak>
<div class="py-2">
<div class="text-2xl font-bold text-center">Grand Prize
</div>
<div class="flex justify-center mt-2">
<div style="display:flex; gap:6px; align-items:center;"><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">2</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">6</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">9</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background: linear-gradient(0deg, #b60055 0%, #e4006a 100%); color: white; border-color: #e4006a;">9</div></div>
</div>
</div>
<div class="py-2">
<div class="text-2xl font-bold text-center">Regular Prize
</div>
<div class="flex justify-center mt-2">
<div style="display:flex; gap:6px; align-items:center;"><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">7</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">6</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">3</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background: linear-gradient(0deg, #b60055 0%, #e4006a 100%); color: white; border-color: #e4006a;">9</div></div>
</div>
</div>
<div class="py-2">
<div class="text-2xl font-bold text-center">Starter Prize</div>
<div class="flex justify-center mt-2">
<div style="display:flex; gap:6px; align-items:center;"><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">9</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">9</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">2</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background: linear-gradient(0deg, #b60055 0%, #e4006a 100%); color: white; border-color: #e4006a;">1</div></div>
</div>
</div>
<div class="py-2">
<div class="text-2xl font-bold text-center">Consolation Prize
</div>
<div class="flex justify-center mt-2">
<div style="display:flex; gap:6px; align-items:center;"><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">5</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">4</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">8</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background: linear-gradient(0deg, #b60055 0%, #e4006a 100%); color: white; border-color: #e4006a;">5</div></div>
</div>
</div>
</div>
<div class="py-2 text-center">
<button @click="showAll = !showAll" type="button" class="text-[#dc3545] border border-[#dc3545] font-bold py-1 px-2 w-full text-center rounded-md hover:bg-[#dc3545] hover:text-white transition-colors text-sm">
<span x-show="!showAll">Show All</span>
<span x-show="showAll">Hide</span>
</button>
</div>
</div>
</div>
</div>
<!--[if ENDBLOCK]><![endif]-->
<div class="flex flex-col items-center gap-2 mt-2">
<div>Today's Jackpot</div>
<div class="font-bold">$63300.00</div>
</div>
</div>
<div
class="bg-white rounded-lg shadow-lg hover:bg-gray-200 border-b-[6px] border-[#fc9b0b] px-6 py-10">
<div class="flex flex-col items-center justify-center">
<div class="mb-2 text-black">
--- No. 10 ---
</div>
<div class="mb-2 text-[#dc3545] font-semibold">Result Has Been Drawed!!</div>
<!--[if BLOCK]><![endif]--> <img src="https://asia-lottery.com/storage/01K401FS1E967JATZXDGVXVE4V.webp" class="h-12" />
<!--[if ENDBLOCK]><![endif]-->
</div>
<!--[if BLOCK]><![endif]--> <div
x-data="{ showAll: false }"
class="mt-2 overflow-hidden text-black">
<div class="px-4 text-sm font-bold text-center">
<div class="uppercase">Wednesday, 22 October 2025</div>
<div class="text-black uppercase text-lg font-bold">VIETNAM</div>
</div>
<div class="px-4">
<div>
<div class="py-2">
<div class="text-2xl font-bold text-center">Special Prize</div>
<div class="flex justify-center mt-2">
<div style="display:flex; gap:6px; align-items:center;"><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">9</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">2</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">0</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background: linear-gradient(0deg, #b60055 0%, #e4006a 100%); color: white; border-color: #e4006a;">6</div></div>
</div>
</div>
<div x-show="showAll" x-cloak>
<div class="py-2">
<div class="text-2xl font-bold text-center">Grand Prize
</div>
<div class="flex justify-center mt-2">
<div style="display:flex; gap:6px; align-items:center;"><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">3</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">8</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">5</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background: linear-gradient(0deg, #b60055 0%, #e4006a 100%); color: white; border-color: #e4006a;">3</div></div>
</div>
</div>
<div class="py-2">
<div class="text-2xl font-bold text-center">Regular Prize
</div>
<div class="flex justify-center mt-2">
<div style="display:flex; gap:6px; align-items:center;"><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">9</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">5</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">0</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background: linear-gradient(0deg, #b60055 0%, #e4006a 100%); color: white; border-color: #e4006a;">1</div></div>
</div>
</div>
<div class="py-2">
<div class="text-2xl font-bold text-center">Starter Prize</div>
<div class="flex justify-center mt-2">
<div style="display:flex; gap:6px; align-items:center;"><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">5</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">2</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">7</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background: linear-gradient(0deg, #b60055 0%, #e4006a 100%); color: white; border-color: #e4006a;">3</div></div>
</div>
</div>
<div class="py-2">
<div class="text-2xl font-bold text-center">Consolation Prize
</div>
<div class="flex justify-center mt-2">
<div style="display:flex; gap:6px; align-items:center;"><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">8</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">2</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">6</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background: linear-gradient(0deg, #b60055 0%, #e4006a 100%); color: white; border-color: #e4006a;">2</div></div>
</div>
</div>
</div>
<div class="py-2 text-center">
<button @click="showAll = !showAll" type="button" class="text-[#dc3545] border border-[#dc3545] font-bold py-1 px-2 w-full text-center rounded-md hover:bg-[#dc3545] hover:text-white transition-colors text-sm">
<span x-show="!showAll">Show All</span>
<span x-show="showAll">Hide</span>
</button>
</div>
</div>
</div>
</div>
<!--[if ENDBLOCK]><![endif]-->
<div class="flex flex-col items-center gap-2 mt-2">
<div>Today's Jackpot</div>
<div class="font-bold">$61200.00</div>
</div>
</div>
<div
class="bg-white rounded-lg shadow-lg hover:bg-gray-200 border-b-[6px] border-[#fc9b0b] px-6 py-10">
<div class="flex flex-col items-center justify-center">
<div class="mb-2 text-black">
--- No. 11 ---
</div>
<div class="mb-2 text-[#dc3545] font-semibold">Result Has Been Drawed!!</div>
<!--[if BLOCK]><![endif]--> <img src="https://asia-lottery.com/storage/01K401FS1E967JATZXDGVXVE4V.webp" class="h-12" />
<!--[if ENDBLOCK]><![endif]-->
</div>
<!--[if BLOCK]><![endif]--> <div
x-data="{ showAll: false }"
class="mt-2 overflow-hidden text-black">
<div class="px-4 text-sm font-bold text-center">
<div class="uppercase">Wednesday, 22 October 2025</div>
<div class="text-black uppercase text-lg font-bold">LAOS</div>
</div>
<div class="px-4">
<div>
<div class="py-2">
<div class="text-2xl font-bold text-center">Special Prize</div>
<div class="flex justify-center mt-2">
<div style="display:flex; gap:6px; align-items:center;"><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">4</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">4</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">3</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background: linear-gradient(0deg, #b60055 0%, #e4006a 100%); color: white; border-color: #e4006a;">0</div></div>
</div>
</div>
<div x-show="showAll" x-cloak>
<div class="py-2">
<div class="text-2xl font-bold text-center">Grand Prize
</div>
<div class="flex justify-center mt-2">
<div style="display:flex; gap:6px; align-items:center;"><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">9</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">7</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">8</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background: linear-gradient(0deg, #b60055 0%, #e4006a 100%); color: white; border-color: #e4006a;">0</div></div>
</div>
</div>
<div class="py-2">
<div class="text-2xl font-bold text-center">Regular Prize
</div>
<div class="flex justify-center mt-2">
<div style="display:flex; gap:6px; align-items:center;"><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">0</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">3</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">2</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background: linear-gradient(0deg, #b60055 0%, #e4006a 100%); color: white; border-color: #e4006a;">9</div></div>
</div>
</div>
<div class="py-2">
<div class="text-2xl font-bold text-center">Starter Prize</div>
<div class="flex justify-center mt-2">
<div style="display:flex; gap:6px; align-items:center;"><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">5</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">6</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">4</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background: linear-gradient(0deg, #b60055 0%, #e4006a 100%); color: white; border-color: #e4006a;">3</div></div>
</div>
</div>
<div class="py-2">
<div class="text-2xl font-bold text-center">Consolation Prize
</div>
<div class="flex justify-center mt-2">
<div style="display:flex; gap:6px; align-items:center;"><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">3</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">9</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">9</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background: linear-gradient(0deg, #b60055 0%, #e4006a 100%); color: white; border-color: #e4006a;">6</div></div>
</div>
</div>
</div>
<div class="py-2 text-center">
<button @click="showAll = !showAll" type="button" class="text-[#dc3545] border border-[#dc3545] font-bold py-1 px-2 w-full text-center rounded-md hover:bg-[#dc3545] hover:text-white transition-colors text-sm">
<span x-show="!showAll">Show All</span>
<span x-show="showAll">Hide</span>
</button>
</div>
</div>
</div>
</div>
<!--[if ENDBLOCK]><![endif]-->
<div class="flex flex-col items-center gap-2 mt-2">
<div>Today's Jackpot</div>
<div class="font-bold">$39100.00</div>
</div>
</div>
<div
class="bg-white rounded-lg shadow-lg hover:bg-gray-200 border-b-[6px] border-[#fc9b0b] px-6 py-10">
<div class="flex flex-col items-center justify-center">
<div class="mb-2 text-black">
--- No. 12 ---
</div>
<div class="mb-2 text-[#dc3545] font-semibold">Result Has Been Drawed!!</div>
<!--[if BLOCK]><![endif]--> <img src="https://asia-lottery.com/storage/01K401FS1E967JATZXDGVXVE4V.webp" class="h-12" />
<!--[if ENDBLOCK]><![endif]-->
</div>
<!--[if BLOCK]><![endif]--> <div
x-data="{ showAll: false }"
class="mt-2 overflow-hidden text-black">
<div class="px-4 text-sm font-bold text-center">
<div class="uppercase">Wednesday, 22 October 2025</div>
<div class="text-black uppercase text-lg font-bold">BHUTAN</div>
</div>
<div class="px-4">
<div>
<div class="py-2">
<div class="text-2xl font-bold text-center">Special Prize</div>
<div class="flex justify-center mt-2">
<div style="display:flex; gap:6px; align-items:center;"><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">7</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">2</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">7</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background: linear-gradient(0deg, #b60055 0%, #e4006a 100%); color: white; border-color: #e4006a;">6</div></div>
</div>
</div>
<div x-show="showAll" x-cloak>
<div class="py-2">
<div class="text-2xl font-bold text-center">Grand Prize
</div>
<div class="flex justify-center mt-2">
<div style="display:flex; gap:6px; align-items:center;"><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">2</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">8</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">3</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background: linear-gradient(0deg, #b60055 0%, #e4006a 100%); color: white; border-color: #e4006a;">4</div></div>
</div>
</div>
<div class="py-2">
<div class="text-2xl font-bold text-center">Regular Prize
</div>
<div class="flex justify-center mt-2">
<div style="display:flex; gap:6px; align-items:center;"><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">5</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">0</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">2</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background: linear-gradient(0deg, #b60055 0%, #e4006a 100%); color: white; border-color: #e4006a;">0</div></div>
</div>
</div>
<div class="py-2">
<div class="text-2xl font-bold text-center">Starter Prize</div>
<div class="flex justify-center mt-2">
<div style="display:flex; gap:6px; align-items:center;"><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">4</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">6</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">5</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background: linear-gradient(0deg, #b60055 0%, #e4006a 100%); color: white; border-color: #e4006a;">4</div></div>
</div>
</div>
<div class="py-2">
<div class="text-2xl font-bold text-center">Consolation Prize
</div>
<div class="flex justify-center mt-2">
<div style="display:flex; gap:6px; align-items:center;"><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">1</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">2</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">5</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background: linear-gradient(0deg, #b60055 0%, #e4006a 100%); color: white; border-color: #e4006a;">9</div></div>
</div>
</div>
</div>
<div class="py-2 text-center">
<button @click="showAll = !showAll" type="button" class="text-[#dc3545] border border-[#dc3545] font-bold py-1 px-2 w-full text-center rounded-md hover:bg-[#dc3545] hover:text-white transition-colors text-sm">
<span x-show="!showAll">Show All</span>
<span x-show="showAll">Hide</span>
</button>
</div>
</div>
</div>
</div>
<!--[if ENDBLOCK]><![endif]-->
<div class="flex flex-col items-center gap-2 mt-2">
<div>Today's Jackpot</div>
<div class="font-bold">$71500.00</div>
</div>
</div>
<div
class="bg-white rounded-lg shadow-lg hover:bg-gray-200 border-b-[6px] border-[#fc9b0b] px-6 py-10">
<div class="flex flex-col items-center justify-center">
<div class="mb-2 text-black">
--- No. 13 ---
</div>
<div class="mb-2 text-[#dc3545] font-semibold">Result Has Been Drawed!!</div>
<!--[if BLOCK]><![endif]--> <img src="https://asia-lottery.com/storage/01K401FS1E967JATZXDGVXVE4V.webp" class="h-12" />
<!--[if ENDBLOCK]><![endif]-->
</div>
<!--[if BLOCK]><![endif]--> <div
x-data="{ showAll: false }"
class="mt-2 overflow-hidden text-black">
<div class="px-4 text-sm font-bold text-center">
<div class="uppercase">Wednesday, 22 October 2025</div>
<div class="text-black uppercase text-lg font-bold">MYANMAR</div>
</div>
<div class="px-4">
<div>
<div class="py-2">
<div class="text-2xl font-bold text-center">Special Prize</div>
<div class="flex justify-center mt-2">
<div style="display:flex; gap:6px; align-items:center;"><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">1</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">6</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">9</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background: linear-gradient(0deg, #b60055 0%, #e4006a 100%); color: white; border-color: #e4006a;">7</div></div>
</div>
</div>
<div x-show="showAll" x-cloak>
<div class="py-2">
<div class="text-2xl font-bold text-center">Grand Prize
</div>
<div class="flex justify-center mt-2">
<div style="display:flex; gap:6px; align-items:center;"><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">9</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">9</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">8</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background: linear-gradient(0deg, #b60055 0%, #e4006a 100%); color: white; border-color: #e4006a;">0</div></div>
</div>
</div>
<div class="py-2">
<div class="text-2xl font-bold text-center">Regular Prize
</div>
<div class="flex justify-center mt-2">
<div style="display:flex; gap:6px; align-items:center;"><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">7</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">6</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">3</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background: linear-gradient(0deg, #b60055 0%, #e4006a 100%); color: white; border-color: #e4006a;">6</div></div>
</div>
</div>
<div class="py-2">
<div class="text-2xl font-bold text-center">Starter Prize</div>
<div class="flex justify-center mt-2">
<div style="display:flex; gap:6px; align-items:center;"><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">9</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">1</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">0</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background: linear-gradient(0deg, #b60055 0%, #e4006a 100%); color: white; border-color: #e4006a;">9</div></div>
</div>
</div>
<div class="py-2">
<div class="text-2xl font-bold text-center">Consolation Prize
</div>
<div class="flex justify-center mt-2">
<div style="display:flex; gap:6px; align-items:center;"><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">1</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">4</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">9</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background: linear-gradient(0deg, #b60055 0%, #e4006a 100%); color: white; border-color: #e4006a;">5</div></div>
</div>
</div>
</div>
<div class="py-2 text-center">
<button @click="showAll = !showAll" type="button" class="text-[#dc3545] border border-[#dc3545] font-bold py-1 px-2 w-full text-center rounded-md hover:bg-[#dc3545] hover:text-white transition-colors text-sm">
<span x-show="!showAll">Show All</span>
<span x-show="showAll">Hide</span>
</button>
</div>
</div>
</div>
</div>
<!--[if ENDBLOCK]><![endif]-->
<div class="flex flex-col items-center gap-2 mt-2">
<div>Today's Jackpot</div>
<div class="font-bold">$63900.00</div>
</div>
</div>
<div
class="bg-white rounded-lg shadow-lg hover:bg-gray-200 border-b-[6px] border-[#fc9b0b] px-6 py-10">
<div class="flex flex-col items-center justify-center">
<div class="mb-2 text-black">
--- No. 14 ---
</div>
<div class="mb-2 text-[#dc3545] font-semibold">Result Has Been Drawed!!</div>
<!--[if BLOCK]><![endif]--> <img src="https://asia-lottery.com/storage/01K401FS1E967JATZXDGVXVE4V.webp" class="h-12" />
<!--[if ENDBLOCK]><![endif]-->
</div>
<!--[if BLOCK]><![endif]--> <div
x-data="{ showAll: false }"
class="mt-2 overflow-hidden text-black">
<div class="px-4 text-sm font-bold text-center">
<div class="uppercase">Wednesday, 22 October 2025</div>
<div class="text-black uppercase text-lg font-bold">TAIWAN</div>
</div>
<div class="px-4">
<div>
<div class="py-2">
<div class="text-2xl font-bold text-center">Special Prize</div>
<div class="flex justify-center mt-2">
<div style="display:flex; gap:6px; align-items:center;"><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">8</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">6</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">8</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background: linear-gradient(0deg, #b60055 0%, #e4006a 100%); color: white; border-color: #e4006a;">3</div></div>
</div>
</div>
<div x-show="showAll" x-cloak>
<div class="py-2">
<div class="text-2xl font-bold text-center">Grand Prize
</div>
<div class="flex justify-center mt-2">
<div style="display:flex; gap:6px; align-items:center;"><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">9</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">9</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">7</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background: linear-gradient(0deg, #b60055 0%, #e4006a 100%); color: white; border-color: #e4006a;">6</div></div>
</div>
</div>
<div class="py-2">
<div class="text-2xl font-bold text-center">Regular Prize
</div>
<div class="flex justify-center mt-2">
<div style="display:flex; gap:6px; align-items:center;"><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">4</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">6</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">5</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background: linear-gradient(0deg, #b60055 0%, #e4006a 100%); color: white; border-color: #e4006a;">2</div></div>
</div>
</div>
<div class="py-2">
<div class="text-2xl font-bold text-center">Starter Prize</div>
<div class="flex justify-center mt-2">
<div style="display:flex; gap:6px; align-items:center;"><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">3</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">0</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">6</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background: linear-gradient(0deg, #b60055 0%, #e4006a 100%); color: white; border-color: #e4006a;">6</div></div>
</div>
</div>
<div class="py-2">
<div class="text-2xl font-bold text-center">Consolation Prize
</div>
<div class="flex justify-center mt-2">
<div style="display:flex; gap:6px; align-items:center;"><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">6</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">9</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">1</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background: linear-gradient(0deg, #b60055 0%, #e4006a 100%); color: white; border-color: #e4006a;">2</div></div>
</div>
</div>
</div>
<div class="py-2 text-center">
<button @click="showAll = !showAll" type="button" class="text-[#dc3545] border border-[#dc3545] font-bold py-1 px-2 w-full text-center rounded-md hover:bg-[#dc3545] hover:text-white transition-colors text-sm">
<span x-show="!showAll">Show All</span>
<span x-show="showAll">Hide</span>
</button>
</div>
</div>
</div>
</div>
<!--[if ENDBLOCK]><![endif]-->
<div class="flex flex-col items-center gap-2 mt-2">
<div>Today's Jackpot</div>
<div class="font-bold">$41600.00</div>
</div>
</div>
<div
class="bg-white rounded-lg shadow-lg hover:bg-gray-200 border-b-[6px] border-[#fc9b0b] px-6 py-10">
<div class="flex flex-col items-center justify-center">
<div class="mb-2 text-black">
--- No. 15 ---
</div>
<div class="mb-2 text-[#dc3545] font-semibold">Result Has Been Drawed!!</div>
<!--[if BLOCK]><![endif]--> <img src="https://asia-lottery.com/storage/01K401FS1E967JATZXDGVXVE4V.webp" class="h-12" />
<!--[if ENDBLOCK]><![endif]-->
</div>
<!--[if BLOCK]><![endif]--> <div
x-data="{ showAll: false }"
class="mt-2 overflow-hidden text-black">
<div class="px-4 text-sm font-bold text-center">
<div class="uppercase">Wednesday, 22 October 2025</div>
<div class="text-black uppercase text-lg font-bold">MONGOLIA</div>
</div>
<div class="px-4">
<div>
<div class="py-2">
<div class="text-2xl font-bold text-center">Special Prize</div>
<div class="flex justify-center mt-2">
<div style="display:flex; gap:6px; align-items:center;"><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">0</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">6</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">4</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background: linear-gradient(0deg, #b60055 0%, #e4006a 100%); color: white; border-color: #e4006a;">1</div></div>
</div>
</div>
<div x-show="showAll" x-cloak>
<div class="py-2">
<div class="text-2xl font-bold text-center">Grand Prize
</div>
<div class="flex justify-center mt-2">
<div style="display:flex; gap:6px; align-items:center;"><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">3</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">3</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">0</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background: linear-gradient(0deg, #b60055 0%, #e4006a 100%); color: white; border-color: #e4006a;">9</div></div>
</div>
</div>
<div class="py-2">
<div class="text-2xl font-bold text-center">Regular Prize
</div>
<div class="flex justify-center mt-2">
<div style="display:flex; gap:6px; align-items:center;"><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">7</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">2</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">0</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background: linear-gradient(0deg, #b60055 0%, #e4006a 100%); color: white; border-color: #e4006a;">8</div></div>
</div>
</div>
<div class="py-2">
<div class="text-2xl font-bold text-center">Starter Prize</div>
<div class="flex justify-center mt-2">
<div style="display:flex; gap:6px; align-items:center;"><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">8</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">8</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">4</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background: linear-gradient(0deg, #b60055 0%, #e4006a 100%); color: white; border-color: #e4006a;">1</div></div>
</div>
</div>
<div class="py-2">
<div class="text-2xl font-bold text-center">Consolation Prize
</div>
<div class="flex justify-center mt-2">
<div style="display:flex; gap:6px; align-items:center;"><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">4</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">1</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">0</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background: linear-gradient(0deg, #b60055 0%, #e4006a 100%); color: white; border-color: #e4006a;">6</div></div>
</div>
</div>
</div>
<div class="py-2 text-center">
<button @click="showAll = !showAll" type="button" class="text-[#dc3545] border border-[#dc3545] font-bold py-1 px-2 w-full text-center rounded-md hover:bg-[#dc3545] hover:text-white transition-colors text-sm">
<span x-show="!showAll">Show All</span>
<span x-show="showAll">Hide</span>
</button>
</div>
</div>
</div>
</div>
<!--[if ENDBLOCK]><![endif]-->
<div class="flex flex-col items-center gap-2 mt-2">
<div>Today's Jackpot</div>
<div class="font-bold">$46600.00</div>
</div>
</div>
<div
class="bg-white rounded-lg shadow-lg hover:bg-gray-200 border-b-[6px] border-[#fc9b0b] px-6 py-10">
<div class="flex flex-col items-center justify-center">
<div class="mb-2 text-black">
--- No. 16 ---
</div>
<div class="mb-2 text-[#dc3545] font-semibold">Result Has Been Drawed!!</div>
<!--[if BLOCK]><![endif]--> <img src="https://asia-lottery.com/storage/01K401FS1E967JATZXDGVXVE4V.webp" class="h-12" />
<!--[if ENDBLOCK]><![endif]-->
</div>
<!--[if BLOCK]><![endif]--> <div
x-data="{ showAll: false }"
class="mt-2 overflow-hidden text-black">
<div class="px-4 text-sm font-bold text-center">
<div class="uppercase">Wednesday, 22 October 2025</div>
<div class="text-black uppercase text-lg font-bold">MALDIVES</div>
</div>
<div class="px-4">
<div>
<div class="py-2">
<div class="text-2xl font-bold text-center">Special Prize</div>
<div class="flex justify-center mt-2">
<div style="display:flex; gap:6px; align-items:center;"><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">0</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">9</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">7</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background: linear-gradient(0deg, #b60055 0%, #e4006a 100%); color: white; border-color: #e4006a;">2</div></div>
</div>
</div>
<div x-show="showAll" x-cloak>
<div class="py-2">
<div class="text-2xl font-bold text-center">Grand Prize
</div>
<div class="flex justify-center mt-2">
<div style="display:flex; gap:6px; align-items:center;"><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">0</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">6</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">0</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background: linear-gradient(0deg, #b60055 0%, #e4006a 100%); color: white; border-color: #e4006a;">0</div></div>
</div>
</div>
<div class="py-2">
<div class="text-2xl font-bold text-center">Regular Prize
</div>
<div class="flex justify-center mt-2">
<div style="display:flex; gap:6px; align-items:center;"><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">0</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">3</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">1</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background: linear-gradient(0deg, #b60055 0%, #e4006a 100%); color: white; border-color: #e4006a;">1</div></div>
</div>
</div>
<div class="py-2">
<div class="text-2xl font-bold text-center">Starter Prize</div>
<div class="flex justify-center mt-2">
<div style="display:flex; gap:6px; align-items:center;"><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">3</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">6</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">8</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background: linear-gradient(0deg, #b60055 0%, #e4006a 100%); color: white; border-color: #e4006a;">2</div></div>
</div>
</div>
<div class="py-2">
<div class="text-2xl font-bold text-center">Consolation Prize
</div>
<div class="flex justify-center mt-2">
<div style="display:flex; gap:6px; align-items:center;"><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">6</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">4</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">5</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background: linear-gradient(0deg, #b60055 0%, #e4006a 100%); color: white; border-color: #e4006a;">3</div></div>
</div>
</div>
</div>
<div class="py-2 text-center">
<button @click="showAll = !showAll" type="button" class="text-[#dc3545] border border-[#dc3545] font-bold py-1 px-2 w-full text-center rounded-md hover:bg-[#dc3545] hover:text-white transition-colors text-sm">
<span x-show="!showAll">Show All</span>
<span x-show="showAll">Hide</span>
</button>
</div>
</div>
</div>
</div>
<!--[if ENDBLOCK]><![endif]-->
<div class="flex flex-col items-center gap-2 mt-2">
<div>Today's Jackpot</div>
<div class="font-bold">$57100.00</div>
</div>
</div>
<div
class="bg-white rounded-lg shadow-lg hover:bg-gray-200 border-b-[6px] border-[#fc9b0b] px-6 py-10">
<div class="flex flex-col items-center justify-center">
<div class="mb-2 text-black">
--- No. 17 ---
</div>
<div class="mb-2 text-[#dc3545] font-semibold">Result Has Been Drawed!!</div>
<!--[if BLOCK]><![endif]--> <img src="https://asia-lottery.com/storage/01K401FS1E967JATZXDGVXVE4V.webp" class="h-12" />
<!--[if ENDBLOCK]><![endif]-->
</div>
<!--[if BLOCK]><![endif]--> <div
x-data="{ showAll: false }"
class="mt-2 overflow-hidden text-black">
<div class="px-4 text-sm font-bold text-center">
<div class="uppercase">Wednesday, 22 October 2025</div>
<div class="text-black uppercase text-lg font-bold">HONGKONG</div>
</div>
<div class="px-4">
<div>
<div class="py-2">
<div class="text-2xl font-bold text-center">Special Prize</div>
<div class="flex justify-center mt-2">
<div style="display:flex; gap:6px; align-items:center;"><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">1</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">4</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">5</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background: linear-gradient(0deg, #b60055 0%, #e4006a 100%); color: white; border-color: #e4006a;">2</div></div>
</div>
</div>
<div x-show="showAll" x-cloak>
<div class="py-2">
<div class="text-2xl font-bold text-center">Grand Prize
</div>
<div class="flex justify-center mt-2">
<div style="display:flex; gap:6px; align-items:center;"><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">9</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">5</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">2</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background: linear-gradient(0deg, #b60055 0%, #e4006a 100%); color: white; border-color: #e4006a;">2</div></div>
</div>
</div>
<div class="py-2">
<div class="text-2xl font-bold text-center">Regular Prize
</div>
<div class="flex justify-center mt-2">
<div style="display:flex; gap:6px; align-items:center;"><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">4</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">2</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">6</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background: linear-gradient(0deg, #b60055 0%, #e4006a 100%); color: white; border-color: #e4006a;">0</div></div>
</div>
</div>
<div class="py-2">
<div class="text-2xl font-bold text-center">Starter Prize</div>
<div class="flex justify-center mt-2">
<div style="display:flex; gap:6px; align-items:center;"><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">6</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">8</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">7</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background: linear-gradient(0deg, #b60055 0%, #e4006a 100%); color: white; border-color: #e4006a;">5</div></div>
</div>
</div>
<div class="py-2">
<div class="text-2xl font-bold text-center">Consolation Prize
</div>
<div class="flex justify-center mt-2">
<div style="display:flex; gap:6px; align-items:center;"><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">5</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">1</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">2</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background: linear-gradient(0deg, #b60055 0%, #e4006a 100%); color: white; border-color: #e4006a;">8</div></div>
</div>
</div>
</div>
<div class="py-2 text-center">
<button @click="showAll = !showAll" type="button" class="text-[#dc3545] border border-[#dc3545] font-bold py-1 px-2 w-full text-center rounded-md hover:bg-[#dc3545] hover:text-white transition-colors text-sm">
<span x-show="!showAll">Show All</span>
<span x-show="showAll">Hide</span>
</button>
</div>
</div>
</div>
</div>
<!--[if ENDBLOCK]><![endif]-->
<div class="flex flex-col items-center gap-2 mt-2">
<div>Today's Jackpot</div>
<div class="font-bold">$67400.00</div>
</div>
</div>
<div
class="bg-white rounded-lg shadow-lg hover:bg-gray-200 border-b-[6px] border-[#fc9b0b] px-6 py-10">
<div class="flex flex-col items-center justify-center">
<div class="mb-2 text-black">
--- No. 18 ---
</div>
<div class="mb-2 text-[#dc3545] font-semibold">Result Has Been Drawed!!</div>
<!--[if BLOCK]><![endif]--> <img src="https://asia-lottery.com/storage/01K401FS1E967JATZXDGVXVE4V.webp" class="h-12" />
<!--[if ENDBLOCK]><![endif]-->
</div>
<!--[if BLOCK]><![endif]--> <div
x-data="{ showAll: false }"
class="mt-2 overflow-hidden text-black">
<div class="px-4 text-sm font-bold text-center">
<div class="uppercase">Wednesday, 22 October 2025</div>
<div class="text-black uppercase text-lg font-bold">KYRGYZSTAN</div>
</div>
<div class="px-4">
<div>
<div class="py-2">
<div class="text-2xl font-bold text-center">Special Prize</div>
<div class="flex justify-center mt-2">
<div style="display:flex; gap:6px; align-items:center;"><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">1</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">8</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">2</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background: linear-gradient(0deg, #b60055 0%, #e4006a 100%); color: white; border-color: #e4006a;">6</div></div>
</div>
</div>
<div x-show="showAll" x-cloak>
<div class="py-2">
<div class="text-2xl font-bold text-center">Grand Prize
</div>
<div class="flex justify-center mt-2">
<div style="display:flex; gap:6px; align-items:center;"><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">3</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">2</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">8</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background: linear-gradient(0deg, #b60055 0%, #e4006a 100%); color: white; border-color: #e4006a;">5</div></div>
</div>
</div>
<div class="py-2">
<div class="text-2xl font-bold text-center">Regular Prize
</div>
<div class="flex justify-center mt-2">
<div style="display:flex; gap:6px; align-items:center;"><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">7</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">1</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">2</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background: linear-gradient(0deg, #b60055 0%, #e4006a 100%); color: white; border-color: #e4006a;">6</div></div>
</div>
</div>
<div class="py-2">
<div class="text-2xl font-bold text-center">Starter Prize</div>
<div class="flex justify-center mt-2">
<div style="display:flex; gap:6px; align-items:center;"><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">9</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">1</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">8</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background: linear-gradient(0deg, #b60055 0%, #e4006a 100%); color: white; border-color: #e4006a;">6</div></div>
</div>
</div>
<div class="py-2">
<div class="text-2xl font-bold text-center">Consolation Prize
</div>
<div class="flex justify-center mt-2">
<div style="display:flex; gap:6px; align-items:center;"><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">0</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">5</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background-color: white; color: black; border: 2px solid black;">4</div><div style="display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; font-weight: bold; font-family: sans-serif; font-size: 25px;background: linear-gradient(0deg, #b60055 0%, #e4006a 100%); color: white; border-color: #e4006a;">4</div></div>
</div>
</div>
</div>
<div class="py-2 text-center">
<button @click="showAll = !showAll" type="button" class="text-[#dc3545] border border-[#dc3545] font-bold py-1 px-2 w-full text-center rounded-md hover:bg-[#dc3545] hover:text-white transition-colors text-sm">
<span x-show="!showAll">Show All</span>
<span x-show="showAll">Hide</span>
</button>
</div>
</div>
</div>
</div>
<!--[if ENDBLOCK]><![endif]-->
<div class="flex flex-col items-center gap-2 mt-2">
<div>Today's Jackpot</div>
<div class="font-bold">$47800.00</div>
</div>
</div>
<!--[if ENDBLOCK]><![endif]-->
</div>
<script>
function countdownTimer(date, settlementHours, drawDaysJson) {
return {
timeLeft: "",
targetTime: null,
interval: null,
init() {
let drawDays = JSON.parse(drawDaysJson);
let now = new Date();
let today = now.toLocaleDateString('en-US', {
weekday: 'long'
}).toLowerCase(); // Hari ini dalam format lowercase
let resultDate = new Date(`${date}T${settlementHours}`); // Gabungkan tanggal dan jam settlement
if (isNaN(resultDate.getTime())) {
console.error("Invalid Date Format:", date, settlementHours);
this.timeLeft = "INVALID DATE";
return;
}
// Jika hari ini bukan draw day ATAU waktu sudah melewati settlement hours, cari draw berikutnya
if (!drawDays.includes(today) || now > resultDate) {
resultDate = this.findNextDrawDate(drawDays, settlementHours);
}
this.targetTime = resultDate.getTime();
this.updateTime();
this.interval = setInterval(() => {
this.updateTime();
}, 1000);
},
findNextDrawDate(drawDays, settlementHours) {
let now = new Date();
let todayIndex = now.getDay(); // 0 (Minggu) - 6 (Sabtu)
// Ubah nama hari menjadi index (0 = Minggu, 1 = Senin, dst.)
let dayIndexMap = {
"sunday": 0,
"monday": 1,
"tuesday": 2,
"wednesday": 3,
"thursday": 4,
"friday": 5,
"saturday": 6
};
let upcomingDrawDays = drawDays
.map(day => dayIndexMap[day]) // Ubah ke index angka
.filter(dayIndex => dayIndex > todayIndex) // Ambil hari setelah hari ini
.sort((a, b) => a - b); // Urutkan dari yang paling dekat
let nextDrawIndex = upcomingDrawDays.length > 0 ? upcomingDrawDays[0] : drawDays.map(day => dayIndexMap[
day])[0]; // Jika tidak ada di minggu ini, ambil yang pertama minggu depan
let daysUntilNextDraw = (nextDrawIndex >= todayIndex) ? (nextDrawIndex - todayIndex) : (7 - todayIndex +
nextDrawIndex);
let nextDrawDate = new Date();
nextDrawDate.setDate(now.getDate() + daysUntilNextDraw);
nextDrawDate.setHours(...settlementHours.split(':').map(Number)); // Set jam settlement
return nextDrawDate;
},
updateTime() {
let now = new Date().getTime();
let remaining = this.targetTime - now;
if (remaining <= 0) {
clearInterval(this.interval);
this.timeLeft = "DRAWING...";
return;
}
let hours = Math.floor((remaining / (1000 * 60 * 60)) % 24);
let minutes = Math.floor((remaining / (1000 * 60)) % 60);
let seconds = Math.floor((remaining / 1000) % 60);
this.timeLeft =
`${String(hours).padStart(2, '0')}:${String(minutes).padStart(2, '0')}:${String(seconds).padStart(2, '0')}`;
}
};
}
</script>
</div>
</div>
<div x-cloak x-show="search" class="mt-4">
<!--[if BLOCK]><![endif]--> <div class="text-2xl text-center bg-gray-100 divide-y rounded-lg ">
<div class="p-8">
<div class="flex justify-center mb-8">
<div
class="flex items-center justify-center w-16 h-16 text-red-500 border-4 border-red-500 rounded-full flexx">
<svg class="w-8" fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc. --><path d="M342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3 297.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256 342.6 150.6z"/></svg> </div>
</div>
<div>
No result for at
Thursday, 23 October 2025
</div>
</div>
<div class="flex justify-end p-4">
<button @click.prevent="search = false"
class="flex items-center gap-2 px-4 py-1 text-sm text-white rounded-md bg-violet-500 hover:bg-violet-700">
<svg class="w-3" fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc. --><path d="M463.5 224l8.5 0c13.3 0 24-10.7 24-24l0-128c0-9.7-5.8-18.5-14.8-22.2s-19.3-1.7-26.2 5.2L413.4 96.6c-87.6-86.5-228.7-86.2-315.8 1c-87.5 87.5-87.5 229.3 0 316.8s229.3 87.5 316.8 0c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0c-62.5 62.5-163.8 62.5-226.3 0s-62.5-163.8 0-226.3c62.2-62.2 162.7-62.5 225.3-1L327 183c-6.9 6.9-8.9 17.2-5.2 26.2s12.5 14.8 22.2 14.8l119.5 0z"/></svg> Back
</button>
</div>
</div>
<!--[if ENDBLOCK]><![endif]-->
</div>
</div>
</main>
<div class="w-full px-4 py-8 text-center text-white bg-[#b60055] border-t-4 border-[#fc9b0b]">
<div class="flex flex-col items-start gap-6 mx-auto max-w-7xl lg:flex-row">
<div class="w-full lg:w-7/12">
<div class="space-y-4 text-left text-white">
<div>Specials: Lottery Software • Free Lottery Sites • Lottery Betting Sites • Lottery Glossary
</div>
<div>Tools: Lottery Tax Calculator • Lottery Odds Calculator • Horoscope Lucky Numbers • Lottery
Numerology Predictions</div>
<div>Disclaimer: POSTING LOTTERY ASIA Lotto provides independent information about the world’s
lotteries. It is not controlled by any third-party gambling operators. Our guides and reviews
are intended to be informative and not as legal advice. Before playing in any of the lottery
selections, readers should verify that they have met all applicable regulations.</div>
</div>
<div class="flex flex-col items-center gap-4 pt-4 mt-4 border-t border-white/25">
<div class="flex items-center justify-center gap-8">
<img class="object-contain w-20" src="/img/paypal.png" alt="Paypal">
<img class="object-contain w-20" src="/img/mastercard.png" alt="Mastercard">
<img class="object-contain w-20" src="/img/visa.png" alt="Visa">
</div>
<div class="font-bold text-white">Cash Payments are also accepted</div>
<img class="w-[128px] object-contain" src="/img/wla.png" alt="WLA">
</div>
</div>
<div class="flex flex-col items-end w-full gap-4 lg:w-5/12">
<form wire:snapshot="{"data":{"email":""},"memo":{"id":"xwJMbTv45FPK1Hc088JQ","name":"subscribe-form","path":"\/","method":"GET","children":[],"scripts":[],"assets":[],"errors":[],"locale":"en"},"checksum":"697e23254d3c7d0f099bcb6971569d319b420a54647eee7b021f0c6a9c8b4dda"}" wire:effects="[]" wire:id="xwJMbTv45FPK1Hc088JQ" wire:submit.prevent="subscribe" class="w-full lg:w-auto">
<div class="flex items-center">
<input wire:model="email" type="email" class="py-2 px-3 rounded-l-md text-black w-full" placeholder="Your Email" required>
<button type="submit" class="py-2 px-3 bg-[#ffc107] rounded-r-md text-black font-semibold whitespace-nowrap">Subscribe Now</button>
</div>
<!--[if BLOCK]><![endif]--><!--[if ENDBLOCK]><![endif]-->
</form>
<img class="w-[156px] object-contain" src="/img/google-play.png" alt="Google Play">
<div class="font-semibold">18+ <a href="begambleaware.org" class="text-[#fc9b0b]">BeGambleAware.org</a>
</div>
</div>
</div>
</div>
<script src="/livewire/livewire.min.js?id=65f3e655" data-csrf="BnoyZLOs3X8p4tqjlVtJfe1i07Jh0NY6FWPR8XJS" data-update-uri="/livewire/update" data-navigate-once="true"></script>
<script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"0471157f347e4c2ebfdf5d93b6b90123","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
</body>
</html>