@extends('layouts.public', [ 'title' => 'LottoData | Jackpots, Results, and Lottery Updates', 'metaDescription' => 'LottoData.com is a clean public lottery website shell focused on featured jackpots, Powerball, Mega Millions, results, and editorial content.', ]) @section('content')
{{ $homeBadge }}

{{ $homeHeadline }}

{{ $homeSubheading }}

@foreach ($gameModules as $module)

{{ $module['name'] }} Module

{{ $module['name'] }}

Priority placement

Latest jackpot

{{ $module['jackpot_display'] }}

Latest draw date

{{ $module['draw_date_display'] }}

Winning numbers

{{ $module['winning_numbers_display'] }}

@if ($module['draw_schedule'])

Draw schedule: {{ $module['draw_schedule'] }}

@endif
@endforeach

Latest Results Section Placeholder

Latest results built for quick scanning

This area is reserved for result rows, draw dates, winning numbers, and links to detailed game pages once data ingestion is introduced.

@foreach ($gameModules as $module)

Game

{{ $module['name'] }}

{{ $module['draw_date_display'] }}

@endforeach

More games

Future expansion

State and national results later

Why Use LottoData

A public lottery site designed for clarity, speed, and future growth.

The public experience is being built to make high-interest jackpots easy to find, results easy to scan, and managed promotional content easy to place without turning the site into visual noise.

Prominent jackpot focus

Powerball and Mega Millions stay near the top where users expect them.

Clear result pathways

The homepage already carves out space for fresh results and deeper game pages.

Admin-manageable growth

Sponsored and editorial blocks can be introduced later without redesigning the homepage.

Production-minded foundation

Laravel 11, Blade, and the current route structure keep the site straightforward to extend.

@endsection